CodethinkLabs / software-dependency-visualizer

Prototype software dependency visualizer tool
Apache License 2.0
0 stars 1 forks source link

Packages aren't listed when I view Nethack #36

Closed jmacarthur closed 8 years ago

jmacarthur commented 8 years ago

I imported Nethack-3.60 with rtl-importer and it lists all the correct objects in the 'a' package with calls, but there are no packages listed on the right of the screen. "a:allmain:moveloop" should call "m:mail:ckmailstatus", so 'M' should be listed, but all I get is "ERNAL", presumably from "EXTERNAL", and no calls to it.

jmacarthur commented 8 years ago

Rules for classifying external packages in TypeScript were wrong. d656fd984e1d22a0684db6fabf2e8fea6e8916c4 fixes it and gives more explicit variable names to remove some of the confusion.