cpp icon indicating copy to clipboard operation
cpp copied to clipboard

Updated .toml & test cases to match problem specifications repo for phone numbers exercise

Open tanno1 opened this issue 1 year ago • 4 comments

third revision of my first pr here lol. the reason for this pr was originally from issue #775, and contains the updates that @vaeng was asking for in that issue. i references other pr's from that issue in my updates. let me know if there are questions or things i need to change.

tanno1 avatar May 13 '24 01:05 tanno1

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

github-actions[bot] avatar May 13 '24 01:05 github-actions[bot]

Thanks for submitting that PR. You have opened three pull requests for the same task. This is a bit confusing as a maintainer. Is there a reason, why you did not re-use the ones you have started?

Please see the clang formatting suggestions, to pass the initial check.

vaeng avatar May 14 '24 12:05 vaeng

@vaeng sorry for the confusion with multiple PRs, I didn't know that I could keep updating the same with new pushes, learning a lot. This PR is the only one I will be focusing on now and I will push changes to it.

I updated the formatting, is there a way I can run the initial check? I don't see it happening automatically when I push new code so I am assuming it requires some kind of approval from you?

tanno1 avatar May 14 '24 17:05 tanno1

can you run the reviews again @vaeng, from the root with the .clang-format file I ran "clang-format -i /path/to/test_file.cpp" this time and afaik that should be formatting correctly based off of the .clang-format file?

tanno1 avatar May 14 '24 21:05 tanno1

checks have passed, is there anything else I need to change here before it can be merged @vaeng?

tanno1 avatar May 21 '24 18:05 tanno1

@tanno1 sorry for the delay, I will have time tomorrow to check your commits

vaeng avatar May 27 '24 12:05 vaeng