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

Add compat entries for stdlibs #30

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

nickrobinson251
Copy link
Member

The registry PR failed with:

The following dependencies do not have a [compat] entry that is upper-bounded and only includes a finite number of breaking releases: Serialization, Sockets

Due to this recent change in requirements: https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958

the advice there is:

For now you should simply match the version of your Julia compat entry, for all your standard library compat entries.

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c5cb574) 89.63% compared to head (966524a) 89.86%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   89.63%   89.86%   +0.22%     
==========================================
  Files           8        8              
  Lines         357      365       +8     
==========================================
+ Hits          320      328       +8     
  Misses         37       37              
Files Coverage Δ
src/pools.jl 95.08% <100.00%> (+0.74%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nickrobinson251 nickrobinson251 enabled auto-merge (squash) November 1, 2023 15:28
@nickrobinson251 nickrobinson251 merged commit 6e06acf into main Nov 1, 2023
6 checks passed
@nickrobinson251 nickrobinson251 deleted the npr-stdlib-compats branch November 1, 2023 16:24
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.

None yet

2 participants