Moved dependency chasing to the loader and fixed some tests#1214
Moved dependency chasing to the loader and fixed some tests#1214rajdakin wants to merge 3 commits intolinks-lang:masterfrom
Conversation
…ning for successful tests skipped
|
I don't know the context of this patch. What's the motivation? It seems to bundle a bunch of unrelated things together. Specifically, what's the motivation for the
|
|
There are three tests that use this construct ( The motivation of the entire PR is to make sure the tests are up-to-date, i.e. that tests which should pass do actually pass, that tests that pass are not ignored, and to fix minor issues (the |
I think Daniel's point is that unlike fixing tests, this is a language change, and deserves to be pulled out and discussed/agreed sepatrately, as it does not appear to be an already recognized issue that no one had gotten around to yet. I'm not sure what is wrong with |
Yes indeed. I think the problem is that |
|
Ah - sorry @rajdakin, I misinterpreted your change about The issue is that session exception syntax is of the form |
|
Is the current version good to go then? I have removed everything concerning |
This PR:
ignorelines in the tests file for tests that are now passing;example/foo.links, the moduleBarwill be searched inexample/bar.linksinstead ofbar.links);case otherwise ->construct as an alias to thecase _ ->construct;