John Lonergan

Results 84 comments of John Lonergan

Perhaps you have some code to show and discuss?

Also since I use Icarus verilog and not verilator there will be mods needed. It would be good if these could be added to my model using #defines rather than...

Icarus can take input from the console if you want to interact with the simulation. Baud has nothing to do with my uart model. It's just a model of a...

See pull request

Hi take a look at cucumber JVM JSON report output..... It has this at the step level ... "embeddings" [ { "data" : "string of base 64 data", "mine_type" :...

The cuke json schema isnt maintained ... https://github.com/cucumber/cucumber-json-schema/issues/6 but the cuke JVM tools and the Behave patches populate the JSON report with the embeddings I mentioned. In the messages format...

> From the implementation perspective I think we can introduce something like `ctx := godog.AddAttachment(ctx, attachment)` and then catch that information between the steps. Steps may add multiple attachments. I...

> I think this https://github.com/cucumber/messages ([json schema](https://github.com/cucumber/messages/tree/main/jsonschema)) is the current main reporting format (and it is used in godog internally). > I don't think that's right. On some other ticket...

Re my previous comment. This is why I think that godog possibly needs more radical work Likely support for messages https://github.com/cucumber/godog/issues/341 would require a solution for attachments as attachments are...

I've had a go at it myself here : https://github.com/cucumber/godog/pull/623 Something strange about the coverage - stuff I've not touched being reported and lines I know are tested aren't being...