Uh oh!
There was an error while loading. Please reload this page.
lib: change == to === in linkedlist - #9362
Conversation
Trott
commented
Oct 29, 2016
LGTM if CI is ✅ |
Trott
commented
Oct 29, 2016
mscdex
commented
Oct 29, 2016
LGTM |
1 similar comment
bengl
commented
Oct 29, 2016
LGTM |
Trott
commented
Oct 29, 2016
GREEN! CI IS GREEN! SECOND ONE IN A ROW! |
Fishrock123
commented
Oct 29, 2016
I think we should change the |
cjihrig
left a comment
There was a problem hiding this comment.
The change on line 19 LGTM. I don't know why the comment changed.
jedireza
commented
Oct 31, 2016
Apologies if the comment removal is a noisy change. I was working with @Trott and he mentioned we could remove the comment as the todo was not likely to happen. Admittedly I'm not very familiar with this part of the code base. I'm happy to resolve by;
|
Fishrock123
commented
Oct 31, 2016
I don't think fixing the TODO is viable because it is effectively public API. A comment should remain that the property names are opposite of what would be typically logical. |
Trott
commented
Oct 31, 2016
Agree 100% with @Fishrock123: The |
Also removed a TODO comment that is no longer viable and left a note about the potentially confusing property naming convention for future readers.
jedireza
commented
Oct 31, 2016
I pushed edits updating the comment and commit message. |
silverwind
commented
Nov 1, 2016
Thanks! Landed in 62d8134. |
Also removed a TODO comment that is no longer viable and left a note about the potentially confusing property naming convention for future readers. PR-URL: #9362 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Also removed a TODO comment that is no longer viable and left a note about the potentially confusing property naming convention for future readers. PR-URL: #9362 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Also removed a TODO comment that is no longer viable and left a note about the potentially confusing property naming convention for future readers. PR-URL: #9362 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
lib, timers
Description of change
change == to === in linkedlist
Also removed an old TODO comment that likely won't happen anymore.