forked 6ad82c3339 and refactored to combine prey.toml with nest.toml. The WorkspaceHandler.discover_packages() function is very broken.

This commit is contained in:
2026-02-22 23:23:41 -05:00
parent 3654d76340
commit 5473ca7440
59 changed files with 90 additions and 90 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.zed/debug.json Normal file → Executable file
View File

0
.zed/settings.json Normal file → Executable file
View File

0
AUTHORS.md Normal file → Executable file
View File

0
CODE_OF_CONDUCT.md Normal file → Executable file
View File

0
Cargo.lock generated Normal file → Executable file
View File

0
Cargo.toml Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
Test1/.gitignore vendored Normal file → Executable file
View File

0
Test1/.idea/.gitignore generated vendored Normal file → Executable file
View File

0
Test1/.idea/compiler.xml generated Normal file → Executable file
View File

0
Test1/.idea/jarRepositories.xml generated Normal file → Executable file
View File

0
Test1/.idea/misc.xml generated Normal file → Executable file
View File

0
Test1/.idea/vcs.xml generated Normal file → Executable file
View File

0
Test1/.java-version Normal file → Executable file
View File

0
Test1/Nest.toml Normal file → Executable file
View File

0
Test1/app/.gitignore vendored Normal file → Executable file
View File

0
Test1/app/Prey.toml Normal file → Executable file
View File

0
Test1/app/pom.xml Normal file → Executable file
View File

0
Test1/app/src/main/java/com/raven/Main.java Normal file → Executable file
View File

0
Test1/app/src/test/java/Test.java Normal file → Executable file
View File

0
Test1/core/.gitignore vendored Normal file → Executable file
View File

0
Test1/core/Prey.toml Normal file → Executable file
View File

0
Test1/core/pom.xml Normal file → Executable file
View File

0
Test1/core/src/main/java/com/raven/Main.java Normal file → Executable file
View File

0
Test1/core/src/test/java/Test.java Normal file → Executable file
View File

0
Test1/pom.xml Normal file → Executable file
View File

0
crates/cli/Cargo.toml Normal file → Executable file
View File

0
crates/cli/src/lib.rs Normal file → Executable file
View File

0
crates/core/Cargo.toml Normal file → Executable file
View File

0
crates/core/assets/Main.java Normal file → Executable file
View File

0
crates/core/assets/MainTest.java Normal file → Executable file
View File

0
crates/core/src/class.rs Normal file → Executable file
View File

0
crates/core/src/dependency.rs Normal file → Executable file
View File

0
crates/core/src/error.rs Normal file → Executable file
View File

0
crates/core/src/lib.rs Normal file → Executable file
View File

0
crates/core/src/nest.rs Normal file → Executable file
View File

0
crates/core/src/package.rs Normal file → Executable file
View File

0
crates/core/src/prelude.rs Normal file → Executable file
View File

0
crates/core/src/workspace.rs Normal file → Executable file
View File

0
crates/fs/Cargo.toml Normal file → Executable file
View File

0
crates/fs/src/lib.rs Normal file → Executable file
View File

0
crates/java/Cargo.toml Normal file → Executable file
View File

0
crates/java/src/compilation_scheduler.rs Normal file → Executable file
View File

0
crates/java/src/compiler.rs Normal file → Executable file
View File

0
crates/java/src/error.rs Normal file → Executable file
View File

0
crates/java/src/lib.rs Normal file → Executable file
View File

0
crates/java/src/runtime.rs Normal file → Executable file
View File

0
crates/pom/Cargo.toml Normal file → Executable file
View File

0
crates/pom/src/error.rs Normal file → Executable file
View File

0
crates/pom/src/lib.rs Normal file → Executable file
View File

0
crates/pom/src/xml.rs Normal file → Executable file
View File

0
crates/raven/Cargo.lock generated Normal file → Executable file
View File

0
crates/raven/Cargo.toml Normal file → Executable file
View File

0
crates/raven/src/main.rs Normal file → Executable file
View File

0
templates/demo/Nest.toml Normal file → Executable file
View File

0
templates/demo/src/main/Prey.lock Normal file → Executable file
View File

0
templates/demo/src/main/Prey.toml Normal file → Executable file
View File