-
> _Please fill the following fields with a star (*) and provide as much related information as possible._
## Pre-checks*
> _Please change the following `[ ]` to `[x]` for confirmation._
- [ ] The…
-
I have encountered a case when reported parser errors differ when using `opaque`'s: it adds false branch to 'expected' section, which is not actually expected.
A test case without `opaque`'s produc…
-
SBT version is 1.8.0.
Here is build.sbt:
```
lazy val root = project
.in(file("."))
.settings(
scalaVersion := "2.13.10",
libraryDependencies ++= Seq(
"com.lihaoyi" %% "o…
-
Looks like all our fastparse definitions won't compile any more with scala 2.13.7
```scala
identifier expected but '_' found.
[error] private def wholeNumber[_: P]: P[Int] = P(CharIn("0-9").re…
-
The following program, generated by a fuzzer starting from Silver's test suite, makes Silicon crash. Note the mispelled "S4eq".
Error:
```
Silicon 1.1-SNAPSHOT
Verification aborted exceptionally…
-
I'm trying to translate this Scala code to Rust:
``` scala
def kw(s: String) = s ~ !(letter | digit | "_")
```
But I can't find similar combinator like this http://www.lihaoyi.com/fastparse/#Negativ…
-
> _Please fill the following fields with a star (*) and provide as much related information as possible._
## Pre-checks*
> _Please change the following `[ ]` to `[x]` for confirmation._
- [x] The…
-
# Speeding up code
Do you know how to speed up the code? It takes less than a second to run on a standard Python installation without Pyodide, but over a minute with Pyodide:
```py
import os
…
-
**Bug Report**
Following the [contributor guide](https://github.com/python/mypy/blob/master/CONTRIBUTING.md) I run the command `python3 runtests.py` and I got an error, based on the python …
-
Attached is the full list of modules we are using. A few initial observations:
- java.desktop (awt/swing) takes quite a bit of space
- there are a couple of xml libraries, can they be unified?
[l…