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

baseline changes needed to properly load Seaside into a 3.6.7 extent0.seaside.dbf ... #1388

Merged
merged 2 commits into from
Nov 4, 2023

Conversation

dalehenrich
Copy link
Member

The older version of Metacello being used in extent0.seaside.dbf was not properly dealing with the fact that the required packages for the newish HotwireTurbo packages were not complete and resulted in undefined globals. Adjusting the required packages for the HotwireTurbo packages fixed the package load order issue and reqolved the undefined global references.

Another point is that the Seaside-HotwireTurbo and Seaside-HotwireTurbo-Examples share a common base name for the package which is in violation of the Monticello package naming conventionsand would lead to unwanted package mangling if the HotwireTurbo were modified and saved from an image that follows the Monticello package naming convention. So I renamed Seaside-HotwireTurbo to Seaside-HotwireTurbo-Core to avoid this potential issue.

…follow the Monticello package naming conventions
… older versions of Metacello to properly load Seaside
@dalehenrich dalehenrich requested a review from jbrichau November 3, 2023 22:21
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Attention: 54 lines in your changes are missing coverage. Please review.

Comparison is base (80af760) 48.67% compared to head (accfd4b) 48.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1388      +/-   ##
==========================================
- Coverage   48.67%   48.64%   -0.04%     
==========================================
  Files        8948     8954       +6     
  Lines       80512    80572      +60     
==========================================
  Hits        39192    39192              
- Misses      41320    41380      +60     
Files Coverage Δ
...ssingActionContinuation.class/instance/continue.st 0.00% <ø> (ø)
...on.class/instance/createTurboRenderContinuation.st 0.00% <ø> (ø)
...urboFileLibrary.class/instance/turboes2017esmJs.st 0.00% <ø> (ø)
...urboFileLibrary.class/instance/turboes2017umdJs.st 0.00% <ø> (ø)
...Turbo-Core.package/WATurboFrame.class/class/new.st 0.00% <ø> (ø)
...ore.package/WATurboFrame.class/class/newWithId..st 0.00% <ø> (ø)
...rbo-Core.package/WATurboFrame.class/instance/id.st 0.00% <ø> (ø)
...e/WATurboFrame.class/instance/initializeWithId..st 0.00% <ø> (ø)
...ackage/WATurboFrame.class/instance/isTurboFrame.st 0.00% <ø> (ø)
...ge/WATurboFrame.class/instance/renderContentOn..st 0.00% <ø> (ø)
... and 46 more

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

@dalehenrich dalehenrich changed the title baseline changes needed to properly load Seaside intop a 3.6.7 extent0.seaside.dbf ... baseline changes needed to properly load Seaside into a 3.6.7 extent0.seaside.dbf ... Nov 3, 2023
@jbrichau jbrichau merged commit b8dfffd into SeasideSt:master Nov 4, 2023
8 of 14 checks passed
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.

2 participants