-
=== mjsunit/div-mod ===
--- stdout ---
(function(left) { return left / 0; })
(function(left) { return left / 1; })
(function(left) { return left / 2; })
(function(left) { return left / 3; })
(function…
-
(reported)
The issue is that dart2js doesn't perform dead-code elimination when the condition being evaluated is static (which manifests as lazily initialized).
This is a simple reduction of the c…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
N/A
### What browser are you using? (if relevant)
…
-
I would like to bundle ink with esbuild using the following config:
```ts
bundle: true,
define: {
'process.env.DEV': 'false'
},
platform: 'node',
format: 'esm'
```
`'process.env.DEV': 'fa…
-
### Describe the feature would like to see added to OpenZFS
The Import, send, mount, load-key, destroy are all noisy and honestly don't appear to provide me any info that I'm ever looking for in th…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR11896](https://bugs.llvm.org/show_bug.cgi?id=11896) |
| Status | NEW |
| Importance | P enhancemen…
-
I tried this code:
```rust
pub fn bar(count: &mut usize, n: usize) {
for i in 0..n {
*count = count.wrapping_add(1);
}
}
```
I expected to see this happen:
```asm
exa…
-
The current aggressive dead code elimination does not get rid of empty control flow ie control flow headers and structures which are "empty" ie do not contain code which contributes to the externally …
-
**Issue by [kbrandwijk](https://github.com/kbrandwijk)**
_Tuesday Jul 18, 2017 at 14:39 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/314_
----
When querying a Type that has…
-
**Describe the bug**
Running into this error for one of my bruker scan directories:
```
if dset._get_dim_info(visu_pars)[1] == 'spatial_only':
TypeError: 'NoneType' object is not subscriptable
``…