Olivia Brooks Cutieguwu
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 20:37:03 -05:00
cfb6f5fb34 Fix raven clean
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 20:28:08 -05:00
a3c208555a Add better handling of undefined entry points.
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 20:22:22 -05:00
4404aba65f Update Cargo.lock
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 20:17:03 -05:00
68743619f2 Bump java crate version.
e1827b13f4 Fix some issues with clap using the cli crate's versioning.
17f7b9dca9 Resolve some pathing issues; cleanup.
16accb8ab8 Shed old reference materials.
Compare 4 commits »
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 19:38:37 -05:00
b338f76e06 Bump subprocess and toml. Also remove the demo project I accidentally
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 17:40:05 -05:00
79629391c5 I think I finished it...
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 12:25:36 -05:00
0fad1b74bc Try to work on build some more.
a9fb52d8d7 Bump version numbers.
Compare 2 commits »
Cutieguwu pushed to v0.2_refactor at Cutieguwu/raven 2026-02-15 09:36:33 -05:00
e41d4bcd76 Most of the refactor. Need to switch machines.
dda863e512 Make us Zed users happy.
de7c0e6409 Add pathsub; Add a bunch of metadata.
7020cfb8b6 Update templates (including future ones)
Compare 4 commits »
Cutieguwu created branch v0.2_refactor in Cutieguwu/raven 2026-02-15 09:36:33 -05:00
Cutieguwu pushed to master at Cutieguwu/raven 2026-01-27 22:02:01 -05:00
54e6350d42 Code cleanup.
Cutieguwu closed issue Cutieguwu/raven#8 2026-01-27 21:33:59 -05:00
Build fails due to missing asset.
Cutieguwu commented on issue Cutieguwu/raven#8 2026-01-27 21:33:58 -05:00
Build fails due to missing asset.

Resolved f3f79a12df522c7952a8eefcdb7342cc3c2fe573

Cutieguwu pushed to master at Cutieguwu/raven 2026-01-27 21:32:25 -05:00
f3f79a12df Zed mucked something up with the merge. Fix it.
Cutieguwu pushed to master at Cutieguwu/raven 2026-01-27 21:31:10 -05:00
649507bbcb Fix build; Correct target/ path in generated .gitignore
Cutieguwu opened issue Cutieguwu/raven#8 2026-01-27 16:36:33 -05:00
Build fails due to missing asset.
Cutieguwu pushed to master at Cutieguwu/raven 2026-01-27 16:33:44 -05:00
676b0b606b Merge pull request 'fix: raven test' (#2) from AdrianLong/raven:master into master
82b45d9c66 Removed Fence denugging statements
05390a8f0b Fixed raven test. The raven test system needs to be redesigned in order to run multiple different test classes. Cyclic dependencies cannot be resolved the curent build system so a parser needs to be implemented to get the import statements.
6da7586c3e Refactored assets to use propper java syntax. Found error in the raven test command. Impropper formating when passing arguments to the java command.
3deedb2f7f Fixed raven build to build from anywhere inside of a raven project.
Compare 5 commits »
Cutieguwu merged pull request Cutieguwu/raven#2 2026-01-27 16:33:42 -05:00
fix: raven test
Cutieguwu commented on pull request Cutieguwu/raven#2 2026-01-27 14:05:37 -05:00
fix: raven test

I don't think that the help menu needs to be in README.md, but it can stay at least for now.

There's a reason that there's a help menu that auto-updates with the cli edits. We'd have to…

Cutieguwu commented on pull request Cutieguwu/raven#2 2026-01-27 14:00:56 -05:00
fix: raven test

Please also remove the Fence println! in main::test(), java::JVM::run().

Cutieguwu commented on pull request Cutieguwu/raven#2 2026-01-27 13:54:47 -05:00
fix: raven test

Build fails. Cannot remove assets/test/Main.java. Required by include_bytes!() in main.rs, line 150.