Ed Seidewitz

Results 5 issues of Ed Seidewitz

This pull request corrects bugs related to the parsing of **message** declarations. 1. A **message** declaration is parsed as a FlowConnectionUsage, which, as currently implemented, must have end features that...

This PR updates the Jupyter deployment to upgrade the version of JupyterLab from 2.x to 3.x, which allows the use of Node.js version 16.x. This is then consistent with the...

This PR corrects missing implicit specializations of `Objects::objects` and `Objects::Object::subobjects` in certain cases for port usages and occurrence usages. 1. A nested composite port usage (i.e., a subport) explicitly typed...

bug

This PR fixes a non-conformance in the implementation of implied redefinitions for actor and stakeholder parameters. The KerML semantic constraint `checkFeatureParameterRedefinition` requires that a feature that is a parameter redefine...

bug

This PR fixes a bug which caused the methods `Definition::getVariant` and `EnumerationDefinition::getEnumeratedValue` to always return the empty list for enumeration definitions, even if the enumeration definition did, in fact, have...

bug