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

Add convenience methods for adding children to stacks #143

Merged
merged 2 commits into from
Sep 10, 2020
Merged

Conversation

kylebshr
Copy link
Contributor

@kylebshr kylebshr commented Sep 9, 2020

We've mentioned upstreaming these in Market PRs - just copy-pasted @watt's implementation :)

@kylebshr kylebshr requested review from kyleve and watt September 9, 2020 19:22
@kyleve
Copy link
Collaborator

kyleve commented Sep 9, 2020

Don't forget the changelog!

@kylebshr
Copy link
Contributor Author

kylebshr commented Sep 9, 2020

Was typing it when I got the push for that message 😄

/// - parameters:
/// - child: The child element to add to this stack
///
mutating func addFixed(child: Element) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be public

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doi! nice catch

@kylebshr kylebshr merged commit e45260c into main Sep 10, 2020
@kylebshr kylebshr deleted the kb/stack-sugar branch May 22, 2021 16:24
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