Matthieu Achard
Matthieu Achard
Hi, So far it's a standalone PoC that you can find here https://github.com/machard/protostar-coverage-poc - it parses the Cairo file to AST - count some stuff in the AST - instrument...
for posterity, as i'll focus on learning cairo, i'm leaving that here : https://github.com/software-mansion/protostar/compare/master...machard:coverage-poc?expand=1 in short, with the current codebase, the printed lines seems to contains correct locations for test...
Maybe related to this todo in injector.js ? // TODO(vojta): handle these cases: // 1/ // - requested as promise (delayed) // - requested again as promise (before the previous...
i've confirmed with a quick modification that it is due to this unhandled use case. I'll try to make a pull request including tests quickly
@mhart It happened again after ~10 deployments
my docker file. I need to build on amazonlinux
I'd like to be able to answer your question but i don't know how :/ I just used the cloud formation cluster.template and defined my Dockerfile.test as shown before :/...
https://github.com/docker/docker/issues/26015
Unless I did not understand properly, I want to do the other side : write the cairo file after I played with the AST