Skip to content

Implement cli - #40

Open
YanzhaoW wants to merge 7 commits into
masterfrom
cli
Open

Implement cli#40
YanzhaoW wants to merge 7 commits 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

❌ Patch coverage is 84.78261% with 7 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
source/centipede/core/handler.hpp 71.42% 4 Missing ⚠️
source/centipede/cli/spdlog_stream.hpp 70.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

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