Skip to content

Conversation

@jamesjuett
Copy link
Contributor

This PR adds p1- back to p1-stats in student-facing names, following an in-person discussion with @amirkamil and @awdeorio.

The only place stats is used is in links to the project spec and starter files. This regex can be used to verify:
(?<!p1-)stats(?!\w*\.[ch]pp)

It finds instances of "stats" not preceded by "p1-" and not followed by the rest of a filename, e.g. ".hpp", "_tests.cpp", etc. I found 16 of them (which includes some that would be removed by #205 and #207).

@github-actions
Copy link

The spec from this PR is available at https://preview.sesh.rs/previews/eecs280staff/tutorials/208/.

(Available until Wed Feb 26 2025.)

Copy link
Contributor

@awdeorio awdeorio left a comment

Choose a reason for hiding this comment

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

LGTM after finding and fixing some other spots (403cc31)

@jamesjuett jamesjuett merged commit 5f3d810 into main Jan 27, 2025
1 check passed
@jamesjuett jamesjuett deleted the p1-in-student-facing-names branch January 27, 2025 20:08
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.

3 participants