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
We need to extend static checking of bounds and dynamic runtime checks to handle relative alignment. This feature includes covers work items #326, #327, #328. and #329. We also need to write tests of this.
The text was updated successfully, but these errors were encountered:
…ckedc#330)
We've revamped the implementation of generic functions in the compiler:
- Add tests of ways functions with generic types and non-generic types can be incompatible.
- We are now parsing type argument lists based on mostly syntactic information. This causes misnamed bounds cast operations to be treated as applications of functions to generic type arguments.
- A few error messages changed.
We need to extend static checking of bounds and dynamic runtime checks to handle relative alignment. This feature includes covers work items #326, #327, #328. and #329. We also need to write tests of this.
The text was updated successfully, but these errors were encountered: