-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
II-17: Initializing wCurKeys and wNewKeys #76
Conversation
These |
Oh, there isn't an "init" anchor for this chapter. I think the chapter itself needs to be corrected, not just this code. I can take care of this for you if I have permission to edit your fork. |
Yeah I put them there so they'd be set as part of updating main but I can add an init section instead after we define them if you'd prefer |
Yeah, that sounds best. Something like this:
I think diff syntax would help highlight the new lines but I'm not sure if the leading + signs would be confusing--do we use diffs anywhere else? |
Diff syntax doesn't show up until adding the brick check two sections later.
I'm inclined to instead introduce variable initialization with a sentence and a comment when initialize the frame counter and then refer to that here. (editing to note this is actually well covered so just needed to add the comment to really make sure we are buttoned) I think diff syntax would probably be ok here but let me try the other approach first. As a new reader with fresh eyes on all this I think that would make more sense to me. |
Since you don't have upstream push access (something maybe we should consider? cc @avivace), an alternative is to suggest the modifications using review comments (they have an exclusive "suggest changes" feature); then it's "only" a two-click operation for the author. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! The change's contents look good to me; I would just like to tweak a few things before accepting it.
Though, @eievui5 mentioned that the chapter needs something rewritten? If you could look into that, then I wouldn't mind integrating the fix into this PR; but if you can't or don't want to in the next few weeks or so, then we can open a separate issue for it.
Co-authored-by: Eldred Habert <[email protected]>
Co-authored-by: Eldred Habert <[email protected]>
I'd suggest we merge this and limit the scope of this PR. Evie also already has "maintain" access to this repository, although direct modifications to a feature branch/PR branch of someone else are discouraged unless:
Changes may be suggested with the 'Propose changes' feature of GitHub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then let's merge this improvement as it is :)
I'll let @eievui5 create an issue or PR with the changes she deems appropriate ^^
Thank you @kav! |
Fixes #75