rope icon indicating copy to clipboard operation
rope copied to clipboard

supports MatchOr, MatchSequence, MatchStar, MatchSingleton

Open jheld opened this issue 6 months ago • 0 comments

Description

Please include a summary of the change and which issue is fixed.

Fixes maybe all of #623

I was initially encountering an issue when trying to implement support for MatchSingleton, but I realized that the singleton wasn't actually a Name/NameConstant, but rather the string representation, at least in the test, so that helped me push through to support it as well.

Checklist (delete if not relevant):

  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] I have updated CHANGELOG.md
  • [x] I have made corresponding changes to user documentation for new features

jheld avatar Jun 28 '25 05:06 jheld