Shantanu Sinha
Shantanu Sinha
Thanks @DaveMcEwan! Just a couple of clarifying questions. 1) ```module foo;``` is allowed to live in any file of format ```Foo``` and the stopping point for string matching has to...
Updates: - Made documentation explanations clearer. - File Identifier is now a substring from the filename up to the first non-identifier. This file identifier is then compared to the module/package/interface/program...
Hey @DaveMcEwan, do you have any feedback/suggestions?
Hello, I was trying to work on this issue but I ran into an issue with grabbing the file names. As far as I can find, none of the nodes...
``` let path = if let Some(x) = unwrap_locate!(node.clone()) { if let Some((path, _)) = syntax_tree.get_origin(&x) { Some(path) } else { None } ``` I got the file path from...
@DaveMcEwan @dalance, just following up on this
I'm facing the same issue. Is there any workaround that doesn't involve editing the source code and recompiling locally?