Cristian Le

Results 260 issues of Cristian Le

I couldn't execute `npm install` so I have to rely on the CI to produce the dist-git ``` /usr/bin/npm install npm ERR! code E401 npm ERR! 401 Unauthorized - GET...

The action should set the following environment variables, especially when presets are used: ```yaml CMAKE_BUILD_PARALLEL_LEVEL: $(nproc) CTEST_PARALLEL_LEVEL: $(nproc) ``` (effectively running `cmake --build -j $(nproc)` and `ctest -j $(nproc)`) These...

In the `README.md` it is instructed that you can use ```yaml uses: lukka/run-cmake@v10 ``` but that would require for the tag `v10` to actually exist. Here are some examples of...

enhancement
help wanted

Would be useful to automatically extract and store the project version to a variable. This should be done via FileApi to ensure that it is set even if it is...

enhancement
help wanted

This provides helpful cmake interfaces: - `Fypp_target_sources` equivalent to `target_sources`. This is the main interface that should be used - `Fypp_add_library` = `add_library` + `Fypp_target_sources` - `Fypp_add_executable` = `add_executable` +...

- [x] PEP621 - [x] src-layout - [x] move the executable to script installation - [x] expose fypp to be run as `python -m fypp` - [ ] ~~Modern pytest...

This allows to pass `-DFOO=some_value`

It would be nice to add Fedora packaging automation via [`packit`](https://packit.dev/docs/guide/). This would: - push PRs to Fedora downstream whenever a new release is published - test packaging and isolated...

# Summary Currently we can only run `job.test` by actually submitting a relevant commit/PR/Release. This makes local debugging rather difficult. I would suggest some abstraction CLIs to abstract the workflow...

kind/feature
complexity/epic
area/cli
area/testing-farm
gain/high
impact/low

# Summary It would be nice to add a templating engine so that you could simplify the configuration, e.g.: packit.yaml file to reproduce ```yaml packages: packageA: specfile_path: packageA.spec paths: [...

kind/feature
complexity/epic
area/general
gain/low
impact/low