Athos Ribeiro

Results 19 comments of Athos Ribeiro

Note that this approach is not portable, but does not change the whole test suite portability since it just follows the model in the FTP tests.

Using ioutil to generate a random directory under /tmp (and cleaning up after tests). This way we can use the approach on both smtp and ftp tests without concurrency issues.

This is because the `reg rm` command calls [1]. Which deletes an image by its reference. This means that all tags pointing to that image will also be removed. This...

Thank you, I am quite interested in this feature as well! What if the endpoint returns an OCI index instead of an image manifest?

Hi @jessfraz, @elerch branch has been diverging a bit from upstream, and his changes seem to be quite useful! Do you need help with a thorough review on thins (or...

In @bradcupit propasal, would using `subpath` to point to subpackages (not declared as submodules) still make sense? For instance, if a purl should point to `v.io/x/ref`, would it make any...

Note that phpspec/prophecy-phpunit v2.0.0 requires php ^7.3. One alternative here would be to just require phpspec/prophecy instead. But then, such support will be dropped for phpunit 10. Thoughts?

It works for me, but then, would it cause any trouble for other users? If in doubt we can always just require phpspec/prophecy and delay the decision!

I lowered the dependency version to one that should accept php 7.1 now :)

Hi @arcanisgk , Would you mind providing a few extra information (1,2) and taking an additional action (3) here? Namely: 1) A clear reproducer for the issue you are experiencing...