• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / Reactive.jl / 308 / 6
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2016 04:05AM UTC
Files 6
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Nov 2016 03:38AM UTC coverage: 71.6%. First build
308.6

Pull #113

travis-ci

web-flow
Use an action queue/set for each push! to ensure actions aren't repeated and are performed in the correct order.

Instead of performing actions attached to a node as soon as a new value is sent to it, add the actions to an ordered set `action_queue` for the current `push!` message, keyed (de-duplicated) using the recipient node. This ensures that actions that would previously have been performed twice, or performed once before all the inputs to the action had updated (and ignored later after they had updated due to the `timestep` mechanism), will be performed once and at the correct time, i.e. after all their inputs have updated for this `push!` message.

Essentially causes the Signal graph to be traversed breadth first each push!, rather than the previous depth first.
Pull Request #113: Use an action queue/set to ensure actions are performed in the correct order and aren't repeated

179 of 250 relevant lines covered (71.6%)

181.05 hits per line

Source Files on job 308.6
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 308
  • Travis Job 308.6
  • d1d0a72d on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc