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

Added cast to type support #4284

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

rherveille
Copy link

Added support for casting to type; e.g.
assign a = int'(some_var);
assign b = my_type_def'(some_var);

@rherveille rherveille requested a review from zachjs as a code owner March 15, 2024 18:52
Copy link
Member

@whitequark whitequark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No tests?

@rherveille
Copy link
Author

rherveille commented Mar 15, 2024 via email

@rherveille
Copy link
Author

rherveille commented Mar 16, 2024 via email

Copy link
Member

@whitequark whitequark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also add a test for a cast to a user defined struct please?

@rherveille
Copy link
Author

rherveille commented Mar 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants