clade icon indicating copy to clipboard operation
clade copied to clipboard

Clade is a tool for extracting information about software build process and source code

Results 8 clade issues
Sort by recently updated
recently updated
newest added

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.11 :nail_care: Cosmetic output improvements @​woodruffw added a nudge suggesting the users storing passwords in a GitHub Actions...

dependencies

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.1 to 2.16.2. Release notes Sourced from pypa/cibuildwheel's releases. v2.16.2 🛠 Updates CPython 3.12 version to 3.12.0, final release (#1635) ✨ Adds a debug option CIBW_DEBUG_KEEP_CONTAINER to...

dependencies

Some time ago I was in a search for a way to generate `compile_commands.json` for a project with a very tricky build system that did not respect `CC`/`CXX`, used hardcoded...

For instance, you can try to output a build base on a filesystem that differs from the one where you perform a build. Also, there may be issues with temporary...

bug

We need to investigate how to use Windows debugging API to debug parallel programs.

enhancement
Low