-
Notifications
You must be signed in to change notification settings - Fork 42
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: haskell-hint/hint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8e1fd3b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: haskell-hint/hint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8d32a3e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 3 files changed
- 1 contributor
Commits on Apr 19, 2020
-
allow multiple instances even before 8.10
this is a bad idea, because running multiple instances of the interpreter is known not to work before ghc-8.10; but that's the point, I want to reproduce the bad things on a pre-8.10 compiler so I can confirm that those bad things no longer occur in 8.10
Configuration menu - View commit details
-
Copy full SHA for e919eea - Browse repository at this point
Copy the full SHA e919eeaView commit details -
run the test suite in parallel
it seems to trigger all kinds of problems, but not every time. I would like a more minimal and more reliable test case in order to better understand the problem and ideally write a test case which only passes on ghc-8.10 and up
Configuration menu - View commit details
-
Copy full SHA for 93a7005 - Browse repository at this point
Copy the full SHA 93a7005View commit details -
fix "thread blocked indefinitely in an MVar operation"
each thread was supposed to fill a separate MVar, but they were accidentallly both filling in the same one.
Configuration menu - View commit details
-
Copy full SHA for eebfa43 - Browse repository at this point
Copy the full SHA eebfa43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351ca49 - Browse repository at this point
Copy the full SHA 351ca49View commit details -
don't run test_signal_handlers in parallel
the two copies of the test would both try to modify the global signal handler table and only one of them would succeed.
Configuration menu - View commit details
-
Copy full SHA for e1896af - Browse repository at this point
Copy the full SHA e1896afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7155133 - Browse repository at this point
Copy the full SHA 7155133View commit details
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8d32a3e - Browse repository at this point
Copy the full SHA 8d32a3eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8e1fd3b...8d32a3e