-
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.…
-
每个打印日志生成一个文件?能不能在一个文件中追加日志呢?
-
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.…
-
I'm trying to define a new type that could be either string or integer. My first try is to write ```typedef NID = string | u32``` but apparently not supported by ddlog so I came up with this one ```ty…
-
Hello There,
I am using XMMPFramework to create my own framework to connect to my sever, it means XMPPFramework.framework has been add to an Example.framework and at the end, the Example.framework …
-
The error message for the following code is not particularly helpful:
```
function f(...): bool = {
for (...) {
...
} // MISSING SEMICOLON
false
}
```
Instead of suggest…
-
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…
-
```
A bug was introduced in the stratification algorithm of bddbddb in revision
558:
http://bddbddb.svn.sourceforge.net/viewvc/bddbddb?view=rev&revision=558
The current workaround is to use bddbddb…
-
```
A bug was introduced in the stratification algorithm of bddbddb in revision
558:
http://bddbddb.svn.sourceforge.net/viewvc/bddbddb?view=rev&revision=558
The current workaround is to use bddbddb…