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

Restore modules at existing import paths #2480

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Restore modules at existing import paths #2480

merged 6 commits into from
Oct 15, 2024

Conversation

blampe
Copy link
Contributor

@blampe blampe commented Oct 11, 2024

This restores pf, x/muxer and testing modules, with aliases pointing to
the main module. This should allow existing imports to continue working,
although they are now marked deprecated.

@blampe
Copy link
Contributor Author

blampe commented Oct 11, 2024

This change is part of the following stack:

Change managed by git-spice.

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.77%. Comparing base (835ec0f) to head (e21b7d5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2480   +/-   ##
=======================================
  Coverage   61.76%   61.77%           
=======================================
  Files         380      380           
  Lines       51263    51263           
=======================================
+ Hits        31664    31667    +3     
+ Misses      17784    17780    -4     
- Partials     1815     1816    +1     

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

pf/Makefile Outdated Show resolved Hide resolved
pf/README.md Outdated Show resolved Hide resolved
blampe added a commit that referenced this pull request Oct 15, 2024
This removes three unnecessary modules:
* pf/go.mod
* x/muxer/go.mod
* testing/go.mod

And three unnecessary test modules:
* pf/tests/go.mod
* pkg/tests/go.mod
* x/muxer/tests/go.mod

This is intended to be merged with #2477 and #2480, which combine to
make this a no-op for existing consumers.

Refs #1445.
Base automatically changed from blampe/move to master October 15, 2024 17:58
@blampe blampe enabled auto-merge (squash) October 15, 2024 18:01
@blampe blampe merged commit b9dfc43 into master Oct 15, 2024
17 checks passed
@blampe blampe deleted the blampe/restore branch October 15, 2024 18:32
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.93.0.

@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v3.93.1.

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