-
Two main things to decide on: the types available in our language and our type checking approach.
For types, maybe:
- `String`
- `VecString` or just Vec if we do not anticipate Vec\ being needed.…
-
The error message for the following code is not particularly helpful:
```
function f(...): bool = {
for (...) {
...
} // MISSING SEMICOLON
false
}
```
Instead of suggest…
-
While trying to call applyUpdates in DDLog if it fails due to missing input relation then it logs DDLogException. The exception message concatenates json input with it. At time this json can be huge a…
-
Hi,
I'm new to Rust so I would appreciate any advice.
My intent is build a Python wrapper over DDLog. For version 1, I wanted to just take the output of the final rust code e.g. `ddlog -i playpen.…
-
Even though Rust API is supposed to be the native one for DDlog, it is currently difficult to use, as it requires navigating multiple static and generated source files, managing two layers of wrappers…
-
It's been a while since DD 0.11 was published on crates.io and I think there have been quite a few API changes and improvements since then. I would love to be able to use the latest version through cr…
-
We do not support all Souffle language features.
We should probably rewrite the converter from Scratch in a decent language.
-
I've got a situation where I'd like to construct one of two different dataflows within a transformer based on the external context of the program. When in the program using ddlog is in CLI mode I want…
-
I use ``Log`` and ``Logger`` API for general logging needs in my custom packages on Linux and iOS. Everything works great.
On iOS I initialize the ``Log.logger`` (for historical reasons and coopera…
-
Allow clients to monitor individual relations by attaching a [sink](https://docs.rs/timely/0.12.0/timely/dataflow/operators/generic/operator/trait.Operator.html#tymethod.sink) to the relation.
@Kix…