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

JuliaLang / Reactive.jl / 308
72%

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2016 03:40AM UTC
Jobs 5
Files 6
Run time 26min
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

pending completion
308

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

181 of 252 relevant lines covered (71.83%)

1233.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 308.1 17 Nov 2016 03:41AM UTC 0
69.88
Travis Job 308.1
2 308.2 17 Nov 2016 03:40AM UTC 0
69.6
Travis Job 308.2
3 308.3 17 Nov 2016 03:40AM UTC 0
71.6
Travis Job 308.3
4 308.4 17 Nov 2016 04:06AM UTC 0
69.88
Travis Job 308.4
6 308.6 17 Nov 2016 04:05AM UTC 0
71.6
Travis Job 308.6
Source Files on build 308
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #308
  • Pull Request #113
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