ponylang / pony-stable

:horse: A simple dependency manager for the Pony language.
BSD 2-Clause "Simplified" License
134 stars 18 forks source link

Remove usage of `regex` #109

Closed SeanTAllen closed 5 years ago

SeanTAllen commented 5 years ago

The regex library has been removed from ponyc and now lives in its own library. This causes a bit of a problem for usage with stable.

How would we install that library so we can test stable? With the stable we just built? Perhaps. Regex is only used in an integration test and it can probably be accomplished in another fashion.

This issue is to reactivate the small amount of code that is currently commented out in the integration tests that uses regex.

@srenatus, do you have any thoughts on how to address?

See #108 for the code in question.