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

feat: 1.2.0 #32

Merged
merged 41 commits into from
Aug 8, 2024
Merged

feat: 1.2.0 #32

merged 41 commits into from
Aug 8, 2024

Conversation

zlataovce
Copy link
Owner

@zlataovce zlataovce commented Dec 14, 2023

Changes:

@zlataovce zlataovce added this to the 1.2.0 milestone Dec 14, 2023
zlataovce and others added 12 commits December 15, 2023 16:02
* 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
@zlataovce zlataovce marked this pull request as ready for review April 10, 2024 17:58
Misat11 and others added 13 commits May 29, 2024 20:49
…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
@zlataovce zlataovce merged commit 25bbbfb into main Aug 8, 2024
1 check passed
@zlataovce zlataovce deleted the ver/1.2.0 branch August 8, 2024 19:41
@zlataovce zlataovce restored the ver/1.2.0 branch August 8, 2024 19:47
@zlataovce zlataovce deleted the ver/1.2.0 branch August 8, 2024 19:50
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.

3 participants