Shuhei Kadowaki

Results 359 comments of Shuhei Kadowaki

> @pfitzseb - Juno only loads CSTParser (not StaticLint), right? yeah, basically we call `CSTParser.parse`, and then add bindings by ourselves (mostly equivalent to `StaticLint.mark_bindings`) and then traverse `EXPR`, [e.g.](https://github.com/JunoLab/Atom.jl/blob/master/src/static/local.jl#L40-L50)

So the two enhancements implemented in this PR are essentially orthogonal, right ? If so I'd recommend we split them into separate PRs and focus on each.

FWIW, I forked this project and am actively developing it afterwards. See [this changelog](https://github.com/aviatesk/deequ/blob/master/CHANGELOG.md) to see the enhancements/bugfixes. I'm also thinking of announcing it as an active fork of this...

Hi, I already forked deequ and keep bugfixing and adding features here: https://github.com/aviatesk/deequ You can find changes from the original deequ repository in [CHANGELOG](https://github.com/aviatesk/deequ/blob/master/CHANGELOG.md). We're building the forked deequ ourselves...

So now the situation is: ```julia function main() show(JET.@report_opt R.squared_error_with_indices( #

That form isn't inferrable. Use `v isa Transition` instead.

Maybe the `timezone.cutoff` field is mutable? Then extract it into a local object.

@nanosoldier `runbenchmarks("inference", vs=":master")`