Results 9 comments of Reza Gharibi

I don't think Defects4J will work on Windows cmd or PowerShell. There are Bash files and Bash commands in the code. As long as you are in the Perl realm,...

I think the same thing also happens in the `from∘to` part of the `∀-×` exercise. It doesn't work with plfa.Isomorphism's extensionality and gives a similar error message, but works with...

I first encountered this issue on a WSL Ubuntu 20.04 installation on Windows 10. Java version was 1.8.0_332 Temurin installed using [SDKMAN](https://sdkman.io/jdks). Now the same system is updated to Ubuntu...

All these tests fail in [`assert not err`](https://github.com/pypa/virtualenv/blob/68002da759ce220366c7489f09cb9d6e932180d7/tests/unit/test_run.py#L17C1-L17C19) when setuptools-scm is installed. Up to setuptools-scm v7.1.0, the `err` variable is an empty string but from v8.0.0 to v8.0.3 it is...

Does this need a fix? Since `setuptools_scm` seems to not be in the list of `virtualenv`’s dependencies anymore.

> But hatch-vcs has it, which is a build requirement for virtualenv. OP like many other distribution packagers run the unit tests in the same environment as they built the...

> Could you show some pics of the new icons against a lighter white/pale grey background? I wonder what visibility is like in that case. It is somewhat OK. There...

@robin-paulson | ![stroked](https://github.com/red-coracle/episodes/assets/3812788/e983a9f4-040b-4d23-b450-0ec97799cfec) | ![main](https://github.com/red-coracle/episodes/assets/3812788/ce116bd5-9b1e-4805-a38e-2e43d0ab8ad9)| ![show](https://github.com/red-coracle/episodes/assets/3812788/47bae2ef-6906-402c-af7a-c9eaace69902)| |--------|--------|--------|

Following the current instructions, setting `export PERL5LIB=~/perl5/lib/perl5` is always necessary because `cpanm` (when used without `sudo`) installs modules in the user's home directory and doesn’t automatically configure the Perl library...