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?
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.