Skip to content

feat: make Waypoints behave like a list (fixes #430) - #477

Open
ChickenisLegit wants to merge 2 commits into
compas-dev:mainfrom
ChickenisLegit:fix/waypoints-list-behavior
Open

feat: make Waypoints behave like a list (fixes #430)#477
ChickenisLegit wants to merge 2 commits into
compas-dev:mainfrom
ChickenisLegit:fix/waypoints-list-behavior

Conversation

@ChickenisLegit

Copy link
Copy Markdown

Closes #430. Added list-like methods to the Waypoints base class so that FrameWaypoints and PointAxisWaypoints can be iterated, indexed, appended to, etc.

@gonzalocasas
gonzalocasas requested a review from yck011522 August 8, 2026 13:28
@gonzalocasas

Copy link
Copy Markdown
Member

@ChickenisLegit thanks for the contribution!!! 🌟 Could you please add a bullet point in the changelog file describing the change and a little unit test for the feature?

@ChickenisLegit

Copy link
Copy Markdown
Author

@gonzalocasas Done! Added the changelog entry and the unit tests.

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.

Make FrameWaypoints and PointAxisWaypoints behave like a list

2 participants