Matt Roberts
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...
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...
# 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
**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...
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...
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....
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.
For example, when using an externally defined clause template within a contract template, the clause logic should be modular.
**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...
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