all: use refAllDeclsRecursive to find and fix mistakes #425
No reviewers
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach!425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sysjs tests still fails with lld errors, because js functions aren't linked. cc @iddev5 may have a fix for this
Sysjs cant be tested normally because its a wasm application. My suggestion is to just remove it from testing for now. Actually we need to design a different kind of test runner specifically for wasm, which is quite a lot of work on its own and is out of scope of this PR.
Good catch on sysjs integer type mistakes, not sure why it never appeared on me.
FYI, all the CI is currently failing (on main too, not this branch) due to
-Dtargetnot being valid anymore withzig build test:oops, didn't know that was a thing