Fixed the -m option not working#67
Conversation
|
I discovered that the first issue is only fixed when you pass the -m option. |
a bit more contextmy instance of the test suitewith -cwith -m, without -cwith neitherinstance of the test suite acquired with
|
|
Possibly related to rubensworks/rdf-test-suite.js#55 |
|
Turns out that the -m option not working was succesfully fixed, but I made another stupid mistake that just made the results exactly the same. So then this PR is just for the -m option fix, not the -c fix |
rubensworks
left a comment
There was a problem hiding this comment.
Could you give some background on why these two changes are necessary?
It's great that they fix the problem, but I don't understand why they fix it.
For example, why can args.c be true?
And why is the shallow copy required.
Because of this line:
I'm not sure if you noticed, but before it was using |
What do you mean exactly? |
Aha, ok, good catch!
It's fine either way :-) |
If you just do -c without any string, then it defaults to |
|
Ok, that's clear. Thanks! |
Fixed an issue where there would be no output if there's no cache provided. (false)
Fixed part of an issue where the -m option doesn't work. I think the rest of the problem is not related to this repository, but to rdf-test-suite.js. (false, it was fully fixed)