Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uneval nodes throw an UnsupportedOperationException if node/sexpr is
called on them, which will break get-first-sexp if it is given
file-content that starts with
#_ whatever
.This includes uneval nodes in the set of nodes we should skip when
looking for first & last sexps.
Before submitting a PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):
CONTRIBUTING.md
, I assume this should be.github/CONTRIBUTING.md
?lein do clean, test
)But I get the same thing on
master
, so I'm not sure what is going on there../build.sh install
-- takes a long time)./build.sh
. I have installed this withlein with-profile +plugin.mranderson/config install
and have confirmed it is working for me.Thanks!