Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Upgrade to latest versions of flay and sexp_processor #383

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

3 participants