Simon Ser

Results 1962 comments of Simon Ser

Maybe the make-based build system is out of date.

Not really. I'd accept a patch to use the XDG dir spec.

Ah, don't worry about it. I'll patch the CI so that the annotator only runs for the master branch.

Reported the FreeBSD bug here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251270

Sorry, I won't have time to look into this in the near future.

``` $ while true build/mrsh:1:1: syntax error: expected 'do' $ if true build/mrsh:1:1: syntax error: expected 'then' ``` We should detect all "expected XXX, got EOF" cases.

The issue is that `mrsh_array` is an array of pointers, not an array of values. So the "array" part is pure overhead, values are still individually allocated on the heap....

On dash: ```console > dash $ v='a b c' $ export a=$v $ echo $a a ``` Are you sure you're running the script with the correct shell? (ie. `dash...

Makes sense. It seems like mrsh's behavior is POSIX-compliant at least for now. I'll leave this open just to remember about all of this (the dash commit says it'll become...

This applies to all builtins in general.