Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allows for explicit listing of tcl files on command line input #3

Closed
wants to merge 2 commits into from

Conversation

lthiery
Copy link

@lthiery lthiery commented Oct 24, 2017

On POSIX system had problem with Qutest where wildcard commands being expanded and shifting out the remainder of the arguments.
ie: tclsh ~/qtools/qspy/tcl/qutest.tcl *.tcl posix/test_dpp would not work unless quotations were placed around '*.tcl', allowing Tcl's glob command to find matches.

This change allows for explicit listing at command line, meaning non-POSIX systems can list out one or more Tcl scripts without needing to use a wildcard. Or non-POSIX systems may continue using wildcards.

There is a small shortcoming in the implementation that we effectively cherry-pick all arguments ending in .tcl without regard to whether they are at the beginning. Not necessarily a bad thing... but maybe a little funky at least.

@lthiery lthiery closed this Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants