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

Don't export any methods or types #15

Merged
merged 4 commits into from
Feb 26, 2023
Merged

Don't export any methods or types #15

merged 4 commits into from
Feb 26, 2023

Conversation

sethaxen
Copy link
Owner

After using this package a fair bit the issues with name conflicts raised in #5 are quite annoying, so I've opted to remove all exports. The user can use the documented API functions by prefixing with the package name. This is a breaking change.

Fixes #5

@codecov
Copy link

codecov bot commented Feb 26, 2023

Codecov Report

Merging #15 (435ec96) into main (34cdd85) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   81.30%   81.30%           
=======================================
  Files           8        8           
  Lines         123      123           
=======================================
  Hits          100      100           
  Misses         23       23           
Impacted Files Coverage Δ
src/PosteriorDB.jl 100.00% <ø> (ø)

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

@sethaxen sethaxen merged commit 955ad64 into main Feb 26, 2023
@sethaxen sethaxen deleted the noexport branch February 26, 2023 21:52
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.

Avoiding name conflicts
1 participant