Replies: 2 comments 2 replies
-
In regards of dokka, did u saw this https://kotlinlang.org/docs/dokka-migration.html? Dokka (1.x) seems to be a bit outdated and they changed quite a lot in version 2. |
Beta Was this translation helpful? Give feedback.
-
Thanks for letting us know! Also, somehow I missed this topic while I was out, apologies for the late response. These PRs all look good! I don't think you need to wait to submit these PRs. My immediate goal is to review your existing PRs, and I don't know if having these future PRs in really changes anything. If anything, it helps us understand where you would like to take things (especially a PR that replaces |
Beta Was this translation helpful? Give feedback.
-
Here is a list of things I've been working on. I'm hesitant to submit more PRs before my pending PRs have been reviewed, but I thought that announcing my plans might help with coordinating efforts.
Status: finished
Status: finished
VmObjectLike.iterateMemberValues(Consumer)
with external iterators for properties, elements, entries, and membersThis solves many current issues, both user-facing and internal. Example:
Status: in progress (most effort is in testing)
@Nullable
annotationsStatus: in progress, blocked on feedback on codegen-java: Support generating @Nullable annotations #811
TypeNode
In particular,
TypeNode.executeEagerly
should be replaced withEagerListingTypeNode
andEagerMappingTypeNode
.This will also enable to bring back specializations that had to be removed when
executeEagerly
was introduced.Status: started
org.jspecify.annotations.Nullable
Status: not started, best done after (2) has landed
EconomicMap.create()
withEconomicMap.emptyMap()
for maps that are never mutatedStatus: abandoned, didn't seem worth the PR overhead
Beta Was this translation helpful? Give feedback.
All reactions