Skip to content

Upgrade to latest versions of flay and sexp_processor #383

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

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

larkinscott
Copy link
Contributor

@larkinscott larkinscott commented Nov 29, 2023

This also applies a small monkey patch to the parse_sexp method in the
sexp_processor gem. This will allow us to continue passing filters to
Sexp::Matcher.parse like this:

DEFAULT_FILTERS = [
  "(UsingDirective ___)".freeze
].freeze

Note: I'm still confirming if the line number changes from this update make sense.

This applies a small monkey patch to the `parse_sexp` method in the
`sexp_processor` gem. This will allow us to continue passing filters to
`Sexp::Matcher.parse` like this:
```
DEFAULT_FILTERS = [
  "(UsingDirective ___)".freeze
].freeze
```
@larkinscott larkinscott marked this pull request as ready for review December 4, 2023 20:24
Copy link
Contributor

@f-moya f-moya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@larkinscott have you confirmed ?

Note: I'm still confirming if the line number changes from this update make sense.

@larkinscott larkinscott merged commit fcdaf4a into master Dec 8, 2023
larkinscott added a commit that referenced this pull request Dec 18, 2023
larkinscott added a commit that referenced this pull request Mar 19, 2024
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.

3 participants