-
The existing storage pseudo-Node implementation in C++ was removed by #1016 as part of the move to a Rust-only Runtime. However, we are still going to need some kind of storage functionality.
-
Axiomatic formulae have been disabled in this iteration. Quoting the comment in the code:
> The distinction between whether a formula is axiomatic, external, etc. should probably be done elsewhere,…
-
This issue proposes that Go should support some form of generic programming.
It has the Go2 label, since for Go1.x the language is more or less done.
Accompanying this issue is [a general generics p…
-
## Description of the issue
From PR #739:
Current def: _Renewable is an origin of portions of matter that replenish on a human time scale._
Def of origin: _The origin is a quality that indicat…
-
What do we do in cases where a type in facade is nullable? We have `js.UndefOr` but sadly there's no `js.NullOr`. In scalajs-react I add `| Null` to facade types but the problem is it's non-trivial to…
-
It would be great if there was a way to relax the current constraint of requiring get/set accessors to have the same type. this would be helpful in a situation like this:
```
class MyClass {
pri…
-
Regarding
> JavaScript hosts might additionally provide:
>
> STRING | Converts the next two arguments from a pair of i32s to a utf8 string. It treats the first as an address in linear memory of …
-
When asked to 'pip install .' it would be nice if pip actually reinstalled it, rather than checking the version number.
-
The following example is not working right:
```
given frac p;
invariant 1/5 < p && p < 1/2;
```
The important part of the error message is:
```
[debug] At Main.java:634:
[debug] java.lang.Ass…
-
We have adopted the **TaxonRelationshipAssertion** element from TCS, but have never really discussed the name of the class.
In the discussion around vernacular names (#47), the class was frequently…