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

Full pattern matching support #3332

Closed
eregon opened this issue Nov 27, 2023 · 1 comment
Closed

Full pattern matching support #3332

eregon opened this issue Nov 27, 2023 · 1 comment

Comments

@eregon
Copy link
Member

eregon commented Nov 27, 2023

Pattern Matching is currently partially implemented in TruffleRuby.
Specifically, array pattern matching is implemented but hash pattern matching not yet.
Currently array pattern matching is enabled by passing the --pattern-matching flag, to avoid exposing only a subset of it and ease detection of "is pattern matching supported?".

We'll implement full pattern matching support (without any flag) after #3117 is done.

@eregon
Copy link
Member Author

eregon commented Jan 28, 2024

This will be fixed for 24.0.

@eregon eregon closed this as completed Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant