-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comptime fatal error #1960
Comments
Ah, yeah. It will definitely still be illegal, but I'll try to make the errors softer. |
On latest nightly (cfd2bab) this is no longer crashes the IDE. Instead it results in ~60 strange errors.
Signature of [CallingConvention(.Stdcall), CLink, StaticHook]
public static extern int64 BfpFile_Seek(BfpFile* file, int64 offset, BfpFileSeekKind seekKind); By "strange" I mean that methods like
Ready-for-testing project: bug.1960.zip |
Introducing a new variable in
Span<T>
causes a fatal error during comptime evaluation:Tested with: ab31e5b
The text was updated successfully, but these errors were encountered: