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

Enable package initialization that doesn't get copied #1825

Merged
merged 6 commits into from
Nov 19, 2024

Conversation

twsouthwick
Copy link
Member

@twsouthwick twsouthwick commented Nov 19, 2024

With the pipelining added in 3.0.1 used internally for creating packages, it caused any initializing of the package (i.e. from FlatOpc) to be repeated on clones which we don't want. This fixes the templates (both FlatOpc and document templates) from not being captures in the package creation but kept separate for an initialization step.

Fixes #1814

Copy link

github-actions bot commented Nov 19, 2024

Test Results

    70 files  ± 0      70 suites  ±0   1h 7m 32s ⏱️ -1s
 2 036 tests + 3   2 033 ✅ + 3   3 💤 ±0  0 ❌ ±0 
32 358 runs  +36  32 322 ✅ +36  36 💤 ±0  0 ❌ ±0 

Results for commit 2984934. ± Comparison against base commit 4fae05d.

♻️ This comment has been updated with latest results.

mikeebowen
mikeebowen previously approved these changes Nov 19, 2024
With the pipelining added in 3.0.1 used internally for creating packages, it caused any initializing of the package (i.e. from FlatOpc) to be repeated on clones which we don't want. This fixes it for the near term to unblock users, but will be followed with a consolidation of the uses of IPackageInitialzier.
@twsouthwick
Copy link
Member Author

@mikeebowen looks like it rejected your approval after I pushed some updates

@twsouthwick twsouthwick merged commit 585bd6a into main Nov 19, 2024
22 checks passed
@twsouthwick twsouthwick deleted the fix-flatopc-and-cloning branch November 19, 2024 19:55
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.

Flat OPC and cloning features are broken
3 participants