-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curations: Update curations for Nuget packages #250
base: main
Are you sure you want to change the base?
Conversation
Update the curations by running the generation tasks in `tools/curations`. Signed-off-by: Martin Nonnenmacher <[email protected]>
That's really unfortunate, why fix the generated code instead of the generator? Also, it appears to me that the "fixes" did not fix any real issues as curations for non-published packages do not do any harm except for wasting a little space. |
Then maybe I'm mistaken, as I recall during the review that (some of) these packages are published. @fviernau can probably tell better. |
I had a look at one single package ( |
@mnonnenmacher I have a hunch you do not really understand the fixes I've made, so
The effort it took to investigate the issues caused by all these wrong curations was that huge,
Each of these fixes did fix any real issues, in contrast to the generated curations, where many of them seems to
Because the approach how these are generated does not work, and coming up with a better approach would mean redo it from scratch. Please, let's avoid generating more broken curations with this task. (A short summary of some of the fixes: Some packages have been released from multiple repositories. The fixes ensure that the vcs URL points to the repo the release has been created from, so that the SHA1 in the metadata |
curations: | ||
comment: "Set the VCS path of the module inside the multi-module repository." | ||
vcs: | ||
path: "src/Http/Http/src" | ||
- id: "NuGet:Microsoft.AspNetCore:Http:(2.1.34,3.0.0[" | ||
- id: "NuGet:Microsoft.AspNetCore:Http:[2.1.22,2.1.34]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not revert my fixes.
Update the curations by running the generation tasks in
tools/curations
.