Skip to content

Suppresses the runtime/sizeof cpplint error using Ben's suggestion via t... - #197

Closed
rudi-cilibrasi wants to merge 1 commit into
nodejs:v0.12from
rudi-cilibrasi:use-nolint-to-stop-runtime-sizeof-cpplint
Closed

Suppresses the runtime/sizeof cpplint error using Ben's suggestion via t...#197
rudi-cilibrasi wants to merge 1 commit into
nodejs:v0.12from
rudi-cilibrasi:use-nolint-to-stop-runtime-sizeof-cpplint

Conversation

@rudi-cilibrasi

Copy link
Copy Markdown

...he NOLINT directive.

@bnoordhuis

Copy link
Copy Markdown
Member

LGTM but can you update the commit log to conform to the template from CONTRIBUTING.md? Cheers.

@cjihrig

cjihrig commented Dec 23, 2014

Copy link
Copy Markdown
Contributor

This has moved to #202.

@rudi-cilibrasi you're able to update an existing PR. No need to open a new PR for every change.

@cjihrig cjihrig closed this Dec 23, 2014
@rudi-cilibrasi

Copy link
Copy Markdown
Author

Thanks Colin. I hope you don't mind a question related to this about git.
I am curious because I need to learn some more convenient ways to
collaborate in git. I can get by but I frequently wind up cloning the
whole repo all over just to get a clean commit. I was not sure how I could
update a commit log message without leaving a small mess (old commit still
there) without starting a new PR. I thought that --amend might be the only
way to do it however I wanted to find out if there might be another way?
I've used --amend to fix my name/email before but have not used it to fix
the commit log although it seems like a good fit.

On Tue, Dec 23, 2014 at 8:12 AM, Colin Ihrig notifications@github.com
wrote:

This has moved to #202 #202.

@rudi-cilibrasi https://github.com/rudi-cilibrasi you're able to update
an existing PR. No need to open a new PR for every change.


Reply to this email directly or view it on GitHub
#197 (comment).

Happy to Code with Integrity : Software Engineering Code of Ethics and
Professional Practice http://www.acm.org/about/about/se-code

@cjihrig

cjihrig commented Dec 23, 2014

Copy link
Copy Markdown
Contributor

Yes, git commit --amend would have been a good way to solve this problem. That would allow you to reword the commit message as Ben requested. Then you could do a force push up to your feature branch.

@bnoordhuis

Copy link
Copy Markdown
Member

@rudi-cilibrasi Also git rebase -i <tree-ish> to squash, reword or remove commits. CONTRIBUTING.md in the top-level directory goes into detail.

This was referenced Dec 28, 2020
eti-p-doray pushed a commit to eti-p-doray/node that referenced this pull request Aug 28, 2024
# Conflicts:
#	src/crypto/crypto_timing.cc
#	src/node_buffer.cc
#	src/node_external_reference.h
syg pushed a commit to syg/node that referenced this pull request May 5, 2025
bakkot pushed a commit to bakkot/node that referenced this pull request May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants