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

docs: fix instructions of lasagna master #852

Merged

Conversation

fabiodinatale
Copy link
Contributor

@fabiodinatale fabiodinatale commented Mar 29, 2024

The aim of this PR is to try to clarify the instructions of Task 3.

The instructions of Task 3 have been clarified.
@github-actions github-actions bot closed this Mar 29, 2024
@vaeng vaeng reopened this Apr 1, 2024
@exercism exercism deleted a comment from github-actions bot Apr 1, 2024
@fabiodinatale
Copy link
Contributor Author

Can we proceed merging the PR @vaeng?

Copy link
Contributor

@vaeng vaeng left a comment

Choose a reason for hiding this comment

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

Fix: some small changes

@vaeng vaeng changed the title Update instructions.md docs: fix instructions of lasagna master May 28, 2024
Write a function `addSecretIngredient` that accepts two `string` vectors of ingredients as parameters.
The first parameter is the list your friend sent you, the second is the ingredient list of your own recipe.
Write a function `addSecretIngredient` that accepts two `vector of strings` as parameters.
The first parameter is a _reference_ to the ingredients of your own recipe, and the second _vector_ of strings has the ingredients your friend sent you.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
The first parameter is a _reference_ to the ingredients of your own recipe, and the second _vector_ of strings has the ingredients your friend sent you.
The first parameter is a _reference_ to the ingredients of your own recipe, and the second has the ingredients your friend sent you.

Copy link
Member

Choose a reason for hiding this comment

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

(Partially just suggesting this to kick the CI if it's accepted, but also I don't think we need this bit :))

Copy link
Contributor

Choose a reason for hiding this comment

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

CI kick did not work :(

@vaeng
Copy link
Contributor

vaeng commented Jun 6, 2024

Do you have any ideas @ErikSchierboom

@ErikSchierboom
Copy link
Member

I've closed and reopened, that often works

@vaeng
Copy link
Contributor

vaeng commented Jun 6, 2024

Thanks @ErikSchierboom

@vaeng vaeng merged commit d50951d into exercism:main Jun 6, 2024
7 checks passed
@fabiodinatale
Copy link
Contributor Author

Thanks @vaeng!

vaeng added a commit that referenced this pull request Jan 23, 2025
* Update instructions.md

The instructions of Task 3 have been clarified.

* Correcting after first revision

* Update exercises/concept/lasagna-master/.docs/instructions.md

Co-authored-by: Christian Willner <[email protected]>

* Adding the possibility of using a reference also for the second parameter

---------

Co-authored-by: Christian Willner <[email protected]>
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.

4 participants