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

Allow unit tests to build by removing references to @KotlinPoetKspPreview #30

Merged
merged 1 commit into from Jan 17, 2023

Conversation

GrahamBorland
Copy link
Contributor

@GrahamBorland GrahamBorland commented Jan 17, 2023

The KotlinPoetKspPreview annotation was removed in KotlinPoet 1.12.0. It's no longer needed since the relevant APIs were promoted to stable; see square/kotlinpoet#1263.

This allows the tests to build, although they don't actually pass for unrelated reasons.

@GrahamBorland GrahamBorland marked this pull request as ready for review January 17, 2023 12:25
@GrahamBorland
Copy link
Contributor Author

The README mentions

Typescript integration tests

so maybe these JUnit tests are obsolete and should just be removed instead? If so, could you please explain how to run the TS integration tests? Thanks!

@glureau
Copy link
Collaborator

glureau commented Jan 17, 2023

Thanks for the PR!

In the sample there is a run.sh script that will build and run the typescript tests. You're right, the kotlin ones can be removed.
https://github.com/deezer/KustomExport/blob/master/samples/run.sh

@glureau
Copy link
Collaborator

glureau commented Jan 17, 2023

CI currently broken (can't work on that currently) but no reason to not merge this PR.

@glureau glureau merged commit a7e76f3 into deezer:master Jan 17, 2023
@GrahamBorland GrahamBorland deleted the gb/fix-tests branch January 17, 2023 14:23
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.

None yet

2 participants