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

Change comments from using # to using // #776

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

cburgdorf
Copy link
Collaborator

What was wrong?

It seems like we have consensus that we don't want to continue to use # for comments but rather use // instead. This PR changes that.

How was it fixed?

  • Tiny change in the parser
  • Updated code files
  • Updated examples + docs
  • Updated highlight.js on the website to use the custom fe highlighting that the docs already use

@cburgdorf cburgdorf force-pushed the christoph/feat/slash-comments branch from 781ab63 to 11ae8bb Compare August 2, 2022 09:50
@cburgdorf cburgdorf requested a review from Y-Nak August 2, 2022 09:50
Copy link
Member

@Y-Nak Y-Nak left a comment

Choose a reason for hiding this comment

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

Perfect!

@Y-Nak Y-Nak merged commit 406f215 into ethereum:master Aug 3, 2022
@cburgdorf
Copy link
Collaborator Author

This actually needed to be rebased. It's now causing a CI failure on master. I'll send a follow up.

@cburgdorf
Copy link
Collaborator Author

This actually needed to be rebased. It's now causing a CI failure on master. I'll send a follow up.

I pushed a fix directly to master 🤭 9300ef4

@Y-Nak
Copy link
Member

Y-Nak commented Aug 3, 2022

Yeah, I missed that. Thanks for following up.

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