-
Please update this awesome mod to factorio 2.0. Factoriopedia is nice, but your mod does so much more! This mod an Factory Planner are must haves making the factory grow!
-
### Environment
What version of MekHQ does your issue apply to? **v0.50.0**
What operating system are you using? Windows, Mac, or Linux? **Windows**
What java version are you using? **17**
##…
-
## Problem
To run this against multiple files developers want to run:
```
$ dead_end **/*.rb
```
This doesn't work today due to terminal globbing, which we don't yet support. What's happening…
-
Consider a file `x.rs`:
```rust
#[inline]
fn gggg() {}
fn main() {}
```
The symbol `gggg` is not included in the compiled binary (tested with `rustc -C link-dead-code x.rs && nm x | grep ggg…
-
This is the wrong QR code and it results in a blank screen dead end on your mobile device. This is https://mozilla-hub.atlassian.net/browse/FXIOS-5382.
Severity: High
This bug was reported in the "F…
-
Any use of `reflect.Value.MethodByName()` or `reflect.Type.MethodByName()` disables the DCE. The compiler assumes that these functions will look any method up, and cannot remove methods even if they a…
-
### Code
I tried this code:
```rust
fn foo() -> u8 {
return 0;
let a: u8 = 1;
a = 2; // error: second write to an immutable variable
return a;
}
fn main() -> () {
…
-
| | |
| --- | --- |
| Bugzilla Link | [49775](https://llvm.org/bz49775) |
| Version | trunk |
| OS | All |
| CC | @fhahn,@ttheodor |
## Extended Description
[582] % clangtk -v
clang versi…
-
In the `chainstate.stacks.block.test.codec_stacks_microblock` test case, a large loop appears to be dead code, since it is using the length of an empty vector as its loop condition:
https://github.…
-
Reproduction on RunKit: https://runkit.com/tolmasky/dead-code-inlines-jsxidentifiers
```javascript
function Input(element)
{
var ElementType = element || "input";
return ;
}
```
…