Tadeu Zagallo

Results 13 issues of Tadeu Zagallo

I forgot to take an screenshot and still don't know how exactly to reproduce it, but it's happened to me a few times...

bug

Now that I haven't been so active I can see that it's slightly annoying lol Either way I don't want to deactivate it...

enhancement

When trying to build locally, it was failing due to the usage of `Core.Filename.realpath`, which appears to have been deprecated and moved to `Unix.realpath`

I wrote a very simple JS provider that is just a thin wrapper around `babylon`, similar to how the python provider works. To avoid having to copy all the dependencies...

Right now, the grammar requires that you have a `rule`, and within a `rule` you can have multiple `provider_matcher`s. A provider matcher is a combination of the `provider` to be...

enhancement
rules-parser

#### 5418ab4796f22f5ee95cdb291f61330a656bfc63 [WGSL] Refactor variable initializer typing https://bugs.webkit.org/show_bug.cgi?id=270316 rdar://123854264 Reviewed by NOBODY (OOPS!). In 274615@main I fixed the failing CTS tests under shader,validation,decl,var:initializer_kind: by adding explicit checks for function calls...

WebGPU

#### f1f2b9607f3ba3b2d2a4c3907d3d3d5f4c4a4492 [WGSL] Validate maximum array size https://bugs.webkit.org/show_bug.cgi?id=270313 rdar://123852286 Reviewed by NOBODY (OOPS!). Fix 2 issues with array sizes: - the size was being treated as unsigned and only checking...

WebGPU

``` let x = [1, ...[2, 3]] ```