Skip to content

v6.4.2063

Latest
Compare
Choose a tag to compare
@lmorg lmorg released this 15 Jan 23:05
b4c4296

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) in config:

    config set csv left-trim false
    
  • core: improved memory usage. Garbage collection automatically deallocates memory after each prompt when in interactive mode (issue #896)

  • onPrompt: new interrupt: return performed 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 to num types which are floats (discussion #902 issue #903)