0aec5c0eeb
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-21 19:15:55 -04:00
ccf686da07
apply clippy changes
2025-04-21 19:15:53 -04:00
41e41c725e
fix formatting
2025-04-21 19:15:51 -04:00
8eeb6a4385
fix tokio runtime stack overflow due to recursion
2025-04-21 19:15:50 -04:00
7d88899919
exec .zenshell files + shell extensions
...
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-21 19:15:48 -04:00
ce4965ece7
check command similarity
2025-04-21 19:15:46 -04:00
04a8c39b6c
change the look of autocompletion
2025-04-21 19:15:44 -04:00
df34719f5c
make repl support strings via both double and single quotes
2025-04-21 19:15:42 -04:00
7f5618c429
fix unwrap errors
2025-04-21 19:15:41 -04:00
864ecedaf9
add rust formatting rules
2025-04-21 19:15:39 -04:00
03a9ec04c7
print logging state upon change
2025-04-21 19:15:37 -04:00
eatmynerds
a71bed6bc8
Control logging using key events
2025-04-21 19:15:35 -04:00
863383c619
Create dependabot.yml
2025-04-21 19:15:34 -04:00
c0d2385f30
Add release checking to rust workflow
2025-04-21 19:15:32 -04:00
ea6764e6a3
update main readme and add readme for Zephyr
2025-04-21 19:15:30 -04:00
41f87a379d
add zephyr ECS subcrate
2025-04-21 19:15:28 -04:00
c9ee478d96
Add press kit section
2025-04-21 19:15:26 -04:00
331b6d6d17
Remove seperate editor and xtask
2025-04-21 19:15:25 -04:00
1becc24433
replace reedline with rustyline
2025-04-21 19:15:23 -04:00
94b38dfbea
improve formatting
2025-04-21 19:15:21 -04:00
4ba89528ca
bump logo size
2025-04-21 19:15:19 -04:00
7a5d14508b
add readme with branding
2025-04-21 19:15:17 -04:00
Jason Spalti
536302b0cd
Refactor logging system to switch between stdout and file logging
...
* Refactor logging to switch between stdout and file logging
* Use "clear" instead of "tput reset" for unix
* Remove redundant comments
2025-04-21 19:15:16 -04:00
f8e7481676
remove --verbose from tests
2025-04-21 19:15:14 -04:00
Jason Spalti
b4217218dc
Add descriptions to commands and improve REPL display formatting
2025-04-21 19:15:12 -04:00
8cbc0b3382
draw with wgpu
2025-04-21 19:15:10 -04:00
f002196681
WINIT WINDOW!!!!
2025-04-21 19:15:08 -04:00
b2281324cb
no windows on arm 😔
2025-04-21 19:15:06 -04:00
d0f8b3824e
test of github actions will actually use aarch64 this time
2025-04-21 19:15:05 -04:00
43841f65f3
rename output file to bin instead of binary
2025-04-21 19:15:03 -04:00
af58dc0354
un seperate them cuz they compile twice?
2025-04-21 19:15:01 -04:00
92bc9b9ce3
seperate jobs
2025-04-21 19:14:59 -04:00
19f6698921
run aarch64 in qemu??? im running out of ideas
2025-04-21 19:14:57 -04:00
4dd08f4a78
disable fail-fast
2025-04-21 19:14:56 -04:00
b6a5a18af8
idfk at this point
2025-04-21 19:14:54 -04:00
1d47baf0f8
cross tools
2025-04-21 19:14:52 -04:00
960b46c765
only include binaries
2025-04-21 19:14:50 -04:00
d7d679795b
nvm
2025-04-21 19:14:48 -04:00
84bd86b045
maybe arm?
2025-04-21 19:14:47 -04:00
71b5f88a31
fix cross compilation?
2025-04-21 19:14:45 -04:00
5607cc7f7f
fix foreign architectures
2025-04-21 19:14:43 -04:00
a211563c8d
Rename cargo.toml to Cargo.toml
2025-04-21 19:14:41 -04:00
83fbe2665d
add multiple architectures
2025-04-21 19:14:40 -04:00
cfbb95e93e
test new workflow
2025-04-21 19:14:38 -04:00
4ffd5c70e4
update workflow
2025-04-21 19:14:36 -04:00
929cf58d8e
Basic repl
2025-04-21 19:14:34 -04:00