REBOL3 tracker
  0.9.12 beta
Ticket #0002030 User: anonymous

Project:



rss
TypeBug Statuscomplete Date9-Jun-2013 21:58
Versionalpha 111 CategoryUnspecified Submitted byabolka
PlatformAll Severityminor Prioritynormal

Summary CLI flags are not correctly preserved to system/options/flags
Description When passing some flags (e.g. --halt) to the R3 interpreter, system/options/flags is mixed up.

For example, passing --verbose leads to system/options/flags == [verbose true]. But passing --halt leads to [trace true], where it clearly should be [halt true].
Example code
$ r3 --halt
>> system/options/flags
== [trace true]  ;; Expected: [halt true]

Assigned ton/a Fixed inr3 master Last Update18-Aug-2013 22:15


Comments
(0003869)
abolka
9-Jun-2013 22:55

Fix submitted as pull request to rebol/r3:
https://github.com/rebol/r3/pull/117

Date User Field Action Change
18-Aug-2013 22:15 abolka Fixedin Modified => r3 master
18-Aug-2013 13:36 Ladislav Status Modified pending => complete
9-Jun-2013 22:59 abolka Comment : 0003869 Modified -
9-Jun-2013 22:59 abolka Comment : 0003869 Modified -
9-Jun-2013 22:56 abolka Description Modified -
9-Jun-2013 22:56 abolka Code Modified -
9-Jun-2013 22:56 abolka Status Modified submitted => pending
9-Jun-2013 22:55 abolka Comment : 0003869 Added -
9-Jun-2013 21:58 abolka Ticket Added -