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

Describing a string as a sequence of runes is very confusing #2824

Conversation

kotp
Copy link
Member

@kotp kotp commented Jul 28, 2024

@kotp kotp force-pushed the describing-a-string-as-a-sequence-of-runes-is-very-confusing branch 2 times, most recently from ce3dfa9 to 510a88f Compare July 28, 2024 21:58
@andrerfcsantos andrerfcsantos added the x:rep/small Small amount of reputation label Jul 29, 2024
kotp added 2 commits July 29, 2024 10:46
As discussed in [the forums], this patch makes the changes desired to
clarify how Strings are related to Runes and hopefully clears up some
confusing and potentially misleading statements.

Ref: exercism#2768

[the forums]: https://forum.exercism.org/t/potential-misleading-information-on-the-golang-runes-chapter/10082/1
This is currently identical to the concepts/runes/introduction.md file.
@andrerfcsantos andrerfcsantos force-pushed the describing-a-string-as-a-sequence-of-runes-is-very-confusing branch from 510a88f to 66038cb Compare July 29, 2024 09:47
Copy link
Member

@andrerfcsantos andrerfcsantos left a comment

Choose a reason for hiding this comment

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

Thanks for this!

Rebased your branch into main and force-pushed the changes. I did this because git was complaining about a weird conflict and wouldn't let merge without it being fixed. The conflict was weird, and merging main into the branch didn't work, because when accepting all the changes in the current branch it claimed there was nothing to commit. A simple rebase did the trick.

Just letting you know about this because normally I try to not mess with other people's branches. And when I have to do it, I try to be as less invasive as I can, but I couldn't in this case :P

@andrerfcsantos andrerfcsantos merged commit bb55d36 into exercism:main Jul 29, 2024
12 checks passed
@kotp kotp deleted the describing-a-string-as-a-sequence-of-runes-is-very-confusing branch July 29, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:rep/small Small amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants