Fixing issue 916 on URI path interpolation#1802
Conversation
|
This one was open since 2015, but now more and more people get confused by it. It's probably because of the increased usage of clair which has path interpolation in its source code. Seems like a good time as any to fix it. At least we have some tests for it now. |
DavyLandman
left a comment
There was a problem hiding this comment.
The RascalJUnitTestRunner changes confuse me a bit.
src/org/rascalmpl/test/infrastructure/RascalJUnitTestRunner.java
Outdated
Show resolved
Hide resolved
|
The current solution is broken. Another test for
|
|
|
We can continue this where we left off in 2023. The current PR improves on the situation, where it encodes interpolated values better than before, but we still have to distinguish better between the "authority" and the "path" part of the URI we are building. |



/in the result