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

kiwi_generator cannot be used with newer analyzers #117

Closed
bummsa opened this issue Jun 10, 2024 · 8 comments · Fixed by #119
Closed

kiwi_generator cannot be used with newer analyzers #117

bummsa opened this issue Jun 10, 2024 · 8 comments · Fixed by #119
Assignees
Labels
bug Something isn't working kiwi generator kiwi_generator package outdated versions One or more versions are outdated

Comments

@bummsa
Copy link

bummsa commented Jun 10, 2024

Hi all,

I have problems when I try to use realm library with realm (and realm_generator) because of the version mismatch for the analyzer lib.

Because realm_generator >=1.6.1 depends on analyzer ^6.0.0 and kiwi_generator 4.1.0 depends on analyzer ^5.4.0, realm_generator >=1.6.1 is incompatible with kiwi_generator 4.1.0.
So, because shared_proj depends on both kiwi_generator 4.1.0 and realm_generator 3.0.0, version solving failed.

Cheers
Bummsa

@jk-hub
Copy link

jk-hub commented Jun 20, 2024

the same issue have you found any solution to it ?

@bummsa
Copy link
Author

bummsa commented Jun 20, 2024

No, unfortunately not, unless to write the generated codes manually

@jk-hub
Copy link

jk-hub commented Jun 20, 2024

hope the new Kiwi generate will also get an update

@gbtb16 gbtb16 added bug Something isn't working kiwi generator kiwi_generator package outdated versions One or more versions are outdated labels Jun 20, 2024
@gbtb16
Copy link
Owner

gbtb16 commented Jun 20, 2024

Hi @bummsa! Thanks for your contribution to Kiwi.

I recently upgraded kiwi to 5.0 and was finalizing some changes to kiwi_generator to upgrade it to 5.0 as well. This would include upgrading all dependencies.

However, since some people have expressed a need for this, I'll release the version 4.2.0 with the new dependency update, and in the future release 5.0 with the other changes I've been working on.

@jk-hub
Copy link

jk-hub commented Jun 21, 2024

@gbtb16 when is the new is coming out for kiwi_generator

@bummsa
Copy link
Author

bummsa commented Jun 25, 2024

@gbtb16 That sounds great! When can we expect version 4.2?

@gbtb16
Copy link
Owner

gbtb16 commented Jun 28, 2024

@bummsa, I'll update it today.

Once it's pushed, I'll tag you in a comment below so we can try to fix your problem as quickly as possible.

@gbtb16
Copy link
Owner

gbtb16 commented Jul 22, 2024

Hi @bummsa!

Sorry for the delay in updating the analyzer version. I've been dealing with a number of high priority requests, and because I've been having some problems updating the analyzer version, I left it on standby until I could properly check the version upgrade.

However, I have now upgraded and we now have kiwi version v5.0.1 (fixing pub.dev score issues) and kiwi_generator v4.2.1 (fixing the analyzer and using kiwi version 5.0.1).

If possible, please test them and send us feedback so that we can assess whether the change was actually correct!

Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kiwi generator kiwi_generator package outdated versions One or more versions are outdated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants