Shuhei Kadowaki

Results 359 comments of Shuhei Kadowaki

Could you please add a test case to `test/ui/test_print.jl`, using this commit as a reference: https://github.com/JuliaLang/julia/commit/a43ca052f2c9c29c812f02701600a9f6533507cb#diff-8d178520d08f2b4258b4bc414729ac2f1f0e65a27c176003f981cbd0b5b72e58? If it's too complicated, just let me know, and I'll take care of it.

And don't care test failures on 1.11 and nightly-they are known to be broken and we can proceed as far as tests on v1.10 are passing.

The test case looks nice. > Would you be opposed to adding maxdepth to OptAnalyzer, so that users can pass it in from the jetconfigs kwargs? No, it would be...

Got it. I'll be adding a few follow-up commits myself.

I've made a few updates. Please feel free to add any adjustments. I believe we're nearly ready to merge.

Thanks a lot @charleskawczynski. This features is planned to be included in the next release.

If you define `JLFunction` as immutable struct, JET should no longer report the issue. Fixing this for mutable case requires escape analysis.

> How do you feel about this idea? I had never considered that, but it might be worth trying. > If you like it, one thing I'm not yet very...

> Of course, presumably an even more ergonomic approach would be VScode integration. Now that we have TypedSyntax, do you see other major barriers to implementing this? (In addition to...

Hello. Sorry for the delayed response. Currently, I plan to deprecate `ReportPass` and reimplement it as `ReportConfig`, which will have a simpler interface. Even with `ReportConfig`, it should still be...