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

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

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2016 02:45AM 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 12:49AM UTC coverage: 72.0%. First build
307.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

180 of 250 relevant lines covered (72.0%)

208.52 hits per line

Source Files on job 307.6
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 307
  • Travis Job 307.6
  • 7c2678f7 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