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

feat: support parsing mix.lock #124

Merged
merged 3 commits into from
Jul 5, 2022
Merged

feat: support parsing mix.lock #124

merged 3 commits into from
Jul 5, 2022

Conversation

G-Rath
Copy link
Owner

@G-Rath G-Rath commented Jun 24, 2022

This adds initial support for parsing mix.lock files - this is not an ecosystem/language/tool (Elixir/Erlang) I'm familiar with so I'm taking a blind approach: everything I've seen so far in my research indicates this is a well formatted and stable file, so I'm parsing it as such.

If folks report issues we can expand the parser to support those if/when they come up.

@G-Rath G-Rath force-pushed the support-parsing-mix branch 5 times, most recently from 06f08b9 to 70d0585 Compare June 26, 2022 01:52
Copy link

@joshmcarthur joshmcarthur left a comment

Choose a reason for hiding this comment

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

LGTM with what I know of mix, which is sufficient to install and upgrade packages only ;-)

@G-Rath G-Rath marked this pull request as ready for review July 5, 2022 19:25
@G-Rath G-Rath force-pushed the support-parsing-mix branch 2 times, most recently from 74cd04f to 9f504f2 Compare July 5, 2022 19:39
@G-Rath G-Rath merged commit 7d9ec98 into main Jul 5, 2022
@G-Rath G-Rath deleted the support-parsing-mix branch July 5, 2022 19:45
Sign up for free to 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.

None yet

2 participants