Matt Roberts

Results 25 issues of Matt Roberts

# Feature Request πŸ›οΈ With [support for locale-specific vocabularies in Concerto](https://github.com/accordproject/concerto/issues/360), we can now expose locale variants to users of Cicero templates ## Use Case A localised Cicero template would...

Type: Feature Request πŸ›οΈ
Type: Discussion πŸ—£
Difficulty: Medium

Currently, AP does not make a commitment to support periods for releases. - Major version releases are driven by features that require breaking changes. - Typically, patching is performed only...

Type: Discussion πŸ—£
Type: Need Investigation πŸ”¬

# Bug Report πŸ› The automated tests during the build pipeline have been failing on Windows for sometime. This needs further investigation https://travis-ci.org/github/accordproject/cicero/jobs/761196336 https://github.com/accordproject/cicero/runs/2200931027?check_suite_focus=true

Type: Bug πŸ›
Need More Info ℹ️
Type: Need Investigation πŸ”¬
Difficulty: Medium

**Describe the bug** Found by @4katie The travis test run for the `accordproject/cicero-template-library` fails intermittently due to timeouts during unit tests, especially for the `supplyagreement-perishable-goods` This is because the timeout...

Type: Feature Request πŸ›οΈ
Help Wanted πŸ†˜
Hacktoberfest
Difficulty: Medium

Currently Cicero does not impose any technical distinction between a contract and a clause template instance. It is only the template’s model that enforces any distinction, via getTemplateModel(). Intuitively, a...

Type: Feature Request πŸ›οΈ
Help Wanted πŸ†˜
Category: Design πŸ’Ž
1.0

A Cicero template is composed of three things: - a template grammar, i.e. natural language text with placeholders - logic, written in Ergo - a data model, written in CML....

Type: Feature Request πŸ›οΈ
Help Wanted πŸ†˜
Category: Design πŸ’Ž
1.0

Once this PR is merged into cicero models, https://github.com/accordproject/models/pull/4 The runtime should automatically add the value of the governing contract relationship if it is not specified in the source code.

Type: Feature Request πŸ›οΈ
1.0
1.0-feature

For example, when using an externally defined clause template within a contract template, the clause logic should be modular.

Type: Feature Request πŸ›οΈ
1.0
1.0-feature

**Describe the bug** If a `clause` doesn't use an `emits` declaration, compiled JS code always includes a JSDoc annotation `org.accordproject.base.Event`. **Expected behavior** I would expect the type checker to allow...

1.0
1.0-typing

Ergo should allow for strings in messages, such as in `enforce` statements, to be globalized / localized. https://github.com/hyperledger/composer/blob/master/packages/composer-common/lib/globalize.js

Type: Feature Request πŸ›οΈ