alpha
Login
or
Join now
utensil.tngl.sh
/
native-land
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Utensil's monorepo for native projects: Rust, Zig, C++..., including code on GPU
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
native-land
/
yard-zig
/
basic-xp
/
at
main
1 folder
4 files
utensil
docs: fix outdated build.zig comment for Zig 0.15 API [AGENT]
1y ago
65dddd09
src
refactor: simplify test system to use single lib_mod instead of per-file modules [AGENT] - Removed complex file walking logic that created individual modules per test file - Updated build.zig to use existing lib_mod for all tests instead of createModule() per file - Modified src/root.zig to import all test files and make them discoverable via test block - Fixed Zig 0.15 compatibility issues with root_module API changes - Reduced build complexity from 25+ steps to 5 steps while maintaining all 83 tests - Improved build performance and maintainability by centralizing test organization
1 year ago
build.zig
docs: fix outdated build.zig comment for Zig 0.15 API [AGENT] - Updated example comment to use correct Zig 0.15 addTest syntax - Replaced deprecated .target, .optimize, .root_source_file with .root_module - Added version note to clarify this is for Zig 0.15+ syntax - Removed outdated parameters that no longer exist in current API
1 year ago
build.zig.zon
Add basic-xp and make `just test` work
1 year ago
mise.toml
Add `just prep-zls`; switch to mise for basic-xp
1 year ago
test_runner.zig
docs: fix outdated build.zig comment for Zig 0.15 API [AGENT] - Updated example comment to use correct Zig 0.15 addTest syntax - Replaced deprecated .target, .optimize, .root_source_file with .root_module - Added version note to clarify this is for Zig 0.15+ syntax - Removed outdated parameters that no longer exist in current API
1 year ago