Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor scheduler #73

Merged
merged 78 commits into from
Nov 11, 2018
Merged

Refactor scheduler #73

merged 78 commits into from
Nov 11, 2018

Conversation

realityforge
Copy link
Member

No description provided.

…e and supporting infrastructure is omitted if references are disabled.
…ng the setting of flag indicating whether task is queued or not
…ve the ReactionScheduler that no longer contained any code
…etected` to `arez.purge_tasks_when_runaway_detected` and rename all related infrastructure.
… interface and

supporting infrastructure is omitted if property introspectors are disabled.
@codecov-io
Copy link

codecov-io commented Nov 11, 2018

Codecov Report

Merging #73 into master will decrease coverage by 0.35%.
The diff coverage is 89.69%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #73      +/-   ##
============================================
- Coverage     90.83%   90.47%   -0.36%     
+ Complexity     3178     3169       -9     
============================================
  Files            91       94       +3     
  Lines          7526     7558      +32     
  Branches       1265     1261       -4     
============================================
+ Hits           6836     6838       +2     
- Misses          125      126       +1     
- Partials        565      594      +29
Impacted Files Coverage Δ Complexity Δ
core/src/main/java/arez/Flags.java 87.23% <ø> (-2.13%) 58 <0> (-1)
...ore/src/main/java/arez/component/MemoizeCache.java 81.81% <0%> (-1.14%) 52 <0> (ø)
core/src/main/java/arez/Observer.java 86.66% <100%> (-2.49%) 215 <1> (-11)
core/src/main/java/arez/CircularBuffer.java 96.7% <100%> (+0.03%) 32 <1> (+1) ⬆️
core/src/main/java/arez/Arez.java 87.5% <100%> (-3.81%) 27 <1> (ø)
.../main/java/arez/processor/ComponentDescriptor.java 96.42% <100%> (ø) 633 <0> (ø) ⬇️
core/src/main/java/arez/ArezTestUtil.java 93.43% <100%> (ø) 50 <3> (ø) ⬇️
core/src/main/java/arez/FifoTaskQueue.java 100% <100%> (ø) 14 <14> (?)
core/src/main/java/arez/ObserverInfoImpl.java 86.04% <100%> (ø) 27 <1> (ø) ⬇️
core/src/main/java/arez/ArezConfig.java 61.64% <75%> (ø) 18 <1> (ø) ⬇️
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6b3ced...21a9cee. Read the comment docs.

@realityforge realityforge merged commit 4b89d58 into master Nov 11, 2018
@realityforge realityforge deleted the ExtractTaskQueue branch November 11, 2018 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants