Skip to content
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

manager/asdf: support multiple tool versions per line #24973

Open
rarkins opened this issue Oct 3, 2023 · 4 comments
Open

manager/asdf: support multiple tool versions per line #24973

rarkins opened this issue Oct 3, 2023 · 4 comments
Labels
good first issue Suitable for new contributors manager:asdf Related to the asdf manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Oct 3, 2023

Describe the proposed change(s).

Add support for multiple tool versions per line.

Example test today limited to one:

it('only captures the first version', () => {
const res = extractPackageFile('nodejs 16.16.0 16.15.1');
expect(res).toEqual({
deps: [
{
currentValue: '16.16.0',
datasource: 'node-version',
depName: 'node',
},
],
});
});

Related discussion: #24968

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others status:ready manager:asdf Related to the asdf manager labels Oct 3, 2023
@secustor secustor added the good first issue Suitable for new contributors label Oct 3, 2023
@Suraj-kumar00
Copy link

Suraj-kumar00 commented Oct 7, 2023

Hi @rarkins, How are you doing?
Can I pick this up? And can you please help to understand it more so that I solve this issue?

@rarkins
Copy link
Collaborator Author

rarkins commented Oct 7, 2023

Please ask in #24968 if anything there is unclear

@MPV
Copy link
Contributor

MPV commented Dec 3, 2023

@Suraj-kumar00 Any plans/ideas on how to solve this?

@Suraj-kumar00
Copy link

Hi @MPV I want to be honest with you,actually I haven't understood the problem clearly and you haven't replied so i forgot to do this how I'm busy till 14 december because my exams are going on. Like if it's not require to solve this issue fast I can take it after my exams and can you please help me to understand this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Suitable for new contributors manager:asdf Related to the asdf manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

4 participants