SysML-v2-Pilot-Implementation icon indicating copy to clipboard operation
SysML-v2-Pilot-Implementation copied to clipboard

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization

Results 8 SysML-v2-Pilot-Implementation issues
Sort by recently updated
recently updated
newest added

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...

As suggested below, raising this as an issue. _Originally posted by @seidewitz in https://github.com/Systems-Modeling/SysML-v2-Pilot-Implementation/issues/309#issuecomment-1003191208_ A demonstrator `Dockerfile`: https://github.com/Rots/SysML-v2-Pilot-Implementation/blob/illegal-xml/Dockerfile Context for the issue: I'm trying to use the pilot implementation libraries...

Finally a long overdue draft pull request, aligned with the latest state of branch master ... The following has been implemented: - Created initial definitions for curved spatial coordinate frames...

The changes made in PR #552 resulted in uses of the `%viz` command in the Jupyter environment to sometimes throw a `ConcurrentModificationException`. This happens when traversing the `ownedRelationships` of an...

It would be nice to have more magic commands in jupyter for managing a SysML project, for instance: - Not only committing to a SysMLV2 API server, but also pulling...

Class KerMLScope depends on injection to set field qualifiedNameConverter. However, instances of KerMLScope are created using `new` (KerMLScopeProvider line 160), so nothing is injected. One effect is that calling Namespace.resolve()...

Hi At present eclipse pilot implementation depends on plantuml 2022 and this adds problems with the eclipse plugin updates. Manifest allows Eclipse to update PlantUML core to 2023 which breaks...

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...