Laurence Morgan
Laurence Morgan
Ack, I've clearly cocked something up in the parser there and somehow also failed to add tests around that particular condition. I'll look into this and hopefully have a fix...
It wasn't and you've potentially unearthed another bug there. I'll give the parser some love over the next few weeks. If truth be told, it's some of the oldest code...
Written a patch to resolve the slash before a comment problem (pushed to `develop`). It's a very experimental patch and certainly doesn't address the full parser rewrite. But it's hopefully...
> Hm, does this mean that I can add the backslash either before the comment symbol or before the end of line, and both will work? In theory, yes. My...
Current patch has been into `master`. Leaving this issue open for now as I still want to write more tests plus backport the change to the interactive terminal. However v2.4...
BETA of `ReadArrayWithType()` created: 6269c5a833ea4d8fc7b0ffdf829570ada52bc496
~`Index()` / `NotIndex()` are only used by `[` and they call a helper function that unmarshals. I'm going to deprecate the type hook and fall back to `unmarshal()` and `marshal()`...
Thank god for unit tests! Forgot that `Index()` is it's own hook because objects and tables are indexed differently. Doh
I think this definitely needs to happen as part of a larger piece of work where I also strip pipes from parameters if the parameters are not quoted (so `out...
The preliminary work has been committed as part of https://github.com/lmorg/murex/pull/145