-
Notifications
You must be signed in to change notification settings - Fork 35
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
Alter command line options to remove dollar signs #26
Comments
There's no suggestion there, just a complaint. Anyhow. We can't deprecate the dollar-sign syntax without breaking old code, old build setups, and Inform 7. We could consider adding an alternative syntax. Did you have one in mind? |
I apologize for the poor choice of words. I'm thinking of using |
I suppose |
I've switched things over to using a BSD-ish licensed Still working on:
|
I'm not enthusiastic about wholesale replacing of the command line processor with getopt(): that has too many possibilities for introducing unexpected changes or breaking previously functional command lines. |
I tried to modify the existing code to support |
I took a quick look this weekend. I decided that the least invasive plan was to modify read_command_line() to check for I would not change any of the parsing in execute_icl_command(). So the new I haven't started on any of this, though. |
As I wrapped up version 6.12.4 of the Standard Library, I looked again at the list of accepted suggestions at http://inform-fiction.org/suggestions/accept.html. One of them has bothered me for a long time: The Inform6 compiler still makes use of dollar signs on the command line. To fix this, someone suggested and apparently Graham accepted the suggestion. Here it is:
Is this something that can be considered again?
The text was updated successfully, but these errors were encountered: