Commit graph

20 commits

Author SHA1 Message Date
a9f8b43f50
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
2025-04-19 21:01:28 +02:00
e3555ef527
Add release checking to rust workflow 2025-04-19 21:00:25 +02:00
88fd7d6d50
remove --verbose from tests 2025-04-19 20:59:49 +02:00
e4cfe09a33
no windows on arm 😔 2025-04-19 20:58:41 +02:00
d3b34ac1d5
test of github actions will actually use aarch64 this time 2025-04-19 20:58:39 +02:00
3d2cc9367b
rename output file to bin instead of binary 2025-04-19 20:58:30 +02:00
9679c8bc5f
un seperate them cuz they compile twice? 2025-04-19 20:58:28 +02:00
86eadc4fb2
seperate jobs 2025-04-19 20:58:27 +02:00
2137bccbf8
run aarch64 in qemu??? im running out of ideas 2025-04-19 20:58:25 +02:00
5f7841aacb
disable fail-fast 2025-04-19 20:58:23 +02:00
f1a98dd4ef
idfk at this point 2025-04-19 20:58:22 +02:00
997194200b
cross tools 2025-04-19 20:58:17 +02:00
15e58a29ab
only include binaries 2025-04-19 20:58:15 +02:00
59d8e893fa
nvm 2025-04-19 20:58:14 +02:00
3da89d4e9b
maybe arm? 2025-04-19 20:58:05 +02:00
d64b8c5652
fix cross compilation? 2025-04-19 20:58:04 +02:00
57257ee90a
fix foreign architectures 2025-04-19 20:58:02 +02:00
7ea6174977 add multiple architectures 2024-12-01 18:23:20 -05:00
93eeec76e9 update workflow 2024-12-01 18:06:27 -05:00
6838119689 Basic repl 2024-12-01 16:02:06 -05:00