Draft
Conversation
3e9b419 to
6ef6ec7
Compare
6ef6ec7 to
4874cd5
Compare
|
Anything but python please. |
- spelling, CompilersType => CompilerType Contributed by STMicroelectronics Signed-off-by: Emil HAMMARSTEDT <emil.hammarstedt@st.com>
Whitespaces is throwing parser off
tools/projmgr/docs/Overview.md
Outdated
| ``` | ||
|
|
||
| The proposed component name syntax is: | ||
| `[Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]` |
There was a problem hiding this comment.
The >= operator has the drawback of potentially silently select incompatible versions, for example @>=1.0 could select version 2.0 which is considered a major (potentially incompatible) update. Other tools make use of the ~= operator to select compatible versions, see Python for instance. We could allow @~=1.1 which means version range [1.1.0, 2.0.0).
…for execution of external commands.
3b8d6cd to
9be8bfd
Compare
Section Name Conventions introduced
409545b to
25a0229
Compare
JonatanAntoni
suggested changes
Dec 16, 2021
Owner
Author
This is a temporary solution agreed with @ReinhardKeil and @jkrech. The sources for these binaries are not yet public. |
25a0229 to
ac7d80e
Compare
Added $Output(project) proposal
- Introduced in *.csolution solution:/projects:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.