You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several teams expressed frustrations towards the compile time v.s runtime SizeError delimitation. The strategy of the spec currently is to have all size errors throw at runtime, then define 5 simple cases where compile time errors can be thrown instead. Teams that built more powerful size checking infrastructure actually had to downgrade their compilers to comply with the specification.
TODO: Outline solution
The text was updated successfully, but these errors were encountered:
Several teams expressed frustrations towards the compile time v.s runtime SizeError delimitation. The strategy of the spec currently is to have all size errors throw at runtime, then define 5 simple cases where compile time errors can be thrown instead. Teams that built more powerful size checking infrastructure actually had to downgrade their compilers to comply with the specification.
TODO: Outline solution
The text was updated successfully, but these errors were encountered: