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 Reexport.jl #149

Merged
merged 3 commits into from
Mar 15, 2024
Merged

Add Reexport.jl #149

merged 3 commits into from
Mar 15, 2024

Conversation

seabbs
Copy link
Collaborator

@seabbs seabbs commented Mar 15, 2024

As the title this PR adds Reexport.jl which allows us to use a macro to pull all exported functions from submodules into the main module as exports (i.e. we don't need to duplicate exporting them).

@seabbs seabbs requested a review from SamuelBrand1 March 15, 2024 11:44
@seabbs seabbs enabled auto-merge (squash) March 15, 2024 11:45
@SamuelBrand1
Copy link
Collaborator

Good move.

Copy link
Collaborator

@SamuelBrand1 SamuelBrand1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.23%. Comparing base (3a66b24) to head (99e0208).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files          25       25           
  Lines         227      227           
=======================================
  Hits          223      223           
  Misses          4        4           

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

@seabbs seabbs merged commit 5c373d0 into main Mar 15, 2024
10 checks passed
@seabbs seabbs deleted the add-reexport branch March 15, 2024 12:23
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.

3 participants