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

Merge Freeze into Develop #1024

Merged
merged 23 commits into from
Feb 4, 2025
Merged

Merge Freeze into Develop #1024

merged 23 commits into from
Feb 4, 2025

Conversation

oberlehner
Copy link
Contributor

No description provided.

oberlehner and others added 23 commits January 29, 2025 09:50
Merge Develop into Freeze
Use a copy of the internal library element for reconciling to avoid
affecting the current resource during save. Also perform a simple load
instead of a full reparse, which would unnecessarily unload and clear
the internal library element. Further, catch and wrap exceptions that
may occur during reconciling.
If a comment contained the special characters '$' or '\', those were
interpreted as group references or escapes when performing replacements.
This directly assembles the result from macthes, thus avoiding looking
for special escape sequences in replacement strings in the first place.
Co-authored-by: Martin Jobst <martin.jobst@posteo.de>
The deployment process was using the job state to determine whether it
was terminated. This also meant that it considered itself terminated
for a short time before the job was scheduled during launch. If the
corresponding process console was initialized during that time, it then
prematurely closed its streams, leading to no output in the console.

This uses a separate flag to determine the terminated state, which is
set only after the job is done.
Fix unnecessary dependencies and unnecessary parsing for internal
attributes and missing dependencies for initial values.
Copy link

github-actions bot commented Feb 4, 2025

Test Results

   111 files  ±0     111 suites  ±0   48s ⏱️ ±0s
29 179 tests +2  29 179 ✅ +2  0 💤 ±0  0 ❌ ±0 
29 180 runs  +2  29 180 ✅ +2  0 💤 ±0  0 ❌ ±0 

Results for commit 466d2e3. ± Comparison against base commit b56234b.

@oberlehner oberlehner merged commit 58acd96 into develop Feb 4, 2025
8 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.

4 participants