-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
haskellPackages.arbtt: 0.10.1 -> 2019-01-27, dontCheck #57585
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
Conversation
arbtt was broken for quite a while. Recently fixes for the build failure were published to master, so I just bumped the source to current master. Also needed to disable tests to run, as they seem to be broken in an easy to fix way. I tested execution of the binaries and they are able to parse my logs.
@GrahamcOfBorg build haskellPackages.arbtt |
6a29ada
to
862c0d2
Compare
@GrahamcOfBorg build haskellPackages.arbtt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👎
@@ -1154,7 +1154,15 @@ self: super: { | |||
|
|||
xmonad-extras = doJailbreak super.xmonad-extras; | |||
|
|||
arbtt = doJailbreak super.arbtt; | |||
arbtt = overrideSrc (dontCheck super.arbtt) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a good idea. That override will hide all future updates arbtt
receives. Unless there is some kind of plan how to prevent that from happening, I'd rather not commit a change like that unless there's very good reason to.
Generally speaking, I'd very much prefer to lobby @nomeata to simply release a new Hackage version.
You wish is my command. Uploaded as 0.10.2. |
Thank you very much. :-) We got the update in e98e4d2. So the only issue that's left is the failing test suite:
|
@peti Thanks for the fix.
|
We cannot port the whole commit, but it's possible to back-port the part of it that updates |
Motivation for this change
arbtt was broken for quite a while.
Things done
Recently fixes for the build failure were published to master, so I just bumped the source to current master.
Also needed to disable tests to run, as they seem to be broken in an easy to fix way.
I tested execution of the binaries and they are able to parse my logs.
This needs to be backported to
release-18.09
.sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)