Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Conversation

@aug2uag
Copy link
Contributor

@aug2uag aug2uag commented Apr 26, 2020

Description

Chapter on control flow was added.

Related Issues

Addresses #608

Copy link
Contributor

@alexandrtovmach alexandrtovmach left a comment

Choose a reason for hiding this comment

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

@aug2uag package-lock.json shouldn't be updated, if your changes related to docs only

@aug2uag
Copy link
Contributor Author

aug2uag commented Apr 26, 2020 via email

@alexandrtovmach
Copy link
Contributor

@aug2uag Better to split not related changes to separate PRs, and I don't see any chore commit

@aug2uag
Copy link
Contributor Author

aug2uag commented Apr 26, 2020 via email

@aug2uag aug2uag force-pushed the master branch 5 times, most recently from 3b97c7b to a964599 Compare April 26, 2020 23:12
Copy link
Contributor

@MylesBorins MylesBorins left a comment

Choose a reason for hiding this comment

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

The first sentence in this doc seems to imply the it might have been copied from somewhere else. I'm going to hold off on doing a full review until that has been resolved.

Please feel free to dismiss this request for changes if the copy is indeed original

@aug2uag
Copy link
Contributor Author

aug2uag commented Apr 28, 2020 via email

@aug2uag
Copy link
Contributor Author

aug2uag commented May 1, 2020

@MylesBorins copy is original, @alexandrtovmach updates are in

@aug2uag aug2uag force-pushed the master branch 3 times, most recently from 2bed425 to da6c348 Compare May 1, 2020 06:12
Copy link
Contributor

@alexandrtovmach alexandrtovmach left a comment

Choose a reason for hiding this comment

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

I'm not a right person to make a content reviews, so I just dismiss my requested changes with this comment

@alexandrtovmach alexandrtovmach dismissed their stale review May 1, 2020 13:20

Dismissed

Trott
Trott previously requested changes May 1, 2020
Copy link
Member

@Trott Trott left a comment

Choose a reason for hiding this comment

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

This needs someone to give it a good copyedit before it is publishable. I noted a few things, but I can see that it's going to be a lot. Someone needs to review the content too, of course.

@aug2uag aug2uag force-pushed the master branch 3 times, most recently from 0d82e68 to 4b9273e Compare May 6, 2020 20:35
@designMoreWeb
Copy link
Contributor

Please update the changes requested so we can merge this

Copy link
Contributor

@designMoreWeb designMoreWeb left a comment

Choose a reason for hiding this comment

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

LGTM

@ovflowd
Copy link
Member

ovflowd commented Jul 27, 2022

Hey, @aug2uag, I know it's been a while, but are you still interested in getting this merged?

@ovflowd ovflowd dismissed Trott’s stale review July 27, 2022 19:28

Trott's changes were addressed.

@ovflowd
Copy link
Member

ovflowd commented Jul 27, 2022

@Trott, just to double-check so that all your concerns are fully addressed. Is this PR ready to go? I gave it a short try and the copies look good. (Note that English is not my native language)

@Trott
Copy link
Member

Trott commented Jul 27, 2022

@Trott, just to double-check so that all your concerns are fully addressed. Is this PR ready to go? I gave it a short try and the copies look good. (Note that English is not my native language)

I don't think that my concerns need to hold this up. It can land without the copyediting and the copyediting can come later.

That said, to be honest, I'm not sure this is the type of content we should have on the Node.js website. It seems like it's content that is already better done elsewhere, and we have a poor track record of keeping these kinds of things up to date. This article doesn't mention async/await which already means it's outdated.

@ovflowd
Copy link
Member

ovflowd commented Jul 28, 2022

I don't think that my concerns need to hold this up. It can land without the copyediting and the copyediting can come later.

Gotcha, as I'm a relatively new member here, I'm still learning some of the processes, and I just wanted to walk safe waters 😄

That said, to be honest, I'm not sure this is the type of content we should have on the Node.js website. It seems like it's content that is already better done elsewhere, and we have a poor track record of keeping these kinds of things up to date. This article doesn't mention async/await which already means it's outdated.

I see your point. Learning docs can get outdated and fast. That said, it still feels an exciting addition (personal view), and as it is already outdated, I feel like community members can occasionally contribute to updates. (I see this essentially all over the Node.js repo).

Maybe it fits here. Anyhow, @aug2uag could you please rebase this branch, update the changes that Rich requested and fix the CI failing?

@aug2uag aug2uag force-pushed the master branch 2 times, most recently from 76f4da1 to 1be3060 Compare July 28, 2022 23:38
@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2022

Codecov Report

Merging #609 (022516e) into main (7db1d6a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #609   +/-   ##
=======================================
  Coverage   90.38%   90.38%           
=======================================
  Files          87       87           
  Lines         998      998           
  Branches      270      270           
=======================================
  Hits          902      902           
  Misses         96       96           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7db1d6a...022516e. Read the comment docs.

@aug2uag
Copy link
Contributor Author

aug2uag commented Jul 29, 2022

@ovflowd ready

@manishprivet manishprivet added the create-preview Generate preview on staging.nodejs.dev label Jul 29, 2022
@github-actions github-actions bot removed the create-preview Generate preview on staging.nodejs.dev label Jul 29, 2022
@github-actions
Copy link

Please find a preview at: https://staging.nodejs.dev/609/

Copy link
Member

@ovflowd ovflowd left a comment

Choose a reason for hiding this comment

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

LGTM! :shipit:

Let's wait for one more day to see if anybody objects :)

@ovflowd
Copy link
Member

ovflowd commented Jul 29, 2022

Hmm, @aug2uag could you double-check your code? For some reason, staging shows the page as 404.

@aug2uag
Copy link
Contributor Author

aug2uag commented Jul 29, 2022

markdown can't be the cause, I think it may have been introduced during the rebase

@ovflowd
Copy link
Member

ovflowd commented Jul 29, 2022

Let me generate a new preview.

@ovflowd ovflowd added the create-preview Generate preview on staging.nodejs.dev label Jul 29, 2022
@github-actions github-actions bot removed the create-preview Generate preview on staging.nodejs.dev label Jul 29, 2022
@github-actions
Copy link

Please find a preview at: https://staging.nodejs.dev/609/

@aug2uag
Copy link
Contributor Author

aug2uag commented Jul 30, 2022

it was indeed the markdown 😒, encountered a missing package @parcel/namer-default during local testing

% npm start     

> nodejs-website@0.3.0 start /home/nodejs.dev
> gatsby develop


 ERROR #11901  COMPILATION

Failed to compile Gatsby files (Error):

Could not resolve module "@parcel/namer-default" from "/home/node
js.dev/node\_modules/@gatsbyjs/parcel-namer-relative-to-cwd/lib/index.js".

not finished compile gatsby files - 0.896s

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nodejs-website@0.3.0 start: `gatsby develop`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the nodejs-website@0.3.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/.npm/_logs/2022-07-30T05_09_07_418Z-debug.log

Thanks for your help!

Co-authored-by: Rich Trott <rtrott@gmail.com>
@ovflowd ovflowd added the create-preview Generate preview on staging.nodejs.dev label Jul 30, 2022
@github-actions github-actions bot removed the create-preview Generate preview on staging.nodejs.dev label Jul 30, 2022
@github-actions
Copy link

Please find a preview at: https://staging.nodejs.dev/609/

@ovflowd
Copy link
Member

ovflowd commented Jul 30, 2022

It seems to be all right now. Rebasing the branch and then merging 😄

@ovflowd ovflowd merged commit ab7c789 into nodejs:main Jul 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants