Raphael Kubo da Costa

Results 34 issues of Raphael Kubo da Costa

I recently stumbled upon #882 while looking for language for specifying an interface's constructor steps, and that got me thinking of what's supposed to happen when: 1. There's no constructor...

At the moment, `RUNTIME = "llvm"` only causes target builds to use libc++, compiler_rt etc. See OSSystems/meta-browser#488 for a case where it'd be useful to have it working for native...

enhancement

Consider the following excerpt: ``` clang++ -flto -c hello.cc clang++ hello.o -o hello ``` this fails with hello.o: file not recognized: file format not recognized which is caused by `hello.o`...

bug

The former's example code was actually invoking the latter instead, so move it to the right location.

infra
testharness.js

https://w3c.github.io/sensors/#report-latest-reading-updated has: > * Let reportingInterval be the result of 1 / reportingFrequency. > * Let timestampDelta be the result of [latest reading](https://w3c.github.io/sensors/#latest-reading)["timestamp"] - lastReportedTimestamp. > * If timestampDelta is...

This is a follow-up to #43875, which fixed the more general problem of the mojojs.zip file not containing the right files. The fix for the bug above should have made...

infra
priority:backlog

The terms look a bit confusing to me, so before I start using them in the [Generic Sensor spec](https://w3c.github.io/sensors) I'd like to double check I've understood everything correctly. The way...

I didn't originally intend to make such big changes, but it was impossible to add a fix for #478 without also dealing with the inconsistencies in how platform sensors were...

As it is currently defined, a virtual sensor's [requested sampling frequency](https://w3c.github.io/sensors/#virtual-sensor-requested-sampling-frequency) is a confusing concept because a virtual sensor acts as a device sensor, whereas in this case we are...

https://w3c.github.io/sensors/#concepts-sensors says > In simple cases, a [platform sensor](https://w3c.github.io/sensors/#concept-platform-sensor) corresponds to a single [device sensor](https://w3c.github.io/sensors/#concept-device-sensor), but if the provided [sensor readings](https://w3c.github.io/sensors/#sensor-reading) are a product of [sensor fusion](https://w3c.github.io/sensors/#sensor-fusion) performed in software,...