Skip to content

Conversation

adetaylor
Copy link
Contributor

Before:

  • Build example 3 using cmake -G Ninja && ninja
  • Change include/fibonacci.h
  • Rebuild using just ninja
  • No build occurs.

After:

  • Follow same steps
  • Generated header file is emitted afresh

Before:
- Build example 3 using `cmake -G Ninja && ninja`
- Change include/fibonacci.h
- Rebuild using just `ninja`
- No build occurs.

After:
- Follow same steps
- Generated header file is emitted afresh
adetaylor added a commit to adetaylor/WebKit that referenced this pull request Jul 9, 2025
Copy link
Member

@etcwilde etcwilde left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution. I've left some comments on changes that should be made before landing this PR.

@adetaylor adetaylor requested a review from etcwilde July 10, 2025 15:12
@adetaylor
Copy link
Contributor Author

adetaylor commented Jul 10, 2025

Changed as requested and it still seems to work. Let me know if you'd like me to squash the commits or not. Thanks for the review.

Copy link
Member

@etcwilde etcwilde left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

@etcwilde etcwilde merged commit b54c92a into swiftlang:main Jul 10, 2025
4 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.

2 participants