You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia-users
Looking for a tool to grok large projects, a la cscope. methods(method_name) is good but insufficient. For those unfamiliar with cscope, it allows the following queries:
Find this C symbol: Find this global definition: Find functions called by this function: Find functions calling this function: Find this text string: Change this text string: Find this egrep pattern: Find this file: Find files #including this file: Find assignments to this symbol:
Isaiah Norton
unread,
Oct 26, 2016, 9:22:18 PM10/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia-users
Thanks for the pointer. I'm looking for a way to browse code. Reduced to the essential, given a method foo() what are its callers and calees. The methods in Lint.jl do look promising, though I need to cobble together something I can call from the shell.