Skip to content

improve zig build --watch compatibility for BuiltinUpdateOptions step and DirectoryFileInput#73

Merged
silbinarywolf merged 5 commits intomainfrom
fix/improve-watch-compatibility-on-other-steps
Mar 1, 2026
Merged

improve zig build --watch compatibility for BuiltinUpdateOptions step and DirectoryFileInput#73
silbinarywolf merged 5 commits intomainfrom
fix/improve-watch-compatibility-on-other-steps

Conversation

@silbinarywolf
Copy link
Owner

improve zig build --watch compatibility for BuiltinUpdateOptions step and DirectoryFileInput

  • Update BuiltinUpdateOptions to be --watch compatible by clearing the output content data. This allows you to now modify AndroidManifest.xml with --watch.
  • Update DirectoryFileInput to be --watch compatible, so now if you have an asset directory and you add/remove/edit files, the build step will re-run.
  • Fix D8Glob behaviour to also trim the file_inputs list and avoid growing it.

Fixes #71

@silbinarywolf silbinarywolf merged commit 81128b5 into main Mar 1, 2026
11 checks passed
@silbinarywolf silbinarywolf deleted the fix/improve-watch-compatibility-on-other-steps branch March 1, 2026 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zig build --watch (with java files) makes an error because of duplicate arguements for d8

1 participant