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

fix: Add PackageManifest stub class #1384

Conversation

theseion
Copy link
Member

Add PackageManifest to prevent warnings when loading Pharo package manifest subclasses.

Fixes #1382

Add PackageManifest to prevent warnings when loading Pharo package
manifest subclasses.

Fixes SeasideSt#1382
@theseion theseion requested a review from jbrichau October 29, 2023 10:52
@codecov
Copy link

codecov bot commented Oct 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ff85383) 48.67% compared to head (7ca379a) 48.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1384   +/-   ##
=======================================
  Coverage   48.67%   48.67%           
=======================================
  Files        8948     8948           
  Lines       80512    80512           
=======================================
  Hits        39192    39192           
  Misses      41320    41320           

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

@jbrichau
Copy link
Member

@theseion The package should also be added to the metacello baseline for Squeak

@theseion
Copy link
Member Author

It's already there, isn't it?

baselinesqueak: spec

	"Mind that baselinepharo still has a squeakcommon section!"
	spec
		for: #squeak
		do: [ 
			spec
				package: 'Seaside-Squeak-Compatibility';
        "..."

@jbrichau
Copy link
Member

@theseion Ow. I misread this as a new package but indeed. It already is there.

@theseion theseion merged commit 80af760 into SeasideSt:master Oct 31, 2023
10 of 14 checks passed
@theseion theseion deleted the fix/1382-add-package-manifest-to-squeak-compatibility branch October 31, 2023 17:20
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.

PackageManifest extensions should not be loaded in Squeak
2 participants