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 scala 2.13 and scala 3 build for codegen lib #181

Merged
merged 3 commits into from
Sep 23, 2023

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Sep 22, 2023

Copy link
Member

@He-Pin He-Pin left a comment

Choose a reason for hiding this comment

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

Lgtm

/** Takes Scala binary version and returns suggested dependency Seq */
def suggestedDependencies: ScalaBinaryVersion => Seq[Artifact]

def registerExtensions(registry: ExtensionRegistry): Unit = {}
Copy link
Member

Choose a reason for hiding this comment

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

Add sclaladoc too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the original code (still in use for scala 2.12 compile) does not have scaladoc so I don't want to make the 2 versions differ from each other

Copy link
Member

Choose a reason for hiding this comment

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

okay, but you can add doc in both place :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not a fan of hijacking PRs to make unrelated changes - if you want new scaladoc, create a new Issue or PR

@pjfanning pjfanning merged commit 53f91e8 into apache:main Sep 23, 2023
16 checks passed
@pjfanning pjfanning deleted the codegen-scala2.13 branch September 23, 2023 09:25
@pjfanning pjfanning added this to the v1.0.1 milestone Sep 23, 2023
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