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

Restructure compiler-plugin module #149

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

Mr3zee
Copy link
Collaborator

@Mr3zee Mr3zee commented Aug 4, 2024

Subsystem
Compiler plugin

Problem Description
compiler-plugin has wrong structure of submodules.

Solution
New structure mirrors one that is dominant in Kotlin repository:

  • backend - for IR extension plugin
  • common - for common declarations
  • k2 - for K2 FIR plugin
  • cli - for Plugin registrar, entry point for the whole plugin

@Mr3zee Mr3zee self-assigned this Aug 4, 2024
@Mr3zee Mr3zee requested a review from e5l August 4, 2024 20:39
@Mr3zee Mr3zee force-pushed the compiler-plugin-module-structure branch from 7c91664 to 09a3d91 Compare August 6, 2024 13:53
@Mr3zee Mr3zee changed the base branch from k2-plugin-yarn-lock to compiler-plugin August 6, 2024 13:53
@Mr3zee Mr3zee force-pushed the compiler-plugin-module-structure branch from 09a3d91 to 52c6be7 Compare August 6, 2024 13:54
@Mr3zee Mr3zee force-pushed the compiler-plugin-module-structure branch from 52c6be7 to 5e7505d Compare August 6, 2024 13:55
@Mr3zee Mr3zee merged commit ea1a35c into compiler-plugin Aug 6, 2024
@Mr3zee Mr3zee deleted the compiler-plugin-module-structure branch August 6, 2024 13:58
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