Skip to content

Implement cli - #40

Merged
YanzhaoW merged 1 commit into
masterfrom
cli
Aug 24, 2026
Merged

Implement cli#40
YanzhaoW merged 1 commit into
masterfrom
cli

Conversation

@YanzhaoW

@YanzhaoW YanzhaoW commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Fixes #39
Fixes #38

@YanzhaoW YanzhaoW self-assigned this Aug 18, 2026
@YanzhaoW YanzhaoW added the core implementation Related to important implementation of the project label Aug 18, 2026
Comment on lines 89 to 91
{
chunk_ptr.entrypoint->add_global(std::get<0>(global), std::get<1>(global));
chunk_ptr.entrypoint->add_global(std::get<0>(global) - 1, std::get<1>(global));
}

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Bug fixes from #19

Comment on lines 152 to 159
.and_then(chunk_not_end_and_increment<ChunkPtrType>)
.transform(chunk_handle_globals<ChunkPtrType>)
.transform(chunk_handle_locals<ChunkPtrType>)
.and_then(chunk_not_end_and_increment<ChunkPtrType>)
.and_then(chunk_check_size_one<ChunkPtrType>)
.transform(chunk_handle_sigma<ChunkPtrType>)
.and_then(chunk_not_end_and_increment<ChunkPtrType>)
.transform(chunk_handle_locals<ChunkPtrType>)
.transform(chunk_handle_globals<ChunkPtrType>)
.and_then(chunk_end_after_increment<ChunkPtrType>)

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Bug fixes from #19

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@YanzhaoW
YanzhaoW merged commit deb22f3 into master Aug 24, 2026
11 checks passed
@YanzhaoW
YanzhaoW deleted the cli branch August 24, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core implementation Related to important implementation of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lua as configuration Centipede cli for parameter solving

1 participant