Commit graph

26 commits

Author SHA1 Message Date
d5adbbd0f6 remove welcome message to save terminal space 2025-01-23 17:56:46 -05:00
df42ef71f4 update workflow to use nightly 2025-01-11 15:30:35 -05:00
4c969b7e93 finally fix workflow i hope 2025-01-11 15:28:01 -05:00
b071481093
specify windows arm target (#13)
* 🔥🔥🔥🔥🔥

* make workflow use nightly

* remove code quality checks temporarily

* fix check version i think

* build for windowsARM

* forgot to specify target
2024-12-19 21:21:39 -05:00
915a738b0c
windows ARM workflow (#12) 2024-12-19 21:07:08 -05:00
470b934fb8
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2024-12-19 20:54:46 -05:00
3aba3aea1c
Improve repl autocorrect and error handling
* Combine comparison algorithims for autocorrect

* clear zephyr functions

* remove redundant comments because co-pilot is stupid and i probably will never try to use it again

* implement basic tab completion

* fix unused items

* Make workflow check code quality

* split code quality into its own file

* make action fail on bad formatting

* change workflow to nightly

* f it, code quality is considered breaking

* fix forgetting to set toolchain back to nightly when rewriting workflow (😔)

* Add condition for too little arguments

* run cargo fmt

* remove unneeded feature directive
2024-12-09 20:28:28 -05:00
6f1595e6aa Add release checking to rust workflow 2024-12-03 18:19:40 -05:00
7e19c4e08c remove --verbose from tests 2024-12-02 12:49:08 -05:00
9176ac48a0 no windows on arm 😔 2024-12-01 19:58:26 -05:00
2d7b5b9687 test of github actions will actually use aarch64 this time 2024-12-01 19:53:17 -05:00
754c2c21d3 rename output file to bin instead of binary 2024-12-01 19:46:45 -05:00
7443bb6917 un seperate them cuz they compile twice? 2024-12-01 19:45:15 -05:00
05c43422e9 seperate jobs 2024-12-01 19:35:48 -05:00
a97cbd3cb0 run aarch64 in qemu??? im running out of ideas 2024-12-01 19:01:09 -05:00
519d85b1f5 disable fail-fast 2024-12-01 18:54:26 -05:00
b5c07eb283 idfk at this point 2024-12-01 18:53:22 -05:00
e41731ee0b cross tools 2024-12-01 18:50:47 -05:00
583681cd71 only include binaries 2024-12-01 18:47:33 -05:00
882e8b2f2f nvm 2024-12-01 18:43:33 -05:00
24a2713862 maybe arm? 2024-12-01 18:41:00 -05:00
94bdc67be2 fix cross compilation? 2024-12-01 18:32:55 -05:00
4d652ae030 fix foreign architectures 2024-12-01 18:27:09 -05:00
b1c4cfc642 add multiple architectures 2024-12-01 18:23:20 -05:00
6ee866a30e update workflow 2024-12-01 18:06:27 -05:00
408f351332 Basic repl 2024-12-01 16:02:06 -05:00