Guilherme Bernal
Guilherme Bernal
Got it working fine on Linux 5.4 and CI is happy :D I'm now marking it as ready to review. A few notes for reviewers: - It only works in...
I have synced it with master and fixed a few remaining issues. I would like to ask for another round of reviews.
As a reminder, there is no public API changes and everything is behind a "preview" compile flag, so there is very little risk of breaking something in production. Either way...
The latest merges from master I did introduced some bug or flaky behavior on the CI tests and I'll have to investigate what's going on to fix that. Before I...
I understand the need to discuss the solution, but in this case, I really don't see another way to implement this since this is the way Rust or Clang do...
I added exporting all top-level `fun` as discussed in #11941. This behavior is in line with the other targets.
At some point I was experimenting with a macro that could generate SQL from almost arbitrary expressions and on a part of it I ended up with this piece of...
Are there cases that this new parser can handle and the original parser can't?
So, for exporting we should actually go the other way around: every `fun` is exported and maybe we can have an annotation or something to hide a symbol that isn't...