Skip to content
This repository was archived by the owner on May 13, 2020. It is now read-only.

"Remove" regex dependency #108

Merged
merged 1 commit into from
Jul 17, 2019
Merged

"Remove" regex dependency #108

merged 1 commit into from
Jul 17, 2019

Conversation

SeanTAllen
Copy link
Member

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.

So that we can build stable for now and not break other things that
depend on it, I've commented out the small bit of test code that
uses regex. I will be opening an issue to come up with a fix.

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.

So that we can build stable for now and not break other things that
depend on it, I've commented out the small bit of test code that
uses regex. I will be opening an issue to come up with a fix.
@SeanTAllen SeanTAllen requested review from srenatus and Theodus July 17, 2019 01:18
@SeanTAllen SeanTAllen mentioned this pull request Jul 17, 2019
@SeanTAllen SeanTAllen closed this Jul 17, 2019
@SeanTAllen SeanTAllen deleted the no-regex branch July 17, 2019 01:40
@SeanTAllen SeanTAllen restored the no-regex branch July 17, 2019 01:45
@SeanTAllen SeanTAllen reopened this Jul 17, 2019
@SeanTAllen SeanTAllen merged commit 7a53521 into master Jul 17, 2019
@SeanTAllen SeanTAllen deleted the no-regex branch July 17, 2019 01:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant