v6.4.2063 #910
lmorg
announced in
Announcements
v6.4.2063
#910
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
v6.4.2xxx
Features
csv: when reformatting a generic or list of strings into a CSV, any preceding whitespace will now be trimmed. This behaviour can be disabled (ie reverted to pre-6.4.2xxx parsing) inconfig:core: improved memory usage. Garbage collection automatically deallocates memory after each prompt when in interactive mode (issue #896)
onPrompt: new interrupt:returnperformed after[Return]is pressed but while the cursor is still on the same line as the prompt (read more)Bug Fixes
expr: integer comparisons weren't being compared correctly when strict types was disabled. This wouldn't affect typical use cases because Murex defaults tonumtypes which are floats (discussion #902 issue #903)This discussion was created from the release v6.4.2063.
All reactions