test: Add test project for arrow-optics with Maven configuration and sample tests #63#67
Merged
test: Add test project for arrow-optics with Maven configuration and sample tests #63#67
Conversation
…sample tests #63 - Introduced `test-projects/arrow-optics` with initial Maven setup (#63). Added `Person` and `Address` data classes with optics annotations. - Implemented tests to validate optics code generation. - Updated KSP plugin version in `sample-project` pom.xml to 0.3.2. - Enhanced Makefile to include arrow-optics project testing.
|
Caution Review failedThe pull request is closed. 📝 WalkthroughSummary by CodeRabbit
WalkthroughA new Arrow Optics test project is introduced alongside build system updates. The Makefile is modified to include test execution for the new project. The KSP Maven plugin dependency is upgraded to version 0.3.2, and a complete test project with POM configuration, sample Kotlin code, and test cases is added. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add test project for arrow-optics with Maven configuration and sample tests #63
test-projects/arrow-opticswith initial Maven setup (An example with Arrowkt Optics #63). AddedPersonandAddressdata classes with optics annotations.sample-projectpom.xml to 0.3.2.Description
🎯 What's the purpose of this PR?
To verify #63
🏔️ PR Size Check
Estimated lines changed:
🔄 Type of Change
🧪 How Has This Been Tested?
Testing checklist: