Skip to content

Add @reproduce_failure support#33

Open
echoumcp1 wants to merge 18 commits intomainfrom
echoumcp1/add-repro-blob
Open

Add @reproduce_failure support#33
echoumcp1 wants to merge 18 commits intomainfrom
echoumcp1/add-repro-blob

Conversation

@echoumcp1
Copy link
Copy Markdown
Member

Adds support for @reproduce_failure and print_blob

@echoumcp1 echoumcp1 requested a review from Liam-DeVoe March 6, 2026 16:03
@echoumcp1 echoumcp1 requested a review from DRMacIver March 31, 2026 14:07
@DRMacIver
Copy link
Copy Markdown
Member

Can you rebase on top of main? This has a lot of diffs for fixing stuff that was breaking the release, so wouldn't have merged properly. I've fixed them on main to get the release green again so you'll have a bunch of conflicts.

Comment thread src/hegel.cpp
@@ -194,8 +205,18 @@ namespace hegel {
if (payload.contains("results")) {
auto& results = ImplUtil::raw(payload["results"]);
test_passed = results.value("passed", true);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

actually i think we should save results and then when we break out of the loop process all the different fields?

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.

2 participants