-
While `uv` now has overrides, and issue #2686 is suggesting being able to declare certain overrides as pertaining to a specific dependency, I have an additional suggestion/request.
I would like to …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42538](https://bugs.llvm.org/show_bug.cgi?id=42538) |
| Status | NEW |
| Importance | P enhancemen…
-
Version(s) affected: latest & next.
```ts
function example() {
const test: number = 10;
const someCondition = true;
switch (test) {
case 10:
if (someConditio…
-
Puck introduces various wrappers during edit mode to provide drag-and-drop and edit functionality. This can result in different interface between edit and render modes, such as:
* `children` contai…
-
I tried this code:
```rust
#[inline(never)]
#[no_mangle]
const fn deep(n: usize) {
match n {
0 => (),
_ => deep(n - 1),
}
}
#[inline(always)]
const fn inf() -> !…
-
I have just noticed that while we have `EliminationProduct`, I never got around to adding `EliminationSum`. Apparently, this is not often needed, but we should have a matching elimination form for sum…
-
I'm trying to use react-native-paper without tamagui but seems color-scheme package depends on TAMAGUI_TARGET for detecting native vs web.
I see there are other packages depending on it too. https:…
-
Starting from the creation of this task, #116 is a subtask of this task.
MSVC:
- [ ] MSBuild
- [ ] Enable "warnings are errors" mode *(is it possible?)*
- [ ] Compiler
- [x] Enable conforma…
-
Found when I trying to solve #123955
Here is the program, saved as `tests/ui/codegen/vfe.rs`:
```rust
//@ run-pass
//@ compile-flags: -C lto -Zvirtual-function-elimination
//@ no-prefer-dynamic
…
-
Hi,
If I have an IR which has (i * 2) in two different statements in the same scope like this:
```
... = i * 2 + 1
... = i * 2 + 2
```
where i * 2 are stored as different IR Nodes (do not sh…