Skip to content
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

Typed Pointers #4497

Closed
wants to merge 1 commit into from
Closed

Typed Pointers #4497

wants to merge 1 commit into from

Conversation

AlicanC
Copy link
Contributor

@AlicanC AlicanC commented Apr 25, 2023

  • Tests are failing. Fix parsing of __ptr[T] and __slice[T].
  • Replicate raw_ptr and raw_slice tests for the typed variants.
  • Contact the SDK team and make sure this actually opens up the way for returning Vec<T>s from scripts. (Even though we need to convert them into a slice first.)

@AlicanC AlicanC self-assigned this Apr 25, 2023
@AlicanC AlicanC linked an issue Apr 25, 2023 that may be closed by this pull request
@AlicanC AlicanC added the compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typed Pointers and Slices
2 participants