-
SwiftのコードをDSL方式で記述できるようにするもの。
DSLで記述されたコードの構成要素を組み合わせて、Swiftのインスタンスを生成する関数を作る仕組み
-
`FunctionBuilder.from_func` doesn't seem to work.
```python
def foo(a, b=2):
return a / b
f = FunctionBuilder.from_func(foo).get_func()
assert f(20) == foo(20) == 10.0 # fails
```
…
-
## Example 1
`{{#File}}` (mistake, should be `{{File}}`
gives:
```
HandlebarsDotNet.HandlebarsCompilerException: Reached end of template before block expression '' was closed
at Handl…
-
| | |
|------------------|-----------------|
|Previous ID | SR-12082 |
|Radar | rdar://problem/58997176 |
|Original Repo…
-
Hi, I installed `bioconda-utils` as instructed on [this page](https://bioconda.github.io/contributor/updating.html#updating-recipes-for-a-pinning-change).
When I run the following command:
`bioc…
-
**Describe the bug**
I made a minor change to a derived column function (content of a string) and it doesn't deploy anymore. Even when reverting the change, it doesn't deploy. It deployed before succ…
-
blaze-bin/third_party/xls/tools/opt_main /tmp/test.ir
F0421 17:11:08.143368 1575568 opt_main.cc:88] Check failed: ::absl::OkStatus() == (xls::RealMain(positional_arguments[0])) (OK vs. INVALID_ARGUME…
-
When `FunctionBuilder.cursor()` is called, it marks the current EBB as not pristine, even if it has no instructions. API users then have no way of distinguishing between an empty and non-empty block. …
-
In sections that do not pertain to my use of bioconda-utils
```
$ bioconda-utils autobump recipes/ config.yml --packages cwltest --create-pr
[…]
14:11:41 BIOCONDA ERROR Dropping into debugger
T…
-
This is trying to resolve #1382, which turns out to be a just a broken test.
Overview:
- Trying to run oltpbench (specifically YCSB), with codegen.
- Enabled VALUE_PARAMETER, so we can get codege…