-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
@Type builtin not picking up sentinel value from @typeInfo #3828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Comments
Fixed by #3855. |
@andrewrk I just built master and ran this test and it still fails 46 out of 46 cases. Can you please reopen (I can't reopen for some reason)? Here is the output of the given test program with latest zig compiler (05fc4d3)
|
LemonBoy
added a commit
to LemonBoy/zig
that referenced
this issue
Dec 8, 2019
The code converted the whole TypeInfo payload into an optional type instead of using the "sentinel" field value. Fixes ziglang#3828
andrewrk
pushed a commit
that referenced
this issue
Dec 8, 2019
The code converted the whole TypeInfo payload into an optional type instead of using the "sentinel" field value. Fixes #3828
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following program shows that
@Type
does not maintain the sentinel value from typeinfo:The text was updated successfully, but these errors were encountered: