[FIR] Change companion extension (de)serialization#6495
[FIR] Change companion extension (de)serialization#6495Kirill Rakhman (cypressious) wants to merge 2 commits into
Conversation
Code Owners
|
|
|
Write companion extension receiver type to a new field instead of reusing the extension receiver parameter field. Don't write the isStatic flag for companion extensions because it can be inferred from the new field mentioned above. #KT-87389 Fixed
b04264f to
898f41e
Compare
Wojtek Kaliciński (wojtek-kalicinski)
left a comment
There was a problem hiding this comment.
/final
Dmitriy Novozhilov (demiurg906)
left a comment
There was a problem hiding this comment.
/final
|
Please create a follow-up issue for supporting the new metadata field in |
|
Inviting Dmitrii Gridin (@dimonchik0036) as an owner of the deserialization subsystem. |
Alexander Udalov (udalov)
left a comment
There was a problem hiding this comment.
I suggest to increase MetadataVersion.INSTANCE to 2.4.1. It will help in case we'd need some dirty hacks to differentiate between the old and new metadata.
|
No description provided.