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

ch2-mandelbrot doesn't compile #28

Closed
ropewalker opened this issue Jul 22, 2021 · 4 comments
Closed

ch2-mandelbrot doesn't compile #28

ropewalker opened this issue Jul 22, 2021 · 4 comments

Comments

@ropewalker
Copy link

all_rows doesn't exist in this scope:

all_rows.push(row);

@ropewalker
Copy link
Author

FWIW the code in the book doesn't have this issue.

@florentsorel
Copy link

florentsorel commented Jul 26, 2021

You can replace all_rows.push(row); by rows.push(row);

It compile but the output contains only empty lines... #29

I use the last version of the PDF.

@timClicks
Copy link
Contributor

Thanks for raising this issue @ropewalker and to @s1ck for posting a fix.

@alper
Copy link

alper commented Nov 19, 2021

The book ePub version that I got also contains this issue.

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

Successfully merging a pull request may close this issue.

4 participants