Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Support document variables substitution in paths #28

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

astubbs
Copy link
Contributor

@astubbs astubbs commented Aug 26, 2020

Enables prefixing with a relative path, so preview of include directives also work in IDEA

return strings;
}

// @VisibleForTesting
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we remove this, if it is not needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's just to indicate why the relaxed access level. Want me to change it to a comment or leave it out?
Guava has an annotation like that but it has no functional use. Just for reading.
I was accidentally using the testing libraries one, but I'd prefer to keep the test library scope as test.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah ok, apologies for the delay in responding. That should be fine.

Copy link
Contributor

@zteater zteater left a comment

Choose a reason for hiding this comment

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

Pretty clever how you used variables for path substitution. I think just remove the commented out code and we can merge it in.

@zteater zteater merged commit f5b5df7 into whelk-io:develop Sep 4, 2020
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.

2 participants