Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation with --assertions:off | bptato | 2023-09-15 | 1 | -2/+4 |
| | | | | | Remove side effects from assert statements. The flag is not used currently, but let's not depend on that. | ||||
* | bindings: fix JSInterruptHandler signature | bptato | 2023-09-15 | 1 | -1/+1 |
| | |||||
* | move around more modules | bptato | 2023-09-14 | 1 | -8/+8 |
| | | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/ | ||||
* | move some modules to local/ | bptato | 2023-09-14 | 1 | -0/+643 |
makes a bit more sense than the previous arrangement |