Skip to content

Conversation

@kevin-delmas
Copy link
Collaborator

Description

Please indicate whether this pull request [adds/removes/fixes/replaces] the [feature/bug/etc].

What type of pull request is this? (check all applicable)

  • Feature
  • Bug Fix
  • Documentation Update
  • Style
  • Code Refactor
  • Performance Improvements
  • Test
  • Build
  • CI
  • Chore (Release)
  • Revert

Related Tickets & Documents

If possible ensure that you have provided in your commit message the issue id (
available here) this pull request fixes,
for instance to refer to issue #42 you can do:

git commit -m "solving issue #42 with ..."

Check here
for more information

Added tests?

  • yes
  • no, because they aren't needed
  • no, because I need help

Added to documentation?

  • README.md
  • doc
  • no documentation needed

Do we need to update pml analyzer version?

  • no
  • the pull request is only a bug fix, need a bug fix version update
  • the pull request add new features and ensures retro-compatibility, need a feature addition version update
  • the pull request is not ensuring retro-capatibility, need a major version update
  • not sure, I need help

Is this new version should be released as soon as possible?

  • yes
  • no
  • not sure, I need help

remove explicit usage of Transaction in all examples and tests.
need to only consider AtomicTransaction as a technical concept hidden from the user
Now simply a named type for a sequence of services.
User can only assert constraints on existing atomic transactions.
Need to perform the final renaming where Scenario becomes Transactions.
Need to check comments and doc to enforce consistency
@kevin-delmas kevin-delmas linked an issue Sep 9, 2025 that may be closed by this pull request
Move Transform to main operators.
Merge ToTransaction features into Transform.
Add Transform features directly to Platform and TransactionLibrary.
Need to complete the renaming Scenario into Transaction
… computation of Scenario parameters.

This requirement is fragile.
Perhaps consider another solution, but it would clash with the actual logic of mixin based assembly of platforms.
Note that former transaction (i.e. service path) is now an atomic transaction.
remove explicit usage of Transaction in all examples and tests.
need to only consider AtomicTransaction as a technical concept hidden from the user
Now simply a named type for a sequence of services.
User can only assert constraints on existing atomic transactions.
Need to perform the final renaming where Scenario becomes Transactions.
Need to check comments and doc to enforce consistency
Move Transform to main operators.
Merge ToTransaction features into Transform.
Add Transform features directly to Platform and TransactionLibrary.
Need to complete the renaming Scenario into Transaction
… computation of Scenario parameters.

This requirement is fragile.
Perhaps consider another solution, but it would clash with the actual logic of mixin based assembly of platforms.
Note that former transaction (i.e. service path) is now an atomic transaction.
…onera/pml-analyzer into 19-wording-for-scenario-and-transaction
@kevin-delmas kevin-delmas requested a review from a team September 10, 2025 13:31
@kevin-delmas kevin-delmas requested a review from ccoquand October 8, 2025 14:00
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi nommer une variable arbSc ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est une excellente question... arbTr aurait été plus pertinent

@ccoquand ccoquand merged commit 3616f6b into master Oct 9, 2025
1 check passed
@kevin-delmas kevin-delmas deleted the 19-wording-for-scenario-and-transaction branch October 9, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wording for scenario and transaction

3 participants