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

Add missing field to pubspec #47

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

jxstxn1
Copy link
Contributor

@jxstxn1 jxstxn1 commented Mar 6, 2024

Addressing Issue #46

Adding missing values which can occur in a pubspec to the PubSpec Package using extension methods.
I implemented methods which are listed here https://dart.dev/tools/pub/pubspec, but aren't part of the PubSpec package.

Also added a set of test to make sure parsing is working as expected

Copy link
Owner

@leoafarias leoafarias left a comment

Choose a reason for hiding this comment

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

LGTM

@leoafarias
Copy link
Owner

It seems some tests failed. Let me know if you have it passing on your end, and I can check if anything has changed

@jxstxn1
Copy link
Contributor Author

jxstxn1 commented Mar 7, 2024

Fixed the tests from this PR.
I noticed that 3 existing tests are also failing. Should I fix them too?

@leoafarias
Copy link
Owner

It seems the schema had changed. Will have to update it

@leoafarias
Copy link
Owner

@jxstxn1 I had to do a major schema change to this might be a major version bump. Just merged into your fork, let me know if you see any regressions, but now there is a more complete schema

@leoafarias leoafarias merged commit a4ea990 into leoafarias:main Mar 8, 2024
1 check passed
@jxstxn1 jxstxn1 deleted the add-missing-field-to-pubspec branch April 22, 2024 09:27
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.

2 participants