Skip to content

Make proto construction independent of hardcoded runtime tracking#2239

Open
sethrj wants to merge 5 commits intoceleritas-project:developfrom
sethrj:infix-construction
Open

Make proto construction independent of hardcoded runtime tracking#2239
sethrj wants to merge 5 commits intoceleritas-project:developfrom
sethrj:infix-construction

Conversation

@sethrj
Copy link
Member

@sethrj sethrj commented Feb 6, 2026

Now that #2238 is merged, this follows on to discussions on #1565 and #2121, allowing protos to construct inputs with postfix notation for testing and verification purposes. The 'logic' entry on the unit input now actually reflects the notation representation, rather than whether negated-join elimination took place.

This should also improve setup time: previously, all the inputs had to be re-transformed from postfix to infix notation during OrangeParams construction. Now (by default) they're just built directly as infix.

@sethrj sethrj added enhancement New feature or request orange Work on ORANGE geometry engine labels Feb 6, 2026
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Test summary

 5 913 files   9 451 suites   18m 30s ⏱️
 2 151 tests  2 123 ✅  28 💤 0 ❌
32 338 runs  32 180 ✅ 158 💤 0 ❌

Results for commit 5178fba.

♻️ This comment has been updated with latest results.

@sethrj sethrj force-pushed the infix-construction branch from fc3d917 to 812bf8c Compare February 7, 2026 00:25
@sethrj sethrj requested a review from esseivaju February 7, 2026 00:26
@sethrj sethrj marked this pull request as ready for review February 7, 2026 00:26
@sethrj sethrj requested a review from elliottbiondo as a code owner February 7, 2026 00:26
@codecov
Copy link

codecov bot commented Feb 7, 2026

Codecov Report

❌ Patch coverage is 95.12195% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.84%. Comparing base (818ec9c) to head (5178fba).

Files with missing lines Patch % Lines
src/orange/detail/UnitInserter.cc 87.50% 2 Missing ⚠️
src/orange/orangeinp/UnitProto.cc 92.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2239      +/-   ##
===========================================
- Coverage    86.88%   86.84%   -0.05%     
===========================================
  Files         1331     1331              
  Lines        42123    42127       +4     
  Branches     12961    12965       +4     
===========================================
- Hits         36600    36585      -15     
- Misses        4319     4339      +20     
+ Partials      1204     1203       -1     
Files with missing lines Coverage Δ
src/orange/OrangeInput.hh 86.36% <ø> (ø)
src/orange/OrangeInputIO.json.cc 69.93% <100.00%> (+0.24%) ⬆️
src/orange/OrangeParams.cc 88.67% <ø> (+0.82%) ⬆️
src/orange/g4org/Converter.cc 80.70% <100.00%> (-1.84%) ⬇️
src/orange/g4org/ProtoConstructor.cc 96.00% <ø> (-0.06%) ⬇️
src/orange/inp/IO.json.cc 100.00% <100.00%> (ø)
src/orange/inp/Import.hh 100.00% <100.00%> (ø)
src/orange/orangeinp/InputBuilder.cc 91.17% <100.00%> (+0.26%) ⬆️
src/orange/orangeinp/InputBuilder.hh 0.00% <ø> (-50.00%) ⬇️
src/orange/orangeinp/UnitProto.hh 83.33% <100.00%> (ø)
... and 6 more

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request orange Work on ORANGE geometry engine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant