Martin Halford

Results 15 issues of Martin Halford

# Bug Report 🐛 ## Details Consider the following `asset` declaration. ``` asset HelloWorldClause extends Clause { o String name o DateTime date optional } ``` As the `DateTime date`...

# Feature Request 🛍ī¸ The recent POC .slc changes provide the capability to `sign` .cta templates, plus `instantiate` and `sign` .slc contract instances. These features are currently only available via...

Type: Feature Request 🛍ī¸
contract-design

**Describe the bug** This could be user error but I think there's a bug when using a conditional Ergo expression inside a complex model. Here is the model.... ``` enum...

**Is your feature request related to a problem? Please describe.** Conditional blocks enable text which depends on a value of a Boolean variable in a model. For example: `{{#if forceMajeure}}This...

**Is your feature request related to a problem? Please describe.** In order for contracts to be legally enforceable, all parties need to indicate their acceptance of the agreement by some...

Type: Feature Request 🛍ī¸
Category: Design 💎
Need More Info ℹī¸
Type: Discussion đŸ—Ŗ
Type: Need Investigation đŸ”Ŧ
Difficulty: Challenging

# Bug Report 🐛 Please see LOOM video for demo of bug. https://www.loom.com/share/4d628fd1e1ec4afa9d5a50444e69ebe9 In summary, `optional` variables return unexpected results when interrogated in code blocks within `grammar.tem.md` files. An optional...

# Feature Request 🛍ī¸ The `draft` command was recently removed from the latest unstable version during the removal of Ergo. As discussed at Tech Working Group meeting on Wed 18...

Type: Feature Request 🛍ī¸

# Bug Report 🐛 ## Context As part of the process of updating the unit tests for the Cicero repo, I am updating the many `model.cto` files to include the...

# Bug Report 🐛 The `cicero archive` command requires a valid `package.json` file which must contain either: ``` "accordproject": { "template": "clause", "cicero": "^0.24.0", "runtime": "ergo" }, ``` **-- OR...

Type: Bug 🐛

# Bug Report 🐛 The `cicero archive` command fails if the `model.cto` contains versioned imports or specifies a versioned namespace. ## Current Behavior - Take the current `[email protected]` archive and...