-
1) I run this command: cornucopia live postgres://ogreets3:0gr33t5@localhost:5432/og3_CornucopiaMe
2) No error. Nearly instant processing. It didn't generate anything, really.
My cornucopia.rs …
-
This is another crazy optimization idea that the traditional linker doesn't provide.
Applications tend to contain lots of functions that will never be executed at runtime, though they look reachabl…
-
What version of OpenCollar are you using? 8.3
On line 628 of oc_rlvsys:
```
} else if (iNum == CMD_RLV_RELAY) {
if (llGetSubString(sStr,-43,-1)== ","+(string)g_kWeare…
-
# Finding dead code (and dead types) in TypeScript
Effective TypeScript: Finding dead code (and dead types) in TypeScript
[https://effectivetypescript.com/2020/10/20/tsprune/](https://effectivetypes…
-
Eliminate the unused nodes from the graph. An unused node is a node whose outputs are not used by other nodes, and are not part of the graph outputs.
-
While working on issue #1989 I've noticed in `test_external_semaphore.cpp` there is a function named `test_external_semaphores_simple_2` which is not scheduled for test. Should this be removed or re-e…
-
Depencies Hunter has flagged the following as possibly dead code (plus a few more items in other folders, including several hundred files from tiltbrush). Work through this folder and backup/delete wh…
fwild updated
7 months ago
-
As a maintainer of a large Python codebase, I found [`vulture`](https://github.com/jendrikseipp/vulture) to be really useful, especially for detecting unused functions and unused modules.
This woul…
-
First off, I want to say that I like this concept, especially pulling dependencies straight from upstream.
Despite cl-micropm already being tiny, I think there is even room to shorten it further! S…
-
Just collecting instances of code that look to be unused, and could potentially be removed.