ANNOUNCE: Making the recursive mode the default
See original GitHub issuecdxgen supports -r for recursive lookup. We successfully made this flag the default for some enterprises and found no noticeable drop in performance. Can we make this flag the default for the oss version?
Some projects might be affected with the resultant SBoM that might become overreported. Those projects could pass --no-recursive
or -nr
to disable recursive lookup. Any other issues?
Issue Analytics
- State:
- Created a year ago
- Comments:9
Top Results From Across the Web
16.10 - CREATE RECURSIVE VIEW and REPLACE ...
Purpose Creates or replaces a recursive view definition. Any recursive view defined on a row-level security-protected table must include the row-level ...
Read more >Recursive functions - OCaml From the Ground Up
OCaml allows you to explicitly declare bindings as mutually recursive using the and keyword. Such definitions follow this pattern: let rec <name1> =...
Read more >Trusted Recursive Resolver - MozillaWiki
Mozilla operates a Trusted Recursive Resolver program, ... The resolver mode. ... (default: none) set the URI for your DoH server.
Read more >Toggle - using variable as default - Power Platform Community
Solved: Hi Guys, I have an app with a toggle button which allows the user to hide or display another field, it is...
Read more >For loop calling recursive function looping infinitely [duplicate]
I'm trying to make a program that would draw bones that are connected to each other at their ends, just by recursively running...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
What if there are multiple languages used inside the directories. For example few repositories can contain 2 different languages and package managers. Like node and python.
So does recursive mode consider the multiple package managers as well?
5.3.0 enables recursive mode by default for various language types other than java.