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

Updated Chapters 2/3/4 with corrections #181

Merged
merged 9 commits into from
Dec 20, 2021

Conversation

kNoAPP
Copy link

@kNoAPP kNoAPP commented Jun 9, 2021

Errata: Added log of significant changes.
2.15: Added public identifiers to correct Reflection error.
2.17: Added a space in code to match book.
3.9/10/11/12/20/21/27/28: Replaced "Pascal" with "Visual Basic" to match book.
3.27: Removed whitespace for the additional example.
4.18: Code comments for incrementing example were incorrect. They've been updated to match the book.
Program: Added "Listing" to Regex because it confused Listing.cs files with Table.cs files causing Listings 4.4/7.3/etc. to fail.

Copy link
Member

@BenjaminMichaelis BenjaminMichaelis left a comment

Choose a reason for hiding this comment

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

Some good changes here! Thank you! It looks like some of the tests need to be updated is the most pressing problem I see currently, as 3 tests are failing, but one looks like the content might of still be incorrect even after a change (4.02, I left comments on these). If you would be willing to update these tests that would be awesome, otherwise I don't mind making the changes needed and pushing them to your branch if you would like.

src/Chapter03/Listing03.27.Slicing.cs Outdated Show resolved Hide resolved
src/Chapter03/Listing03.28.AdditionalArrayMethods.cs Outdated Show resolved Hide resolved
src/Chapter04/Listing04.02.Negative.cs Outdated Show resolved Hide resolved
BenjaminMichaelis and others added 4 commits June 12, 2021 18:53
If you checkout on v8.0 only then it will only checkout v8.0, not the branch trying to be pulled in.
…Sv8.0

Update Build Checkout

If you checkout on v8.0 only then it will only checkout v8.0 to test, not the branch trying to be pulled in.
@BenjaminMichaelis
Copy link
Member

@kNoAPP I just wanted to follow up and see if you wanted to update this with the changes or if I should start work on it otherwise!
Thanks!

@kNoAPP
Copy link
Author

kNoAPP commented Jul 10, 2021

You can start work on it! Sorry for the super late reply.

@BenjaminMichaelis BenjaminMichaelis merged commit ae29325 into v8.0 Dec 20, 2021
@BenjaminMichaelis BenjaminMichaelis deleted the various-additional-fixes branch December 30, 2021 19:52
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 this pull request may close these issues.

2 participants