Joeri Sykora

Results 31 comments of Joeri Sykora

Can you provide more information, for example a test project that fails for you? I've created the following simple unit test and it is correctly built and run. @Test void...

It is also used as a pattern for explicitly ignoring a `Result`, i.e. when calling a function that returns a result. ``` fn function_with_result() -> Result { Ok(()) } fn...

For the artifact manager we read the environment variable `PYRSIA_ARTIFACT_PATH`. We can either introduce a new variable for the document store database location or we can reuse the existing one....

In addition, the keypair that is used for the p2p network communication is also stored in the `PYRSIA_ARTIFACT_PATH`. This might also be an opportunity to take the path for the...

The path for the keypair has already been taken care of by https://github.com/pyrsia/pyrsia/issues/831

Closing in favor of the work done here: https://github.com/pyrsia/pyrsia-integration-tests

> Error retrieving artifact: ID commons-codec/commons-codec/1.15/commons-codec-1.15.pom for type Maven2 not found in transparency log The distributed transparency log is not yet implemented and pending on the work that is done...

I believe this is pending the work that is done in #893. @fishseabowl can probably confirm?

There's a WIP issue that switches to an llvm based tracing instead of relying on ptrace: https://github.com/xd009642/tarpaulin/issues/549. The work of this is tracked in a separate branch: https://github.com/xd009642/tarpaulin/tree/feat/llvm-profparser-integration. You can...

How long did you wait "forever"? I noticed too that the final process takes a while, but in the end it got through. Can't remember exactly how long I waited...