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

Cleaning up IDE version differentiated files where files are identical #303

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

Kantis
Copy link
Member

@Kantis Kantis commented Jun 20, 2024

After dropping a lot of old versions in 48daacf we can commonize a lot of code that is identical across remaining IDE versions.

I used diff -rq src/IC-223 src/IC-231 and compared 223 to every other version. Turns out all was identical, except files.kt which is differing for IC242, so I let that file remain in the individual source dirs.

I also moved the plugin.xml into the common source set. Do you think that's alright to do?

After dropping a lot of old versions in 48daacf we can commonize a lot of code
that is identical across remaining IDE versions.
@Kantis Kantis assigned sksamuel and unassigned sksamuel Jun 20, 2024
@Kantis Kantis requested a review from sksamuel June 20, 2024 21:57
@sksamuel
Copy link
Member

If the plugin.xml is always the same its fine to share too.

@sksamuel sksamuel merged commit 4c05414 into master Jun 21, 2024
5 checks passed
@sksamuel sksamuel deleted the kantis/remove-duplicate-sources branch June 21, 2024 02:38
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