Skip to content

Commit

Permalink
haskellPackages.SCalendar: try to restore the bot capacity to evaluate
Browse files Browse the repository at this point in the history
Remove infinite recursion between SCalendar and scalendar:

https://gist.github.com/GrahamcOfBorg/eb6d5675657ddc3cc3f054305b11dcb5
  • Loading branch information
orivej committed Dec 20, 2017
1 parent 9563726 commit 6e2df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/hackage-packages.nix
Expand Up @@ -15570,7 +15570,7 @@ self: {
sha256 = "139lggc8f7sw703asdyxqbja0jfcgphx0l5si1046lsryinvywa9";
libraryHaskellDepends = [ base containers text time ];
testHaskellDepends = [
base containers hspec QuickCheck scalendar text time
base containers hspec QuickCheck text time
];
homepage = "https://www.researchgate.net/publication/311582722_Method_of_Managing_Resources_in_a_Telecommunication_Network_or_a_Computing_System";
description = "This is a library for handling calendars and resource availability based on the \"top-nodes algorithm\" and set operations";
Expand Down

3 comments on commit 6e2df0a

@peti
Copy link
Member

@peti peti commented on 6e2df0a Dec 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do NOT modify this file. Please read the comment at the very top. Those changes don't accomplish anything except confuse people who try to track down the commit in which a particular issue was introduced.

@orivej
Copy link
Contributor Author

@orivej orivej commented on 6e2df0a Dec 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit accomplished what it meant to accomplish: understanding the cause of the bot failure and temporarily restoring its capacity to evaluate.

@peti
Copy link
Member

@peti peti commented on 6e2df0a Dec 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also wasted my time when I was trying to re-produce the issue locally and was baffled to find that the error won't occur on my machine. There are automatic processes in place that generate and modify this file. Please do not interfere without at least going through a PR and asking for reviews first.

Please sign in to comment.