Commit graph

25 commits

Author SHA1 Message Date
0fe426851d
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
2025-04-22 20:52:22 +02:00
e7c008175e
windows ARM workflow (#12) 2025-04-22 20:52:18 +02:00
8416e48ab2
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-22 20:52:10 +02:00
dca88dc1db
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-22 20:52:06 +02:00
04c795eb11
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 20:51:03 +02:00
e955ce1480
Add release checking to rust workflow 2025-04-22 20:50:58 +02:00
ec84873450
Create dependabot.yml 2025-04-22 20:50:54 +02:00
50d562d2d3
remove --verbose from tests 2025-04-22 20:49:59 +02:00
8fc77ba881
no windows on arm 😔 2025-04-22 20:49:33 +02:00
93f9b14075
test of github actions will actually use aarch64 this time 2025-04-22 20:49:26 +02:00
af8a37ec48
rename output file to bin instead of binary 2025-04-22 20:49:20 +02:00
3c5e8ef75b
un seperate them cuz they compile twice? 2025-04-22 20:49:17 +02:00
883b3b01d6
seperate jobs 2025-04-22 20:49:09 +02:00
10507d79ea
run aarch64 in qemu??? im running out of ideas 2025-04-22 20:49:04 +02:00
6caa2cf831
disable fail-fast 2025-04-22 20:49:00 +02:00
87fe6b4bed
idfk at this point 2025-04-22 20:48:56 +02:00
2115706cc3
cross tools 2025-04-22 20:48:49 +02:00
dc13382970
only include binaries 2025-04-22 20:48:46 +02:00
16bce17aec
nvm 2025-04-22 20:48:41 +02:00
3fb99b65f9
maybe arm? 2025-04-22 20:48:37 +02:00
f4cd1023f7
fix cross compilation? 2025-04-22 20:48:29 +02:00
a741a6fa46
fix foreign architectures 2025-04-22 20:48:25 +02:00
b1f7f4694d
add multiple architectures 2025-04-22 20:48:17 +02:00
d429c01fff
update workflow 2025-04-22 20:47:55 +02:00
b67bf13441
Basic repl 2025-04-22 20:47:50 +02:00