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

Add Chunk datastructure for more convenient access to getBlocks #31

Merged
merged 9 commits into from
Jul 15, 2024

Conversation

rozukke
Copy link
Owner

@rozukke rozukke commented Jun 11, 2024

This should make iterating and the general usability of getBlocks a lot better.

@rozukke
Copy link
Owner Author

rozukke commented Jun 11, 2024

Might hold off on merging this one until rollover to next semester.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Cpp-linter Review

Click here for the full clang-format patch
diff --git a/include/mcpp/util.h b/include/mcpp/util.h
index 5d9c21e..fa0c45d 100644
--- a/include/mcpp/util.h
+++ b/include/mcpp/util.h
@@ -129 +129 @@ struct Chunk {
-  
+

Have any feedback or feature suggestions? Share it here.

include/mcpp/util.h Outdated Show resolved Hide resolved
@github-actions github-actions bot dismissed their stale review July 15, 2024 07:20

outdated suggestion

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Cpp-linter Review

Click here for the full clang-format patch
diff --git a/include/mcpp/util.h b/include/mcpp/util.h
index 5f7a308..15caa86 100644
--- a/include/mcpp/util.h
+++ b/include/mcpp/util.h
@@ -129 +129 @@ struct Chunk {
-  
+

Have any feedback or feature suggestions? Share it here.

include/mcpp/util.h Outdated Show resolved Hide resolved
Repository owner deleted a comment from github-actions bot Jul 15, 2024
@rozukke rozukke self-assigned this Jul 15, 2024
@github-actions github-actions bot dismissed their stale review July 15, 2024 07:24

outdated suggestion

@rozukke rozukke merged commit a46b932 into main Jul 15, 2024
2 checks passed
@rozukke rozukke deleted the feature/chunk-data-structure branch August 29, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant