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

C++ std::basic_istream get #2060

Closed
ARUmRnN opened this issue Sep 24, 2023 · 9 comments · Fixed by #2088
Closed

C++ std::basic_istream get #2060

ARUmRnN opened this issue Sep 24, 2023 · 9 comments · Fixed by #2088

Comments

@ARUmRnN
Copy link

ARUmRnN commented Sep 24, 2023

Documentation bug

Actual

Link https://devdocs.io/cpp/io/basic_istream/get return "Page not found".

Expected

But page https://en.cppreference.com/w/cpp/io/basic_istream/get exists.

@ansumanswain
Copy link

could you attach the repository link where you found the link?

@ARUmRnN
Copy link
Author

ARUmRnN commented Oct 13, 2023

@ansumanswain
Copy link

could you attach the repository link where you found the link?

i meant the repository link

@Eaglesight02
Copy link

Hello @ARUmRnN could you assign this issue to me?
I am quite new to opensource but believe that I can sove this issue given a week's time :)

@ARUmRnN
Copy link
Author

ARUmRnN commented Oct 18, 2023

Hello @ARUmRnN could you assign this issue to me? I am quite new to opensource but believe that I can sove this issue given a week's time :)

Sorry, I don't have write access to repository

https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users

@Eaglesight02
Copy link

Hello @ARUmRnN could you assign this issue to me? I am quite new to opensource but believe that I can sove this issue given a week's time :)

Sorry, I don't have write access to repository

https://docs.github.com/en/issues/tracking-your-work-with-issues/assigning-issues-and-pull-requests-to-other-github-users

Ok, thanks for the reply @ARUmRnN :)

@ansumanswain
Copy link

ansumanswain commented Oct 20, 2023 via email

@ARUmRnN
Copy link
Author

ARUmRnN commented Oct 20, 2023

could you find someone who has access to this repo?

Maybe, https://github.com/freeCodeCamp/devdocs/graphs/contributors

@thewheat
Copy link
Contributor

This is due to the scraper throwing an error on the page

$ thor docs:page cpp /io/basic_istream/get  --verbose --debug
Request: en.cppreference.com/w/cpp/io/basic_istream/get                                                                                                               [200] [2623ms]
Filter: ApplyBaseUrl                                                                                                                                                           [0ms]
Filter: Container                                                                                                                                                              [2ms]
Filter: Cppref::FixCode                                                                                                                                                        [3ms]
~/devdocs/lib/docs/filters/cppref/fix_code.rb:7:in `block in call': undefined method `name=' for nil:NilClass (NoMethodError)

          node.parent.name = 'pre'
                     ^^^^^^^

PR to fix is here #2088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants