sagudev

Results 349 comments of sagudev
trafficstars

> Note the failures in aarch64-pc-windows-msvc are due an error in llvm 18 https://github.com/llvm/llvm-project/pull/93235 (see https://github.com/rust-lang/rust-bindgen/issues/2842 also). LLVM 18.1.8 is installed on github actions runners for windows-2022. I have tested...

This makes everything much clear and consistent! Before landing this we should make companion PR to servo to be sure we don't brake anything there.

I think this will need mozjs-sys bump.

> Should it be a minor or patch bump? just the `-X` part needs to be bumped (I think this is called metadata/build part in semver). EDIT: `0.128.6-1` -> `0.128.6-2`

We have some wrappers for this in servo/mozjs: https://github.com/servo/mozjs/blob/bf41ed080ec3c2fb84a53928c7db7691b0a0b161/mozjs-sys/src/jsglue.cpp#L997

`storage_input_output16` is somehow implicitly used here: https://github.com/gfx-rs/wgpu/blob/50eb207a77963a3818e8d05f65da34f1f6e6018c/naga/src/back/spv/writer.rs#L1207 As for Dawn https://issues.chromium.org/issues/42251212: > Tint can now polyfill f16 shader IO by using f32 types, so we can > enable the F16...

The problem is https://github.com/jdm/tinyfiledialogs-rs/blob/d6c8d91c2bc3c4f1dbcb06ff7a2079139bee8fda/libtinyfiledialogs/tinyfiledialogs.c#L2146 because https://github.com/jdm/tinyfiledialogs-rs/blob/d6c8d91c2bc3c4f1dbcb06ff7a2079139bee8fda/src/lib.rs#L194 creates file dialog name based on first filter name. cc @jdm Although we should probably just switch rust alternatives like https://crates.io/crates/rfd or https://crates.io/crates/egui_file

> @sagudev: Since #6188 only handles the array case, I wanted to ask: Are you interested in tackling the matrix portion of the scope in this issue after it lands?...