Caching has been vastly improved in this release due to a new sqlite3-backed persistent cache.db
. There have also been some improvements to [f1]
help pages
None
%{}
was parsing bareword null
as "null"
(string with null) instead of a null value (issue #781)is-null
parameters instead of being passed by reference (issue #781)runtime
flag for managing cache: --flush-cache
BELL
terminated) to ANSI standard (ST
terminated)runtime
flags for managing cache: --cache
and --trim-cache
cache.db
, breaking caching when multiple murex sessions were open at a timeconfig
correctly (should have been enabled by default but was disabled by default instead).murex_profile
:
config set shell cache.db-enabled false
autocomplete
directive for [f1]
previews: DynamicPreview
git
and aws
export
now supports whitespace like an expression (issue #679)ReadArrayWithType()
calls weren’t handling the returned error (if there were an error). They’re now all surfacing errors correctlyStart()
Special thank you to everyone in the community for raising bug reports and design discussions.
You rock!
Published: 02.01.2024 at 15:45
export
): Define an environmental variable and set it’s valueis-null
): Checks if a variable is null or undefinedconfig
): Query or define Murex runtime settingsruntime
): Returns runtime information on the internal state of Murexautocomplete
): Set definitions for tab-completion in the command lineThis document was generated from gen/changelog/v5.3_doc.yaml.
This site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Tue Dec 10 22:56:57 UTC 2024 against commit 60f05a260f05a227caf73dd5b3478e3cb3f4bb24e46745b.
Current version is 6.4.1005 (develop) which has been verified against tests cases.