[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #38332] Added a new module-compile-options
From: |
Matthieu Vachon |
Subject: |
[Bug-kawa] [bug #38332] Added a new module-compile-options |
Date: |
Fri, 15 Feb 2013 16:21:05 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17 |
Follow-up Comment #2, bug #38332 (project kawa):
I removed it from `repl.java` because it is now handled like what is done for
`--warn-unreachable` or the like. In repl arguments handling, there is a
clause that is reached when the argument has not match previous clauses `else
if (arg.length () > 0 && arg.charAt(0) == '-')`.
In this clause, it checks if the argument is a valid compilation option, like
stated by the following comment: `// See if arg is a valid Compilation option,
and if so set it.`
This is why I removed it from there because it became redundant. I tested it
and the `--main` flag is still working as before. I will check again to be
100% sure it works.
I will report back. Moreover, I will do the documentation update this weekend.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38332>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Matthieu Vachon, 2013/02/14
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Per Bothner, 2013/02/14
- [Bug-kawa] [bug #38332] Added a new module-compile-options,
Matthieu Vachon <=
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Matthieu Vachon, 2013/02/15
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Per Bothner, 2013/02/15
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Matthieu Vachon, 2013/02/17
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Per Bothner, 2013/02/21
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Matthieu Vachon, 2013/02/21
- [Bug-kawa] [bug #38332] Added a new module-compile-options, Per Bothner, 2013/02/22