Jeff Niu
Jeff Niu
Trying to do $database->ref('some/path')->orderByChild('childname').equalTo('stringvalue')->... Will throw an error: "Constraint index field must be a JSON primitive". So it seems strings don't work, but performing the same query in, say, javascript...
They aren't included, which means users don't know what fields they can access.
Consider two separate cells: ```python var x: StringLiteral = "abcd" ``` ```python print(x) ``` An empty string is printed, because string literals contain pointers to global memory, which are probably...
There are a large handful of issues that fall into the same category, so I am combining them into a super-issue to make tracking easier. The core problem is that...
Based on what I have discussed with @nicolasvasilache and @ftynse and from what I've seen in this repo, I have 3 proposals, in order of increasing complexity/difficulty, of infra changes...
### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Recently, Mojo added...
The Triton middle-end has perfect dependency+modref information about TMEM (and shared memory) because it is introduced by the middle-end by expanding chains of SSA ops. E.g. `HoistTMEMAlloc` is essentially a...
Reland of #6485 All async TMA ops read the descriptor. MMAScaled is missing read effects on the scale arguments, which are always in TMEM.
### Bug description ``` /tmp/test.mojo:4:19: error: cannot form a reference to overloaded declaration of 'parameter_for_generator' for i in range(UInt(2)): print(i) ~~~~~^~~~~~~~~ /tmp/test.mojo:1:1: note: candidate not viable: parameter_for_generator parameter #0 has...
### Bug description ``` mojo /tmp/broken.mojo Please submit a bug report to https://github.com/modular/modular/issues and include the crash backtrace along with all the relevant source codes. Stack dump: 0. Program arguments:...