Commit graph

28 commits

Author SHA1 Message Date
7ec772e011
remove welcome message to save terminal space 2025-04-22 21:50:02 +02:00
fb4908c0a3
update workflow to use nightly 2025-04-22 21:49:58 +02:00
e4d919ad89
finally fix workflow i hope 2025-04-22 21:49:55 +02:00
0e255ea359
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 21:48:31 +02:00
c5ce9987b9
windows ARM workflow (#12) 2025-04-22 21:48:28 +02:00
fdb7844149
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-22 21:48:24 +02:00
079d507de0
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 21:48:21 +02:00
773b9c532b
Merge branch 'main' of https://github.com/Caznix/Zenyx 2025-04-22 21:47:33 +02:00
d184133298
Add release checking to rust workflow 2025-04-22 21:47:29 +02:00
c104059cfe
Create dependabot.yml 2025-04-22 21:47:25 +02:00
1f2793120f
remove --verbose from tests 2025-04-22 21:46:51 +02:00
0e406d3fc1
no windows on arm 😔 2025-04-22 21:46:30 +02:00
acca402e3e
test of github actions will actually use aarch64 this time 2025-04-22 21:46:27 +02:00
4828641bf3
rename output file to bin instead of binary 2025-04-22 21:46:24 +02:00
165090d841
un seperate them cuz they compile twice? 2025-04-22 21:46:20 +02:00
b1cb40b13d
seperate jobs 2025-04-22 21:46:16 +02:00
31db71535b
run aarch64 in qemu??? im running out of ideas 2025-04-22 21:46:13 +02:00
075b57c8e0
disable fail-fast 2025-04-22 21:46:09 +02:00
35c41fe4eb
idfk at this point 2025-04-22 21:46:06 +02:00
15891a047b
cross tools 2025-04-22 21:46:03 +02:00
eef225a03d
only include binaries 2025-04-22 21:45:59 +02:00
bd4870cbdd
nvm 2025-04-22 21:45:56 +02:00
eadf44efd9
maybe arm? 2025-04-22 21:45:52 +02:00
4a5a0b97ba
fix cross compilation? 2025-04-22 21:45:49 +02:00
848297cabc
fix foreign architectures 2025-04-22 21:45:45 +02:00
ae48411582
add multiple architectures 2025-04-22 21:45:39 +02:00
422a852f50
update workflow 2025-04-22 21:45:28 +02:00
ecbfce64ed
Basic repl 2025-04-22 21:45:25 +02:00