-
Notifications
You must be signed in to change notification settings - Fork 54
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: freckle/yesod-auth-oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: freckle/yesod-auth-oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 10 files changed
- 1 contributor
Commits on Sep 11, 2018
-
Build haskell-src-exts single-threaded first
Letting all dependencies build at once can lead to out of memory on CI.
Configuration menu - View commit details
-
Copy full SHA for a8687be - Browse repository at this point
Copy the full SHA a8687beView commit details -
Tweak CI environment variables
- Always use STACK_YAML, because we sometimes do - Pass --no-terminal for better output
Configuration menu - View commit details
-
Copy full SHA for f46d3bc - Browse repository at this point
Copy the full SHA f46d3bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17cbf54 - Browse repository at this point
Copy the full SHA 17cbf54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0c6ed - Browse repository at this point
Copy the full SHA 2f0c6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cf1d8 - Browse repository at this point
Copy the full SHA f1cf1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd868e - Browse repository at this point
Copy the full SHA 4fd868eView commit details
Commits on Sep 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 92beb4b - Browse repository at this point
Copy the full SHA 92beb4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37343fa - Browse repository at this point
Copy the full SHA 37343faView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc033e1 - Browse repository at this point
Copy the full SHA dc033e1View commit details -
Ensure we rescue our exceptions too
For some reason, I thought tryIO would catch our own exception is we threw them via throwIO, but that's incorrect. Our own exceptions are not IOExceptions, so they squeak by. This fixes that.
Configuration menu - View commit details
-
Copy full SHA for e3c6178 - Browse repository at this point
Copy the full SHA e3c6178View commit details
Commits on Sep 19, 2018
-
Implement different exceptions for different cases
I had hoped to get away from this entirely, to an Either-based interface, but that seems to be stalling as an initiative. So in the meantime, let's at least make our exceptions more meaningful.
Configuration menu - View commit details
-
Copy full SHA for 1411bb5 - Browse repository at this point
Copy the full SHA 1411bb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46dfc12 - Browse repository at this point
Copy the full SHA 46dfc12View commit details
There are no files selected for viewing