Michael Greenberg
Michael Greenberg
I think having that script in the installer image is just fine. The macOS convention seems to be not putting things anywhere other than /Applications (though things are probably changing...
Oh, agreed---I was merely saying that it seems like a lot of trouble to switch to a `.pkg`- or script-based installation scheme just to achieve this goal.
Thank you! This exact workaround was suggested over on the original issue, and it solves that problem. (It doesn't solve my other problems, but that's on me. 😅) It may...
Almost there as of 592effe.
Good idea! There seems to be some issue with modernish, at least for me, locally. :( I'll leave that conversation on #33.
- [x] need to check in about the KLUDGE at os_symbolic.lem:277 for the exit trap - [ ] something to show `exit_code` in the shtepper
- [ ] Break from loops, etc., when a command exits due to SIGINT (status 130) (cf. dash) - [ ] `INTON`/`INTOFF` Ã la dash to get correct command editing...
- [x] `echo hi | sleep 3`, ^Z, `fg` doesn't work. Some bugs fixed in 7a75e15 (wasn't properly simulating `killpg`), but we're not all the way there yet.
- [ ] `smoosh -c 'echo | smoosh -i'` is blocking on taking the foreground. everything else seems to be okay in 3fc4dd4
I've also encountered many syntactic forms for literals that aren't documented here (e.g., the floats `0.5` and `#i4` and `#i365.24` and `#i-2.59193146099879641e+01` and `#i-9.51592254519715870e-05` and special character forms like `#\newline`)....