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

magicasting to a nullable type generates fault code #80

Closed
cgrand opened this issue May 19, 2022 · 1 comment
Closed

magicasting to a nullable type generates fault code #80

cgrand opened this issue May 19, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cgrand
Copy link
Contributor

cgrand commented May 19, 2022

When the target type is nullable (eg a List<Foo>?) then magicast of a vector will emit ($1 as List?).cast<Foo>()

Reported here https://clojurians.slack.com/archives/C03A6GE8D32/p1652950145969609

@cgrand cgrand added the bug Something isn't working label May 19, 2022
@cgrand cgrand self-assigned this May 19, 2022
@dupuchba
Copy link
Contributor

fixed it

cgrand added a commit that referenced this issue May 20, 2022
@cgrand cgrand closed this as completed May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants