You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix issue with pattern match escape.
Fixes#6060
The compiler's ppx was missing the same processing on patterns it performs on expressions in string constants: handles "js" string transformation. (On expressions it also handles "j" transformations).
Remove compiler error when it encounters pattern matching with processed string.
Changed compiler compilation to assume the cases in string switch are processed string.
There's still the overarching questions of whether the transformation should be performed in the parser instead.
* Remove unused file.
0 commit comments