HKalbasi

Results 75 comments of HKalbasi

@carols10cents any feedback on this?

Hi @schrieveslaach! unfortunately I'm using `cc` indirectly, and I'm totally newbie in c/c++ tooling, so it is not easy for me to experiment with this PR. But the result in...

> Does that clarify your question? Yes. I thought `.recorded_compile` would generate the file on its own. But in this way everything is fine. It might make sense to have...

Is this PR in the right direction? I think chalk should not get its hand dirty with const evaluation, since const eval needs handling and interpreting whole rust syntax, and...

I thought it is going to add a `NormalizeConst` (which is essentially const eval) similar to `NormalizeFn` in #726 and handles associated constants in `::ASSOC_CONST` position, but it is about...

I had seen that PR, and if I understand correctly, unevaluated constants in that PR were an unknown value, but here they are projection of other constant variables. Not sure...

Hi @noomorph, glad you like this! I write less amounts of JS these days, and this at the current state works for me. But I will review PRs and release...

What is the path toward this goal? How we can contribute?

I think this blocks https://github.com/matrix-org/seshat/issues/84 which is useful in [element](https://element.io) matrix web client. Is it possible to remove non wasm compatible parts (I see mmap in this issue) via some...

What is the status of this PR?