Menu

#79 Allow Disabling of Event Expansion

open-invalid
nobody
5
2013-05-01
2013-05-01
No

Currently, the ConsoleReader will call expandEvents every time finishBuffer is called. When building certain kinds of software (REPL consoles for instance), it may be necessary to allow '!' in the input without any special treatment. Currently, there is no way to disable the interpretation of '!' as an event marker, and things will break when processing a line such as "boolean x = (0 != 1)".

Please expose a method for disabling this behavior.

Discussion

  • Ron Dahlgren

    Ron Dahlgren - 2013-05-01

    Just realized I must have been viewing old code when I filed this. The current version has such a method! Sorry!

     
  • Ron Dahlgren

    Ron Dahlgren - 2013-05-01
    • status: open --> open-invalid
     

Log in to post a comment.

MongoDB Logo MongoDB