Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecation warning #21

Merged
merged 1 commit into from
Dec 4, 2018
Merged

Remove deprecation warning #21

merged 1 commit into from
Dec 4, 2018

Conversation

srushe
Copy link
Contributor

@srushe srushe commented Oct 24, 2018

Parser::Rewriter is deprecated, so we should update to Parser::TreeRewriter.

@dgollahon
Copy link
Owner

Thanks for the patch. :)

Looks like CI is stuck/busted (probably a result of the CircleCI 2.0 thing). :(

I haven't worked on this project in a while, but I'll hopefully get a chance to fix CI, merge your patch, and fix a few UX + other issues I've been meaning to get to soon.

@bquorning
Copy link
Contributor

I'll hopefully get a chance to fix CI

See #22.

@dgollahon
Copy link
Owner

@srushe If you would be so kind as to rebase this branch, hopefully the retriggered CI should work correctly now (thanks to @bquorning and #22 🎉 ) and I can merge this.

@srushe
Copy link
Contributor Author

srushe commented Dec 4, 2018

Apologies for the delay, I completely missed the comment on rebasing. I've done it just now, but it looks like nothing was kicked off on CircleCI sadly.

@dgollahon
Copy link
Owner

@srushe No worries on the delay. :)

it looks like nothing was kicked off on CircleCI sadly.

That's so odd. Maybe it's still stuck from before somehow. I'm not sure why it won't run but I downloaded your branch and ran the tests locally so I'll just override the CI requirement.

Thanks for the fix.

@dgollahon dgollahon merged commit cca39b1 into dgollahon:master Dec 4, 2018
@chiastolite chiastolite mentioned this pull request May 21, 2021
dgollahon added a commit that referenced this pull request Jun 19, 2021
- As pointed out in #42 (thanks @chiastolite!), `rspectre` uses features from `parser` that are only available in 2.5 (see #21). The APIs that are in use should also be compatible with 3.x and because `parser` is intended to have a permanently stable API (or, as close to that as possible), this can just be changed to >= 2.5 for now.
dgollahon added a commit that referenced this pull request Jun 19, 2021
- As pointed out in #42 (thanks @chiastolite!), `rspectre` uses features from `parser` that are only available in 2.5 (see #21). The APIs that are in use should also be compatible with 3.x and because `parser` is intended to have a permanently stable API (or, as close to that as possible), this can just be changed to >= 2.5 for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants