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

feature/stdlib-compat #20

Merged
merged 1 commit into from
Nov 15, 2023
Merged

feature/stdlib-compat #20

merged 1 commit into from
Nov 15, 2023

Conversation

AP6YC
Copy link
Owner

@AP6YC AP6YC commented Nov 15, 2023

This PR adds a Pkg@0.0.0 compat entry for earlier versions of Julia that handle stdlib dependencies as being at versions 0.0.0. It also removes the use of Pkg in the unit tests to mitigate the missing overlap in other stdlib packages in deeper dependencies (i.e., a missing overlap between LinearAlgebra@0.0.0 and 1.4.0 in PyCall).

@AP6YC AP6YC added the bug Something isn't working label Nov 15, 2023
@AP6YC AP6YC self-assigned this Nov 15, 2023
@AP6YC AP6YC linked an issue Nov 15, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3a5e63e) 100.00% compared to head (1a66b70) 100.00%.
Report is 3 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop       #20   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           19        19           
=========================================
  Hits            19        19           

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

@AP6YC AP6YC merged commit 74e6a9b into develop Nov 15, 2023
5 checks passed
@AP6YC AP6YC deleted the feature/stdlib-compat branch November 15, 2023 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix stdlib compat
1 participant