Daniel Hollas

Results 67 issues of Daniel Hollas

As explained in #110, the `exclude` option given via the config file did not work. Here's the fix, a bit of a refactor, and a bunch of new tests. If...

Greedily matching numbers in `F90_CONSTANTS_TYPES_RE` is super slow for numbers with many digits. https://github.com/pseewald/fprettify/blob/cb254022c2034ad3b8f744f4dad1bf5b7438815d/fprettify/__init__.py#L475 Kudos to @Jellby and @zaikunzhang for independently discovering this and fixing it as part of their...

Setting an exclude pattern in the config file currently does not work since the config file is read after the list of files has already been determined. I'll open a...

bug

When `fprettify` is invoked with input from stdin, the config file in the current working directory is ignored. There's an open PR with a fix, #98, it would be great...

bug

In our app we pass certain defaults via callbacks because they are expensive to calculate. Specifically we want a snappy tab completion. However, it seems that since Click 8.0 the...

bug

It looks like there is a memory leak when I used a `@disable` macro annotating the pFUnit test case ```fortran @test @disable subroutine test_disabled() ! This test needs to be...

Here's the minimum input to trigger the error with ORCA 5.0.3 ``` ! STO-3G PBE OPT * xyz 1 2 C 5.64548550 5.80995257 5.64347063 H 6.68786928 5.48595277 5.60659569 H 5.00000000...

bug
ORCA

Hey :wave: Small feature request: It would be great if `uv` printed the path where it is installing the packages when running `uv pip install`. I am currently debugging a...

enhancement
good first issue
tracing

The `generate-shell-completion` subcommand was added in #1675 but doesn't seem to be documented anywhere. It also doesn't appear in the help output (`uv -h`) --- I guess that's intended?

documentation

Executing `uv pip list --system` does not list any packages. Similarly for `freeze` and `show` subcommands (I did not test any others). ```console $ uv pip list --system -vv uv_interpreter::find_python::find_default_python...

bug
compatibility