Shuhei Kadowaki

Results 359 comments of Shuhei Kadowaki

xref: I explained an solution idea for this in [this thread](https://github.com/aviatesk/JET.jl/pull/179#discussion_r622724610).

I'm really glad to know you gave a try on this package ! I've always wanted to make more collaboration with other "code-analysis" tools, and yes, making a comparison would...

So now I believe #104 is fixed, and I got JET analysis result against the test file: > `julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); using JET; @time JET.profile_file("test/runtests.jl")'` JET analysis...

I think #373 might have fixed this issue. Could you retry this MRE with on the `master` branch?

Thanks, that sounds like a very good idea! I will give a try to come up with one, but I also appreciate any suggestions from users. I may want to...

We probably first need to define what "Enforced Semantic Versioning" is, since there is no explicit requirements for APIs in Julia. If we define public APIs are those functions listed...

Well, human races have been unable to produce any sort of sound and complete static analysrs yet, and this kind of false positives are common :p Having said that, I...

Yeah agree, JET's error detection should respect Julia's exception semantics.

I made a significant refactor recently. I will try to update this branch as well as SnoopCompile side code later.