-
The traversal functions (depth- and breadth-first) all need improvements in flexibility. The internally-used neighbors function has additional functionality which should be exposed via pass-through o…
-
Hi, I'm working on writing some terraform configuration using `hclwrite` and I'm wondering how to best define an attribute's value as a list of traversals. I see examples for lists via `cty.Value` and…
-
**Describe the bug**
When invoking joern as a library (like in joernio/standalone-ext), the loss of type information across many domain classes breaks JVM-langauge interop, particularly with the swit…
-
-
We current use threads with very large stack sizes to prevent getting a stack overflow when traversing deep ASTs. However, it would be better to change these traversals so they don't use the call-stac…
-
Defect Description:
In the "Graph Traversals" experiment , the list of experiments link is not present instead the list of experiments link should be displayed on the experiment home page, where the u…
-
We could replace the stack/queue with other structures that would show different traversals. Some possibilities:
- Replace the stack/queue with a priority queue and base the priorities on things such…
-
Given the graph constructed by:
`CREATE ({x:1})-[:R]->({x:2})-[:R]->({x:3})`
The query
`MATCH ()-[r]->() WITH r MATCH (a)-[r]->(b) RETURN a, b`
Should return the endpoints of each of the two `r` e…
-
in a sense, a Library#get operation is a reduction operation on a stored data structure that highly resembles a Map. but maybe this is contrived, or maybe this is a great simplification. i don't know …
-
When applying filters in a scope marked `@recurse`, order of operations matters. There are at least two options for it:
1. Fully recurse first, then filter — this results in reaching child vertices e…