chore: update to zig 0.17.0-dev.1454+5faa79730#996
Open
nihklas wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Works when overriding
translate-cwith my fork andaroccwith the github upstream. Waiting on translate-c#436 to land, then we can update the dependencies in microzig and merge the update.Currently failing tests:
core/src/utilities.zig:307:5 > utilities.decltest.SliceVector->expected type *const u8, found type *align(1) const u8drivers- no real information, just some debug output and this:failed command: ./.zig-cache/o/a6f0de5dedfdf67f1e510d2ec43d0fb3/test --cache-dir=./.zig-cache --seed=0xcb5b74db --listen=-. On repeated execution nothing is outputted nor failingsim/aviron->error: package "" configuration failed: InvalidEnumTagTested Directories:
core/drivers/port/sim/)All of them wherever there was a test-step available, simply ran
zig build testwith optionally overriding thetranslate-candaroccdependencies, if they were used.