oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.84k stars 157 forks source link

[builtin/trap] Reset condition on unsigned-integer #2069

Closed jasom closed 1 month ago

jasom commented 1 month ago

The POSIX specification requires this.

I also added a spec test.

Fixes 2055