Closed predakanga closed 10 years ago
Using optimize_autoload causes the composer command to always be generated with "false" as the last argument, due to an operator precedence issue.
The bug occurs on Ruby 1.9.3p484 at the least, may not occur on some others, but the fix should be harmless on them.
Thanks for your contribution @predakanga!
Kind regards, David
Using optimize_autoload causes the composer command to always be generated with "false" as the last argument, due to an operator precedence issue.
The bug occurs on Ruby 1.9.3p484 at the least, may not occur on some others, but the fix should be harmless on them.