Skip to content

Conversation

@NicMcPhee
Copy link
Contributor

@NicMcPhee NicMcPhee commented Sep 23, 2022

This explicitly adds mergesort.c to the compile statement for array_merge in the GitHub Actions.

It also adds text to the README that explains why this is happening and the consequences for their work.

Closes #10

I also added a paragraph to the README.md explaining why there's no main() in these labs. Not sure that it will help a lot, but hopefully it's an improvement.

Closes #8

This explicitly adds `mergesort.c` to the compile statement for `array_merge` in the GitHub Actions.

Now I need to explain this in the README and make sure they understand what's going on there.
@NicMcPhee NicMcPhee marked this pull request as draft September 23, 2022 19:14
This will make `mergesort()` available in their array merge code.
This adds some text in the README that attempts to clarify the dependency of the Array Merge part of the lab on Mergesort.
@NicMcPhee NicMcPhee marked this pull request as ready for review September 23, 2022 19:26
@NicMcPhee NicMcPhee assigned dolan-peter and unassigned dolan-peter Sep 23, 2022
@NicMcPhee NicMcPhee merged commit 5f3b312 into main Sep 30, 2022
@NicMcPhee NicMcPhee deleted the add-mergesort-to-arraymerge-compile branch September 30, 2022 14:47
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.

Add text about updating compile instruction in GitHub Actions Should we add main methods?

3 participants