-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11532072160
## Patch information
Applied patches: 1 -> 1
A…
-
# Description
Automate removal of dead code within the project, which has been witnessed to happen often in our codebase due to its size.
## Context
There are different options to achieve thi…
cnotv updated
1 month ago
-
The current definition of img_to_3channel needs masking to avoid infinities or NaNs. It has dead code for numpy masked arrays, but jax doesn't allow this.
-
Installed the release and the nanny cam web site does not load. I also cannot get the QR code reader to pick up anything. Are these functions dead?
-
This method doesn't seem like it's in use, so we should probably remove it?
https://github.com/integrations/slack/blob/0cfaabaa04fe5db6a4d8c33d5d71ad1760a2f32a/lib/messages/issue.js#L24-L26
-
### Community Note
> Please vote by adding a 👍 reaction to the issue to help us prioritize.
> If you are interested to work on this issue, please leave a comment.
### Feature Spec
Compiler shoul…
-
I was testing a few things and noticed this. the `_x` variable is not used here so it shouldn't be compiled. (target AVX2)
```c++
uint8 test(uniform uint8 x)
{
uint8 _x;
unmasked
{…
-
Why are the sections used internally by Objective-C marked by Clang with `no_dead_strip`?
For example `__DATA,__objc_classrefs,regular,no_dead_strip` in [here](https://github.com/llvm/llvm-project/…
-
There are patches of code in the repo which are not used anymore, they can be removed. Rescript analyzer can be used to detect such code.
-
@cms-sw/simulation-l2 , can you please look in to https://github.com/cms-sw/cmssw/blob/master/SimGeneral/PileupInformation/plugins/PileupInformation.cc#L261-L298 . `FoundTrk` variable does not make an…