Bug fix release
None
None
Please read out compatibility commitment to understand how features are deprecated.
?
pipe is deprecated to make way for a the
ternary operator. You can achieve the same result with
<err> <!out>
, eg
command <err> <!out> parameters... | next-command ...
.
It will be officially removed in v7.0=
and let
builtins are deprecated
and will be removed in v7.0. They’ve been marked as deprecated in the
documentation for several versions but you’ll now receive a deprecation
warning when using them. This warning will not impact any functions that
call them (they bypass the stdout and stderr pipes and write directly to
your TTY). The change is very simple, Murex supported expressions as
first class primitives, so you can simply drop the =
and
let
command names from your expressions`
to single quote
'
has been deprecated and will be removed in v7.0. The only
reason this ever existed was a hack to enable quotes in =
.
Worse still, this behaviour wasn’t documented anywhereFeatures marked as EXPERIMENTAL are provided without assurances of future breaking changes. All other features are considered stable as part of Murex’s compatibility commitment.
murex-package
: package errors should be ignored in
murex-package list
(issue #826 docs)export
: exporting a non-existing variable would
cause a crash (issue
#824)murex-docs
: integrations docs were missing from
compiled executable (read
more)expr
: re-write of ==
and
!=
operators to fix comparison bugs (issue #831 docs)expr
: when run as a statement, only the first
parameter was used (issue #827 docs)expr
: panic when converting arrays and objects to a
numeric scala (issue
#829 docs)expr
: :
was treated as
<
in expressions (issue #832 docs)expr
: empty arrays return null
(docs))go test
compilation errors on Windows
fixedThank yous for this release goes to everyone in the discussions group plus all who raise bug reports.
You rock!
Published: 19.07.2024 at 08:54
export
): Define an environmental variable and set it’s
valueexpr
):
Expressions: mathematical, string comparisons, logical operatorsmurex-package
): Murex’s package managermurex-docs
): Displays the man pages for Murex
builtinsThis document was generated from gen/changelog/v6.2_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 Wed Jan 15 23:07:50 UTC 2025 against commit b4c4296b4c429617fd41527ea0efef33c52c15ef2b64972.
Current version is 6.4.2063 (develop) which has been verified against tests cases.