SysML-v2-Release icon indicating copy to clipboard operation
SysML-v2-Release copied to clipboard

The latest incremental release of SysML v2. Start here.

Results 19 SysML-v2-Release issues
Sort by recently updated
recently updated
newest added

# Summary Install of jupyter SysMLv2 pilot on Ubuntu 20.04 following [instructions](https://github.com/Systems-Modeling/SysML-v2-Release/tree/master/install/jupyter#linux) does not result in functioning kernel. # Context - OS: Ubuntu 20.04.3 - Shell: bash - System Python:...

The two "abstract ref connection" constraints that seek to re-define an instance of 'trailerHitch' to different multiplicities errors out with the warning: "Should be an accessible feature (use dot notation...

Example [Vehicle Example/VehicleDefinitions.kerml] ``` package VehicleDefinitions { doc /* * Example vehicle definitions model. */ /* BLOCKS */ ^^^^ class Vehicle; class Transmission; ``` either a grammar issue and 'doc'...

The standard doc defines ``` OwnedExpression = ConditionalExpression | BinaryOperatorExpression | UnaryOperatorExpression | ClassificationExpression | MetaclassificationExpression | ExtentExpression | PrimaryExpression ; ``` which is, I think missing ` | ConditionalBinaryOperatorExpression...

Dear Developers, In Base.kerml is the abstract datatype DataValue defined. Furthermore, the abstract feature dataValues is defined as a (possibly infinite) sequence of instances of DataValue. However, no abstract datatype...

Dear Developers, Is the import at https://github.com/Systems-Modeling/SysML-v2-Release/blob/ea55c154de2fcec6c0458571ca18b3dd452dc409/sysml/src/training/06.%20Enumeration%20Definitions/Enumeration%20Definitions-1.sysml#L2 needed? If not, please remove. If so, could you explain better in the documentation? Greetings, Pierre

This sysml ``` action singleton_merge_ref { action A; action B; merge C; action D; first A; then B; then C; then D; } ``` is interpreted as ![image](https://github.com/Systems-Modeling/SysML-v2-Release/assets/18348654/c4e6911c-0a98-4feb-9061-e4feeb5cd6e1) While this...

With the newest release `2023-02`, a coworker found they were unable to install SysML2's PlantUML through Eclipse, because Eclipse was looking in the wrong location for the install. [This](https://github.com/himi/p2-update-puml-sysmlv2/tree/main/updates) link...

# Description When creating a new SysML notebook, the console displays the following warning: ``` /home/.../anaconda3/lib/python3.10/site-packages/notebook/services/contents/manager.py:353: MissingIDFieldWarning: Cell is missing an id field, this will become a hard error in...

Installed 2024-02 release and noticed that the \ tag is missing on \ elements. However, the \ tag is visible on \ elements. From the SysMLv2 spec, it seems the...