-
Notifications
You must be signed in to change notification settings - Fork 32
use point positions in comment index #274
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
Conversation
@raboof this went green. not sure what's the best strategy for testing, i added a commit that tests everything with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I won't pretend I understand the logic/internals here, but the change looks neat, and the tests give confidence ;)
not sure what's the best strategy for testing, i added a commit that tests everything with -Yrangepos. I think either the test suite should just use the compiler's default (so rangepos will be on for 2.13.4+), or everything should be tested twice (with and without rangepos).
TBQH I'd be fine with just testing everything with -Yrangepos
, as that's what we're recommending going forward. If people run into trouble without it they can add -Yrangepos
or upgrade to a newer Scala version... WDYT?
In this case I'd suggest to remove the |
@raboof could you test this on Akka (2.12.13, 2.13.3, 2.13.5)? Would you prefer to have a release or do your own |
(failure seems spurious, and travis doesn't let me restart the job, "Oh no! An error occurred. The job could not be restarted") |
I'll give it a go (with |
Thanks! |
Tested a couple of variations: With genjavadoc 0.16 and default settings:
With this branch and default settings:
So all good! |
Thanks for testing it! |
fixes #220
i only tested this on 2.13.5 locally, let's see what travis says.