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

fix: move codemention sentinel to end of comment #18

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

wschurman
Copy link
Contributor

Why

#15 removed the newline after the sentinel in an effort to make mobile notifications better.

It seemed to cause the link to not render in the preamble: #15 (comment)

#16 reverted that piece to get the main branch back to a working state.

How

Looking at other libraries like Graphite, it seems to put the sentinel at the end. No way to know if this is by coincidence, but my guess is that it'll work well.

Test Plan

Run all tests.

Also ran as part of expo#1.

Tested in fork to see if newline was in fact what was causing it, and it was! Verified this PR fixes it.

IMG_4330

Copy link
Owner

@tobyhs tobyhs left a comment

Choose a reason for hiding this comment

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

The approach looks fine. However, just a heads up, I probably won't have time to do a proper review until much later today.

Copy link
Owner

@tobyhs tobyhs left a comment

Choose a reason for hiding this comment

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

lgtm

@tobyhs tobyhs merged commit 2c4b067 into tobyhs:main Oct 8, 2024
1 of 2 checks passed
@wschurman wschurman deleted the fix-link-2 branch October 9, 2024 19:42
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