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

Revert use of package extensions #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Revert use of package extensions #202

wants to merge 1 commit into from

Conversation

MichaelHatherly
Copy link
Collaborator

Currently experiencing cyclic dependency warnings when using the worker package along with system images that contain packages that are dependencies of the extensions themselves. For the time being until the issue can be resolved we will use use Requires.jl for the extension loading mechanism instead.

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

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

Project coverage is 51.00%. Comparing base (ba525c5) to head (f365bfa).

Files with missing lines Patch % Lines
...c/QuartoNotebookWorker/src/QuartoNotebookWorker.jl 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
- Coverage   51.28%   51.00%   -0.29%     
==========================================
  Files          30       30              
  Lines        1285     1296      +11     
==========================================
+ Hits          659      661       +2     
- Misses        626      635       +9     

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

Currently experiencing cyclic dependency warnings when using the worker package
along with system images that contain packages that are dependencies of the
extensions themselves. For the time being until the issue can be resolved we
will use use `Requires.jl` for the extension loading mechanism instead.
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.

1 participant