Frederik Rietdijk

Results 100 comments of Frederik Rietdijk

> Mesonpy should list ninja using the requires for build wheel hook and only include it if it's not already installed. CC @FFY00. > > https://github.com/FFY00/meson-python/blob/1a4882e9f6d973934185a0f5fec052750983b960/mesonpy/__init__.py#L965 > > Should have...

Even more interesting. One run with `extra-experimental-features` succeeded (when I made a PR), and another run (post-merge) running the exact same job failed again with ```sh error: experimental Nix feature...

> Is this some goofy yaml thing??? The horror called yaml! Thank you for looking into this.

Using the override to 0.10.0 for now. ``` name: "CI using nix" on: push: branches: - develop - main pull_request: branches: - develop - main jobs: check: runs-on: ubuntu-22.04 steps:...

Changing from `extra-conf: |` to `extra-conf: |-` indeed works. I just made this change and that's good enough for me.

For me it can be closed since the yaml change is fine for me.

I was surprised to find out that releases based on tags is not supported. I agree with @wmayner that Zenodo should only consider tags.

Force-pushing is indeed something that one should avoid doing. Even so, it will likely happen some times, so we should think of a solution. We definitely shouldn't be removing an...

Python tests have always been enabled because it is otherwise very hard to judge during build time whether the package will work at all. On Sun, May 5, 2024, 01:44...