Chris Koknat
Chris Koknat
I'm guessing here since I don't have a Mac: cd to the directory with callGraph executable ./callGraph
Hi @mujtabaat Sorry, but I don't have a mac myself, so I can't advise you on how to install the 'graphviz' dependency. What happens when you run ./callGraph ?
Could you share the lines containing the 3 function definitions (just the line with function name), and the lines containing the calls to those functions? On Tue, Aug 30, 2022...
Also, could you share how you installed graphviz for mac? Did you use 'brew' or something else? Asking in case it helps someone else with mac installation.
Thank you @thegoatinthemachine
Thanks @cosmojg for sharing your config and experience
Sorry to hear that! Would it be possible to share ProductOrderingService.lua with me, so I can see what is not working?
 My testcase is working: bin/luacheck.lua from https://github.com/mpeterv/luacheck If you have a lua testcase which doesn't work, please upload it here.
Hi @mohawk2 Thanks for the feedback! I had considered moving from GraphViz to GraphViz2, but chose not to because of the additional Perl dependencies (Moo and 5.8.8 vs 5.6.0). My...
Hi @pierrekttipay that sounds like a very useful addition, especially if many files are involved. I don't have any spare time to commit to callGraph currently, but I would welcome...