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

implement DelayQueue #99

Merged
merged 3 commits into from
Aug 8, 2023
Merged

implement DelayQueue #99

merged 3 commits into from
Aug 8, 2023

Conversation

Krastanov
Copy link
Member

based on the example already given in the documentation

I would like to finish this PR before I deal with #94 as this is an important edge case to get correctly.

@Krastanov Krastanov requested a review from hdavid16 August 7, 2023 19:04
@Krastanov
Copy link
Member Author

This is hitting a code-coverage miscalculation bug in ResumableFunctions: JuliaDynamics/ResumableFunctions.jl#46

That is why the code coverage looks like it has declined when it is actually tested.

@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2023

Codecov Report

Merging #99 (74ef586) into master (91c7e36) will decrease coverage by 1.53%.
The diff coverage is 64.28%.

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
- Coverage   98.67%   97.15%   -1.53%     
==========================================
  Files          11       12       +1     
  Lines         302      316      +14     
==========================================
+ Hits          298      307       +9     
- Misses          4        9       +5     
Files Changed Coverage Δ
src/ConcurrentSim.jl 100.00% <ø> (ø)
src/resources/delayed_stores.jl 58.33% <58.33%> (ø)
src/resources/ordered_stores.jl 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Krastanov
Copy link
Member Author

I have started working on fixing the code coverage issue in JuliaDynamics/ResumableFunctions.jl#71

More needs to be done in ResumableFunctions.jl though. I have asked for advice on the julia slack. Let's see if anything comes out of this.

I will not consider this a blocking issue for this pull request

@Krastanov Krastanov merged commit bd473f4 into master Aug 8, 2023
7 of 8 checks passed
@Krastanov Krastanov deleted the delayqueue branch September 14, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants