-
Notifications
You must be signed in to change notification settings - Fork 3
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: 1.2.0 #32
Merged
feat: 1.2.0 #32
Conversation
This file contains 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
* feat: support for Quilt Mappings * refactor(core): remove Fabric-only code from Quilt implementation * fix(core): log "quilt mappings" instead of just "quilt" * fix(core): fix missing license header * fix(generator-accessor-plugin): fix Quilt being missing from namespaceFriendlinessIndex * refactor(core): remove Fabric remnants from QuiltMetadataProvider and QuiltMappingResolver chore(core): lowercase Quilt mappings, fix typo * feat: support for Quilt Hashed mappings * fix: remove Hashed from default ancestry namespace list fix: add Hashed to namespace friendliness index * fix(accessor-generator-plugin): remove edit remnant --------- Co-authored-by: Matouš Kučera <[email protected]>
# Conflicts: # build.gradle.kts
* feat(generator-accessor): introduction of naming strategy * style(generator-accessor): this todo is useless since it has been fixed elsewhere Probably not the best way to fix that tho * feat(generator-accessor): additional naming strategies + licenses * fix(generator-accessor): fix generation * build: updated gradle, kotlin-conventions and -Xjvm-default flag * feat(generator-accessor): specifying custom package containing generator-accessor-runtime module * fix(generator-accessor): groovy dsl compatibility with StandardNamingStrategies enum * refactor: improve API, untested * fix: de-parallelize `AccessorGenerator` Fixes non-deterministic behavior of name conflict resolution, I don't think parallelization makes that much of a difference anyway. * deps: Kotlin, ASM, Jackson, KotlinPoet, SLF4J, Shadow * build: release 1.1.2 * refactor: re-add missing strategies, make them serializable * fix: pass correct input into `generateLookupClass` * feat(generator-accessor-plugin): add naming strategy shortcuts --------- Co-authored-by: Matouš Kučera <[email protected]>
# Conflicts: # build.gradle.kts # gradle/libs.versions.toml
# Conflicts: # build.gradle.kts
# Conflicts: # build.gradle.kts # core/build.gradle.kts
# Conflicts: # README.md # build.gradle.kts
# Conflicts: # generator/accessor/src/main/kotlin/me/kcra/takenaka/generator/accessor/context/impl/KotlinGenerationContext.kt
…r field (#40) * feat(generator-accessor): merge chained accessors into single accessor field * fix(generator-accessor): fix javadoc format * fix(generator-accessor): squash mappings as well, standalone counter for put mappings and accessor fields * feat(generator-accessor): kotlin support * style(generator-accessor): use filter and mutableListOf * refactor(generator-accessor): extract some common code from Java and Kotlin generation context * fix(generator-accessor): Kdoc generation for *Mapping classes * refactor(generator-accessor): improve chain resolving logic Co-authored-by: Matouš Kučera <[email protected]> * fix(generator-accessor): fucking whitespace * refactor: simplify --------- Co-authored-by: Matouš Kučera <[email protected]>
# Conflicts: # build.gradle.kts # generator/accessor/src/main/kotlin/me/kcra/takenaka/generator/accessor/context/impl/JavaGenerationContext.kt # generator/accessor/src/main/kotlin/me/kcra/takenaka/generator/accessor/context/impl/SourceTypes.kt
…45) * feat(generator-accessor): add mapping website link to accessors *doc * chore(generator-accessor): use toInternalName extension function
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.
Changes:
ResolveMappingsTask
(generator-accessor-plugin).maven-metadata.xml
files to catch changes (feat: validate SHA1 hashes of Yarn and Quilt cached metadata #35).@since
and@version
tags to generated accessors (feat(generator-accessor): add @since and @version tags to javadocs in generated Accessors #38).