Skip to content

[projmgr] MVP prototype initial commit - #1

Draft
brondani wants to merge 30 commits into
mainfrom
mvp-prototype
Draft

[projmgr] MVP prototype initial commit#1
brondani wants to merge 30 commits into
mainfrom
mvp-prototype

Conversation

@brondani

Copy link
Copy Markdown
Owner

No description provided.

@brondani
brondaniforce-pushed the mvp-prototype branch 17 times, most recently from 3e9b419 to 6ef6ec7CompareOctober 5, 2021 11:25
@brondani
brondani marked this pull request as draft October 5, 2021 11:31
@0Grit

Copy link
Copy Markdown

Anything but python please.

Comment threadtools/projmgr/docs/Overview.md Outdated
```

The proposed component name syntax is:
`[Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]`

@JonatanAntoniJonatanAntoniNov 9, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

Section Name Conventions introduced

@JonatanAntoniJonatanAntoni left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please don't add binaries into the repository. You could create a release instead and attache the binaries there.

@brondani

Copy link
Copy Markdown
OwnerAuthor

Please don't add binaries into the repository. You could create a release instead and attache the binaries there.

This is a temporary solution agreed with @ReinhardKeil and @jkrech. The sources for these binaries are not yet public.

Sign up for freeto 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.

6 participants

@brondani@0Grit@JonatanAntoni@slhultgren@emilhammarstedtst@ReinhardKeil