add note about mac os arm64 to readme
- SHA
ef4f6f0ddfafca3487daef8f3cf610c529c6e4be- Parents
-
27b20ef - Tree
f044183
ef4f6f0
ef4f6f0ddfafca3487daef8f3cf610c529c6e4be27b20ef
f044183| Status | File | + | - |
|---|---|---|---|
| M |
README.md
|
3 | 0 |
README.mdmodified@@ -41,6 +41,8 @@ Requires: | ||
| 41 | 41 | - POSIX system (Linux, BSD, macOS) |
| 42 | 42 | - Realistic expectations |
| 43 | 43 | |
| 44 | +**macOS ARM64 Warning**: gfortran has a stack frame corruption bug on Apple Silicon that breaks menu selection mode. Tab completion still works, you just can't use arrow keys to navigate. Blame the compiler, not us. | |
| 45 | + | |
| 44 | 46 | ```bash |
| 45 | 47 | git clone https://github.com/FortranGoingOnForty/fortsh.git |
| 46 | 48 | cd fortsh |
@@ -400,6 +402,7 @@ Because why not. | ||
| 400 | 402 | |
| 401 | 403 | ## Known Issues |
| 402 | 404 | |
| 405 | +- **macOS ARM64**: Tab completion menu mode disabled due to gfortran compiler bug. Tab still completes, but you can't arrow through options. Press Tab twice and it'll tell you why. Works fine on Linux and x86 Macs. | |
| 403 | 406 | - Slower than bash for large scripts (it's Fortran, not a miracle worker) |
| 404 | 407 | - Some regex patterns with spaces need escaping (affects ~0.1% of use cases) |
| 405 | 408 | - Unicode support varies by system locale |