Skip to content

Conversation

jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented Jun 6, 2025

as discussed in #233 we need to tell which component type to use for just-in-time compilers and interpreters.

This PR adds the information to the spec.

@jkowalleck jkowalleck requested a review from a team as a code owner June 6, 2025 13:35
@jkowalleck jkowalleck linked an issue Jun 6, 2025 that may be closed by this pull request
@jkowalleck jkowalleck added this to the 1.7 milestone Jun 6, 2025
@jkowalleck jkowalleck changed the title JIT compilers & runtimes are "platforms" JIT compilers & interpreters are "platforms" Jun 6, 2025
Copy link
Member

@stevespringett stevespringett left a comment

Choose a reason for hiding this comment

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

IMO, the sentence should read:

A runtime environment that interprets or executes software. This may include runtimes such as those that execute bytecode, just-in-time compilers, interpreters, or low-code/no-code application platforms.

"which" is replaced with "that" and the two "or" that precede "just-in-time" and "interpreters" are removed.

Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck
Copy link
Member Author

IMO, the sentence should read:

A runtime environment that interprets or executes software. This may include runtimes such as those that execute bytecode, just-in-time compilers, interpreters, or low-code/no-code application platforms.

"which" is replaced with "that" and the two "or" that precede "just-in-time" and "interpreters" are removed.

thank you for the review. Applied the changes: used your proposed text.

@jkowalleck jkowalleck requested review from a team and stevespringett June 10, 2025 14:12
@jkowalleck jkowalleck merged commit d88ff39 into 1.7-dev Jun 16, 2025
9 checks passed
@jkowalleck jkowalleck mentioned this pull request Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: new ComponentType "runtime"

2 participants