Script repl confused on paranthesis or quotes

Description

The following code at the repl thinks there should be another line and keeps prompting me:

Gliffy Diagrams

Activity

Show:

Grant Copley April 27, 2015 at 6:54 PM
Edited

Looks like where we are converting all quotations to double quote is causing the issues. I have removed this line as it doesn't appear to be needed anymore (but please check me on this).

https://github.com/gcopley/commandbox/commit/3f388840e0ea9447815eadc50ea72246761624ce

Here's how you can replicate the reported issue in the REPL to verify it is working:

shift = {};
shift.MSBFIRST = 1;
shift.shiftIn = function() { return true; };
shift.shiftIn(javaCast( 'byte', 27 ), 28, '00000000', shift.MSBFIRST);

Brad Wood April 27, 2015 at 5:39 PM

Want to take a stab at this?

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Affects versions

Fix versions

Priority

Sentry

Created April 27, 2015 at 5:38 PM
Updated May 20, 2015 at 12:27 AM
Resolved April 27, 2015 at 7:28 PM