Taine Zhao

Results 334 comments of Taine Zhao

Oh, it's positioned as a bug now, I'll get it done at once. But the last release might not come out very recently.

@cscherrer Hi Chad, now the error message becomes ```julia LoadError: "Deconstructor cannot be an expression like \$(Expr(:\$, :g))." ``` with corresponding position info. It could be explained with that `$g(...)`...

Hi Chad, is `ERROR: LoadError: Deconstructor cannot be an expression like $(Expr(:$, :g)).` okay?

Planning to release v0.3.1 for introducing some new features during my recent talk.

`C1` should be recognised as a pattern if `C1` is an MLStyle enum from the global scope.

This is because `C1` is not an `enum`, so locally shadowing `C2` is allowed. See `MLStyle.is_enum` at [here](https://thautwarm.github.io/MLStyle.jl/latest/syntax/pattern.html#custom-patterns). I'd admit this gives unexpected results in some cases, and MLStyle used...

clever, that'll look like big news

@Roger-luo How about current stage? I mean the kinda aggressive plots in README...

@saolof Thanks for your comments! I'm on your side but recently I won't make benchmark comparisons with other languages for it's extremely time consuming. There're so many items I have...

Move to v0.3 for the array performance issues.