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

Improve dependency management for flowr #714

Merged

Conversation

Ellpeck
Copy link
Member

@Ellpeck Ellpeck commented Mar 11, 2024

Apparently webpack, in its infinite wisdom, thinks node:readline means "readline is to be found by using the protocol node://", which is.. what.

But alas, node: is a redundant prefix so we just remove it. That should fix it. Apparently. I'm going to cry.

@Ellpeck Ellpeck linked an issue Mar 11, 2024 that may be closed by this pull request
2 tasks
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.13%. Comparing base (d4ad9bd) to head (98a04fd).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #714   +/-   ##
=======================================
  Coverage   71.13%   71.13%           
=======================================
  Files         217      217           
  Lines        7033     7033           
  Branches     1095     1095           
=======================================
  Hits         5003     5003           
  Misses       1738     1738           
  Partials      292      292           

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

@Ellpeck Ellpeck marked this pull request as draft March 11, 2024 10:28
@Ellpeck Ellpeck changed the title Fixed webpack freaking out when using flowr as a dependency Improve dependency management for flowr Mar 11, 2024
@Ellpeck
Copy link
Member Author

Ellpeck commented Mar 11, 2024

There doesn't appear to be a rule for not preferring the node: protocol prefix :(

@Ellpeck Ellpeck marked this pull request as ready for review March 11, 2024 10:40
@Ellpeck Ellpeck mentioned this pull request Mar 11, 2024
@EagleoutIce EagleoutIce merged commit 5452c1a into main Mar 11, 2024
21 checks passed
@EagleoutIce EagleoutIce deleted the 711-bug-importing-dfgraph-from-npm-module-causes-errors branch March 11, 2024 14:59
@EagleoutIce
Copy link
Member

This pull request is included in v1.4.2 (see Release v1.4.2 (Dropping xmlparsedata, Benchmark Re-Runs, and Repl Fixes)).

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.

[Bug]: Importing DFgraph From npm Module Causes Errors
2 participants