Skip to content

Conversation

@davidpanderson
Copy link
Contributor

Also, instead of checking for overdue results only at startup, do it once a day as well.

Eventually we might want to have this default to e.g. 30 days.

Fixes #2366

@AenBleidd
Copy link
Member

@davidpanderson, please fix the build for windows:

"D:\a\boinc\boinc\win_build\sim.vcxproj" (default target) (48) ->
       (Link target) -> 
         app.obj : error LNK2019: unresolved external symbol "public: int __cdecl ACTIVE_TASK::abort_task(int,char const *)" (?abort_task@ACTIVE_TASK@@QEAAHHPEBD@Z) referenced in function "public: void __cdecl ACTIVE_TASK_SET::report_overdue(void)" (?report_overdue@ACTIVE_TASK_SET@@QEAAXXZ) [D:\a\boinc\boinc\win_build\sim.vcxproj]
         D:\a\boinc\boinc\win_build\Build\x64\Release\boincsim.exe : fatal error LNK1120: 1 unresolved externals [D:\a\boinc\boinc\win_build\sim.vcxproj]

@davidpanderson
Copy link
Contributor Author

Done

@codecov
Copy link

codecov bot commented Aug 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 10.53%. Comparing base (5241a64) to head (7d288b9).
Report is 8 commits behind head on master.

Files Patch % Lines
lib/cc_config.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5724      +/-   ##
============================================
- Coverage     10.53%   10.53%   -0.01%     
  Complexity     1068     1068              
============================================
  Files           279      279              
  Lines         35875    35877       +2     
  Branches       8412     8413       +1     
============================================
  Hits           3780     3780              
- Misses        31701    31703       +2     
  Partials        394      394              
Files Coverage Δ
lib/cc_config.h 0.00% <ø> (ø)
lib/cc_config.cpp 0.00% <0.00%> (ø)

This reverts commit 773d58a.

Signed-off-by: Vitalii Koshura <[email protected]>
@AenBleidd AenBleidd merged commit 57b6627 into master Aug 2, 2024
@AenBleidd AenBleidd deleted the dpa_overdue branch August 2, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Create a setting to automatically remove expired tasks.

3 participants