chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.75k stars 410 forks source link

Address problems with regex support #24935

Closed mppf closed 2 weeks ago

mppf commented 2 weeks ago

This PR resolves several problems described in issue #24788. It is focused on fixing bugs but fixing this bugs can cause program behavior changes. Here are the user-facing impacts:

Implementation details:

For issue #24788.

Reviewed by @ShreyasKhandekar - thanks!

mppf commented 2 weeks ago

@ShreyasKhandekar - I just thought of checking literal mode combined with other flags, which had some problems that I've just fixed, fyi.