You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@niermann999@stephenswat@paradajzblond@paulgessinger should we add (detray) and co to the title so for example in this case fix(detray): Surface sequencer in case no surfaces should be collected, otherwise from the tittle alone I would think this touches ACTS core. the title then goes into the git history and is picked up from there for the release which will likely confuse anyone looking at it since labels are gone from there
@niermann999@stephenswat@paradajzblond@paulgessinger should we add (detray) and co to the title so for example in this case fix(detray): Surface sequencer in case no surfaces should be collected, otherwise from the tittle alone I would think this touches ACTS core. the title then goes into the git history and is picked up from there for the release which will likely confuse anyone looking at it since labels are gone from there
I fully support this. Only problem is that e.g. "refactor(detray)" takes up 18 characters, but I don't think the convention in ACTS is to strictly adhere to the 50 character commit title limit, right?
right this will start to get a bit long. I don't have a good idea to avoid that. we could abbreviate refactor, I don't think it makes sense to abbreviate detray?
but we don't have a char limit on our PR titles, except what GitHub might impose on us so I think it is ok
The reason will be displayed to describe this comment to others. Learn more.
Looks correct to me.
niermann999
changed the title
fix: Surface sequencer in case no surfaces should be collected
fix(detray): Surface sequencer in case no surfaces should be collected
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is needed, in case the surface sequence buffer is empty, e.g. when MBF smoothing is enabled instead of Klaman smoothing.
--- END COMMIT MESSAGE ---