Skip to content

Instantly share code, notes, and snippets.

@oliver-batchelor
Created September 3, 2019 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliver-batchelor/a62fbc73839438a431ef578e7ba0d3a9 to your computer and use it in GitHub Desktop.
Save oliver-batchelor/a62fbc73839438a431ef578e7ba0d3a9 to your computer and use it in GitHub Desktop.
causality loop detected:
Main.main (test/DebugCycles.hs:182:1-30)
|
`- Main.runTest (test/DebugCycles.hs:(144,1)-(160,28))
|
`- Test.Run.runApp' (test/Test/Run.hs:(64,1)-(66,75))
|
`- Test.Run.runApp (test/Test/Run.hs:(29,1)-(58,92))
|
`- Reflex.PerformEvent.Base.hostPerformEventT (src/Reflex/PerformEvent/Base.hs:(130,1)-(150,15))
|
`- Reflex.Requester.Base.runRequesterT (src/Reflex/Requester/Base.hs:(273,1)-(276,122))
|
`- Main.switchLoop' (test/DebugCycles.hs:(106,1)-(110,20))
|
+- Reflex.Dynamic.count (src/Reflex/Dynamic.hs:163:1-65)
| |
| `- Reflex.Class.zipListWithEvent (src/Reflex/Class.hs:(1493,1)-(1497,23))
| |
| `- Reflex.Class.mergeInt (src/Reflex/Class.hs:346:1-74)
|
+- Reflex.Class.mergeInt (src/Reflex/Class.hs:346:1-74)
|
+- Reflex.Dynamic.count (src/Reflex/Dynamic.hs:163:1-65)
| |
| `- Reflex.Class.zipListWithEvent (src/Reflex/Class.hs:(1493,1)-(1497,23))
|
+- Main.connectButton (test/DebugCycles.hs:(93,1)-(95,19))
|
`- Reflex.Dynamic.count (src/Reflex/Dynamic.hs:163:1-65)
|
`- Reflex.Class.zipListWithEvent (src/Reflex/Class.hs:(1493,1)-(1497,23))
|
`- Reflex.Class.mergeInt (src/Reflex/Class.hs:346:1-74)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment