-
Notifications
You must be signed in to change notification settings - Fork 46
Moved dependency chasing to the loader and fixed some tests #1214
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
base: master
Are you sure you want to change the base?
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:
ignore
lines in the tests file for tests that are now passing;example/foo.links
, the moduleBar
will be searched inexample/bar.links
instead ofbar.links
);case otherwise ->
construct as an alias to thecase _ ->
construct;