almaz045
Results
12
issues of
almaz045
I tried run "atom reachables -o app.atom -s reachables.json -l c ." on [tarantool](https://github.com/tarantool/tarantool) repo to test C lang. Then it's printed: "Exception in thread "" java.lang.OutOfMemoryError: Java heap space"...
Let's imagine a situation where we import a transitive dependency from the main dependency: import {transitive_dep} from {direct_dep}. In the main dependency, we have transitive dependency export allowed: export {transitive_dep}...