Eason

Results 17 comments of Eason

I think ESM doesn't expect cyclic imports and I am surprised that Nodejs work. Deno should deliver same behavior on a best effort. It is what I found from swc's...

I would like to take `stacker` approach, that is: 1. implement stack guard at some point 2. if red zone is reached, try grow stack 3. if unable to grow...

https://github.com/apache/datafusion-sqlparser-rs/pull/1468

I spent some time manually run `reg read sp fp`, and write down `rbp-rsp` (in debug build. Detail > export RUSTFLAGS="-C force-frame-pointers=yes" ``` parse_query 12592 parse_boxed_query_body 12592 parse_select 17024 parse_optional_alias...

I am busy doing some school works recently (would probably stay busy until the end of this semester), so if there is anyone interested in this issue, feel free to...

I will try to reproduce it with https://github.com/apache/datafusion/pull/13177 next week, chances are that it's related.

> I will try to reproduce it with [apache/datafusion#13177](https://github.com/apache/datafusion/pull/13177) next week, chances are that it's related. I try to reproduce the issue on with https://github.com/apache/datafusion/pull/13177, it seem to work fine,...

> Oops, sorry, @Eason0729, I was searching for issues to link my [pr](https://github.com/apache/datafusion-sqlparser-rs/pull/1522) to and just came across this ticket. Happy to work on this together, if you would like...