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

Syncing filepaths, metadata and docs with problem specification repo #1028

Merged

Conversation

jagdish-15
Copy link
Contributor

@jagdish-15 jagdish-15 commented Jan 2, 2025

Pull Request

This PR syncs the filepaths, metadata & docs with the problem specification repository.

Before sync:

.\bin\configlet.exe sync --docs --filepaths --metadata

Updating cached 'problem-specifications' data...
Checking exercises...
[warn] docs: instructions unsynced: collatz-conjecture
[warn] docs: introduction missing: collatz-conjecture
[warn] docs: introduction missing: phone-number
[warn] metadata: unsynced: collatz-conjecture
[warn] some exercises have unsynced docs
[warn] some exercises have unsynced metadata

After sync:

.\bin\configlet.exe sync --docs --filepaths --metadata -u

Updating cached 'problem-specifications' data...
Checking exercises...
Every exercise has up-to-date docs!
Every exercise has up-to-date filepaths!
Every exercise has up-to-date metadata!

@ryanplusplus ryanplusplus merged commit d203f01 into exercism:main Jan 2, 2025
5 checks passed
@jagdish-15
Copy link
Contributor Author

Hey @ryanplusplus,

I've noticed that several exercises have unsynced tests. Would you like me to update the tests for each exercise in separate PRs? Let me know how you'd prefer to proceed!

@ryanplusplus
Copy link
Member

Hey @ryanplusplus,

I've noticed that several exercises have unsynced tests. Would you like me to update the tests for each exercise in separate PRs? Let me know how you'd prefer to proceed!

Yes, please. Thanks!

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