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

List utility #31

Merged
merged 9 commits into from
Jun 26, 2024
Merged

List utility #31

merged 9 commits into from
Jun 26, 2024

Conversation

adamhutchings
Copy link
Contributor

No description provided.

@adamhutchings adamhutchings added the Data Structures Useful data structures to use elsewhere label Jun 24, 2024
Copy link
Member

@JakeRoggenbuck JakeRoggenbuck left a comment

Choose a reason for hiding this comment

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

Looks good. Assuming you're going to add lset and ladd in this PR

@adamhutchings
Copy link
Contributor Author

Correct, but we don't need this list implementation yet so those can wait.

@adamhutchings adamhutchings marked this pull request as ready for review June 26, 2024 14:09
@TheCrystalKeeper
Copy link
Collaborator

Looks good.

#include <testing/test_utils.h>

// A particular application I want to test out.
int basic_100_test() {
Copy link
Member

Choose a reason for hiding this comment

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

Good test

return 0;
}

int literate(List* l, int (*fn)(void*)) {
Copy link
Member

Choose a reason for hiding this comment

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

This is cool

@adamhutchings adamhutchings merged commit a6355d9 into jabacat:main Jun 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Structures Useful data structures to use elsewhere
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants