-
Hi,
can we define Directory in workflow input section? I met error "Cannot coerce expression of type 'String' to 'Directory'".
my wdl file, cromwell 59 is used:
```
version development
workfl…
-
Attempting to create a sufficiently large `std::string` object (greater than 65535 characters) results in a crash during codegen. It looks like we might be running out of stack space, but it's unclear…
-
When using ternary expression and string constants with "special" characters like '-'
then the expression is not parsed, for instance:
`{settings.false ? 'foo-bar' : 'xyz'}`
This also results in the …
-
String `replaceAll` uses a compiled regular expression. In "hot" methods this often leads to performance problems due to the often need to GC.
In an internal library, replacing this pattern result…
-
Inconsistent behavior of automatic type casting with built-in scalar functions with numeric arguments.
Almost all functions do automatic string-to-numeric type cast for arguments. Example: abs('-11'…
kpnr updated
3 months ago
-
### Describe the bug
Applying this template causes an error to be thrown:
```json
{
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
"name"…
-
Using expression trees instead of simple lambda's in `Arg.Is` is less than ideal. For example, `Arg.Is(x => x?.Length == 0)` is not allowed because expression trees cannot contain null propagating ope…
-
Meson's default warning levels highlighted several warnings. They are currently suppressed, but they should eventually be fixed. Click below for details from my build tests:
System information
…
-
https://github.com/ocaml/ocaml/pull/2147 added the ability to say `open (struct ... end)` in OCaml, however this expression is only available in the ml files, not the mli files.
This could be usefu…
-
As per [RFC 7950, Section 9.12](https://datatracker.ietf.org/doc/html/rfc7950#section-9.12), when defining a YANG node with a union data type that includes both string and identityref member types, it…