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

Support extracting language versions from files #216

Open
mjpitz opened this issue Feb 5, 2021 · 2 comments
Open

Support extracting language versions from files #216

mjpitz opened this issue Feb 5, 2021 · 2 comments
Labels
effort: 2 good first issue Good for newcomers. help type: feature Brand new functionality, features, pages, workflows, endpoints, etc. work: obvious The situation is obvious, best practices used.

Comments

@mjpitz
Copy link
Member

mjpitz commented Feb 5, 2021

While the extractor pulls out dependency versions, it doesn't pull out language versions.

Java - pom - https://www.baeldung.com/maven-java-version
Java - gradle - https://docs.gradle.org/current/userguide/building_java_projects.html
NodeJS - package.json - https://docs.npmjs.com/cli/v6/configuring-npm/package-json#engines
Go - go.mod - go key
Go - Godeps - https://github.com/tools/godep/blob/master/Godeps/Godeps.json#L3
Rust - Cargo.toml - not set?
Composer - https://andy-carter.com/blog/composer-php-platform

This shouldn't be too hard since we're already in there.

@mjpitz mjpitz added effort: 2 good first issue Good for newcomers. help type: feature Brand new functionality, features, pages, workflows, endpoints, etc. work: obvious The situation is obvious, best practices used. labels Feb 20, 2021
@mjpitz
Copy link
Member Author

mjpitz commented Feb 20, 2021

This should be stored on the edge between the source and module.

@mjpitz
Copy link
Member Author

mjpitz commented Feb 20, 2021

This will require an associated depscloud/api change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 2 good first issue Good for newcomers. help type: feature Brand new functionality, features, pages, workflows, endpoints, etc. work: obvious The situation is obvious, best practices used.
Projects
None yet
Development

No branches or pull requests

1 participant