The previous releases have brought significant advancements to Murex’s syntax but at the cost of longer gaps between releases. So the 4.1.x versions will be shorter releases but focusing on bug fixes. The 4.1.x release notes will be appended to murex.rocks changelog and available on Github releases too
None
git
autocomplete now includes git aliases<~
) should unmarshal strings+=
, -=
, etc)false
. Meaning merge operations and +=
(et al) will work even if the left scalar is unset!!!
style warnings upon ^C
:
colon from command name when command string is passed from the pre-parser (#601)None
~>
f
: new flag i
– deprecates ?
flag due to ?
being a glob pattern. However ?
will remain supported$PREFIX
variable passed to Dynamic and DynamicDesc functions in autocomplete
– includes the partial term (read more)user@
completion support for ssh
autocomplete
docs (read more)$.
is now mutablef
improved help message (previously some items displayed code numbers instead of descriptions)None
<~
p
is used on an empty bufferesc
didn’t work as expected. This was due to autocompletion find (^f
, ^r
) being launched before tab
completions and state not being handled correctlyNone
example -> [{ lambda }]
, to mirror existing @example[{ lambda }]
functionality--autocomplete
flag added to read
<env:FOO=BAR>
) were not getting setcast
now checks if it is a method. Previously was piping regardless--merge
. Now they merge as expectedalter
panics are caught issue (#536)formap
values to be strings despite that value being a different primitive from the originating object. However this type of code would be an anti-pattern so we shouldn’t expect much, if any, code written like thisformap
values are now data type aware. You no longer need to cast values. Keys are still string only and the intention is to keep them this wayNone
No new features
Published: 19.04.2023 at 23:27
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 Fri May 19 22:45:48 UTC 2023 against commit 54b5f6754b5f67b250bbf7353e83c42ed187802584c3ae3.
Current version is 4.1.6140 which has been verified against 14045 tests cases.