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 validation to ensure valid moduleCode #123

Merged

Conversation

yadunut
Copy link

@yadunut yadunut commented Apr 7, 2024

This PR closes #70.
By proxy, this PR also closes #72, closes #84. However would like to double check for this one.
Closes #110.
Closes #108.
Closes #91.
Closes #105.
Closes #122.
Closes #104.
Closes #78.

@yadunut yadunut marked this pull request as draft April 7, 2024 09:12
@yadunut
Copy link
Author

yadunut commented Apr 7, 2024

So this hinges on the fact that I can get reading module_data working in shadowJar files...

@yadunut yadunut marked this pull request as ready for review April 7, 2024 09:30
@yadunut
Copy link
Author

yadunut commented Apr 7, 2024

Fixed the shadowjar issue. Whoever is reviewing this, if you don't mind, pls checkout this branch and run

  1. ./gradlew shadowJar
  2. cd build/libs
  3. java -jar addressbook.jar
  4. list_modules m/cs should return a list of modules

@yadunut yadunut requested a review from a team April 7, 2024 09:31
@yadunut yadunut force-pushed the fix-duplicate-modules branch from c789b5f to 72bf467 Compare April 7, 2024 09:50
Copy link

@blaukc blaukc left a comment

Choose a reason for hiding this comment

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

image

your list_modules works, lgtm

@yadunut yadunut merged commit 2148947 into AY2324S2-CS2103T-W12-2:master Apr 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment