-
Attempting to compile the following program
```flix
import java.nio.file.Files
import java.nio.file.Paths
def main(): Unit \ IO = {
let path = Paths.get("");
let exists = Files.exists(…
-
Hello everyone,
Princess seems to have problems when evaluating Epsilon terms in a partial model. Unlike the other issues I've posted this one is not related to Rationals, but can happen for Integer …
-
### Describe the bug
## SQL
```
SELECT c48, cast(c48 as DECIMAL(10,2)), try_cast(c48 as DECIMAL(10,2)) FROM test1 ORDER BY c48;
```
[ERROR] Query failed in Comet: Job aborted due to stage failure…
-
Hello,
I noticed that version 0.5.0 doesn't enable `-Yexplicit-nulls` on Scala 3.
Any reasons for it?
-
When using a MUnit test inside a [helper function](https://scalameta.org/munit/docs/tests.html#declare-tests-inside-a-helper-function) that lives in a different file than the FunSuite subtype, the err…
-
Current implementation relies on scala 2 annotation macros.
There is no way to generate new methods/objects with scala 3 macros, so the current approach is not applicable to scala 3.
Additionall…
-
Hi
i get the errors while compiling with Minimal-Standalone Testing[¶](https://constellation.readthedocs.io/en/latest/Introduction/SimpleTests.html#minimal-standalone-testing)
it does not work …
-
### Backend
VL (Velox)
### Bug description
``` sql
create table bigdata.tmp_test(
bz date,
amt double
)
partitioned by (`bz`);
create table bigdata.tmp_test2(
bz date,
amt double
);
…
-
Hello,
The Scala.js source maps should point to the corresponding file on `raw.githubusercontent.com` containing the corresponding file content.
For example, the source map url for `ZoneRulesPro…
raquo updated
3 weeks ago
-
**Describe the bug**
Wanted to Fuzzy match dates from 2 different data sets but encountered the null pointer, when date is the only matching/blocking criteria then Zingg is running into error.
**…