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
*
data type marshaller can now marshal maps (#593)fexec private
should inherit module string from the owners module (#600)source
-ed files should be loaded into a module of a similar name to the parent module{
, should force a new parameter when following a closing block, }
(#603)$(PWD)
, not getting parsed correctly by syntax highlighterNone
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: 04.06.2023 at 10:44
This document was generated from gen/changelog/v4.1_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 Sep 18 21:18:57 UTC 2024 against commit c037883c03788357164e9846c84d9f777251495d9452a8e.
Current version is 6.3.4225 (develop) which has been verified against tests cases.