-
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…
-
Currently, if a theme uses a Content Collection, the theme user has to either clone a template with the Content Collection or manually set it up inside their own project. It would be nice if themes ha…
-
I don't remember why this example with `assert(false)` is in the valid benchmarks?
https://github.com/epfl-lara/stainless/blob/5b7b3a0c01c23486fea44abb2255f0963a242708/frontends/benchmarks/verificati…
-
> @romac's meta approach seems very convenient to use and indeed promising.
> In any case, we need some meta.api that reflects (a subset of) Stainless trees. This can be initially just a syntax tree …
romac updated
5 years ago
-
I'm trying to convert a SSG to SSR and found your extension which has been solving some of my sitemap issues. Thanks!
That being said, I'm running into issues trying to pull a list of ids to inclu…
-
Google search engine used in the address bar is not working, even if google set as default search engine in browser settings.
Version 62.0.3202.89
-
https://goto.ucsd.edu/~rjhala/liquid/liquid_types.pdf
this could be very powerful when combined with #735
-
Currently, the browser pings Google's IPv6 DNS servers to do probing. Note that, relatedly, ungoogled-chromium has a command line flag to disable the probing altogether [1], but changing the DNS…
-
The following snippet does not verify although it is only asserting that `foo` is equal to its body:
``` scala
case class A(useless: BigInt) {
@extern
def map(f: (Unit) => (Unit, Unit)…
-