Manuel Jacob
Manuel Jacob
I agree that it would be very helpful to have a simple way of marking a test as expected to fail inside the test. When parametrizing multiple parameters and specific...
I agree that this should be clarified in the devguide. On my first PR, I was irritated (that word is maybe too strong) that the "bedevere/news" check fails. The devguide...
The `asmgcc` gcrootfinder, which was the default until recently, doesn't work with Clang. You need to pass `--gcrootfinder=shadowstack` as an RPython option. RPython options are passed in here between `-mrpython`...
Mercurial uses the legacy Windows stdio mode. I can add a bit more text on the commit itself if you want.
I agree that `Rantly { float }` should return all kinds of Floats (finite across the whole range, infinite, different NaNs). When used as test case generator, it could be...
@jnnkB Did you find a solution or workaround for this problem?
> Hm. 1.5GiB is normally enough. Is there other software running in your slice? I have the same problem. I don’t run other software on the account. When running `smem...
Black’s target version inference is currently broken: https://github.com/psf/black/issues/3581. I’m currently working on a fix and would be happy to port the solution to ruff. However, before that, #2519 should be...
Here is a reproducer (more minimal than described in the first comment): ```ruby require 'asciidoctor' source_fn = 'src/test.adoc' File.open(source_fn, "w") do |f| f.write("test") end Asciidoctor.convert_file(source_fn, mkdirs: true, to_dir: 'out/test', to_file:...
I do not require to explicitly set the input jail and output jail directories. My problem is that having the output directory outside of the input directory is incompatible with...