-
with this
you can use webrtc "safely", because if you use a vpn doesnt leak your ip
https://github.com/bn0785ac/inox-hardened/commit/71c8d4b6403b63740635d8e6954585cdc144d5f3
@gcarq @xsmile…
-
Should we reject this upfront?
```scala
object IsInstanceOfParam {
sealed abstract class A
case class C() extends A
def f[T
-
Maybe related to #710?
The `assert(false)` goes through.
I added type annotations to make sure both lambdas have the same type.
Moving the `leq` or `order` to function paramers of `insert` make…
-
Given
```
@mutable trait B {}
case class A (var foo: Int) extends B { val baz: Int = foo }
object D {
def bar(a: Option[B] = None()) { if(a.isDefined) {} }
```
Stainless tosses out…
-
- [x] Stampa di prova
- [x] Verifica funzionalità
- [x] Correzioni
- [ ] Stampa finale (6 pezzi)
-
First of all, thank you for creating this very valuable patchset. Please keep up the great work!
I ran WireShark while running the inox patched browser, and noticed there is a leak on the "chrome:/…
-
Have an issue with Pyxian - after a number of hours/startups, Pyxian fails to completely boot, hanging on the splash screen. Wifi etc. works and I can SSH in, and it seems from the logs something is g…
-
In this example, the VC for the precondition check in the call to `gg` in the `insert` function takes ~2 minutes to solve. It's probably `z3` (tried with 4.8.6 and also with latest version) which is s…
-
i'm trying to apply amost all inox patches (all except 0001) with almost all gn flags (all except safebrowsing flag)
but it doesnt work (with webrtc disabled)
>pd1, i'm testing now build with…
-
There are several places where we build `PrinterOptions` without symbols, especially in the `ExtractionPipeline`.
We could perhaps remove the implicit `printerOpts` from the extraction pipeline, a…