-
**Note:** This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar issue without the B-runtime-assertions-enabled label. If…
-
- Name: CoffeeScript
- Version: 2.7.0
- Release Note/Changelog:
Changelogs can be found at [coffeescript.org](https://coffeescript.org/).
The main rationale behind requesting this update is due…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
Following code:
`import packageJson from '../package.json' assert { type: 'json' };`
is trans…
-
### General information
* SDK/Library version: 2.27.2 and any previous version
* Environment: N/A
* Language, language version, and OS: Any version of Java and any OS
### Issue description
Lo…
-
We should add a global function like `assertLevel` and promote a practice of adding things like this whenever possible:
```m2
if assertLevel > 0 then assert isWellDefined X;
if assertLevel > 1 then…
-
The main helper used for writing tests for `flat_mutation_reader` implementation is `flat_reader_assertions`. Unfortunately, it very poorly reflects the actual guarantees provided by those readers, wh…
-
### Dafny version
4.7
### Code to produce this issue
```dafny
const C1 : int := 0x1_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000
const C2: int := C1 - 1
type …
-
### Description
The `IAsyncEnumerable` type was introduced in C#8 to allow for async streams of data (basically, iterator blocks that can `await` for inner tasks to produce values and can be iterat…
-
In the execbuilder, we maintain a ColumnID -> plan node ordinal map. The requirements of this map are not very well defined or checked in the code. For example, in general it is not allowed for two di…
-
**Motivation**
I'm ultimately to write a configurable rule to check that all `SchemaProperties` are in kebab-case _with some exceptions._ I thought that I could do this by using some combination of `…