-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Error parsing triggers: Cannot find module 'kotlinx-atomicfu' with 0.25.3 #529
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
Comments
Signed-off-by: Alex Saveau <[email protected]>
What kind of integration tests you are looking and what |
I could give you my project, but you'll have to setup the Firebase CLI. Run |
Can you, please, include some relevant pieces of your build log to help me pinpoint the problem? It is really strange, since 0.25.3 coroutines artifacts do not depends on |
I've found where the extra dependency on |
@elizarov Awesome! And don't worry about my project specifically, I'd just like to see a general "Does this work at runtime" integration test for JS. My project will compile, but it will fail when running |
I have no idea either, nor I know how to write a test to check. All I can say is that I see all the latest versions of |
Yeah, that's exactly the problem: because it isn't declared, the Firebase thing freaks out. As long as you fix the leak, it should work. 🤷♂️ |
BTW, for my project, did you say |
Something went wrong with npm upload in this release. Wrong aftefact got uploaded. For JS use 0.25.0 for now, there are no changes. Will fix. |
SGTM 👍 |
The title should specify that it only affects JS. |
@elizarov Could you please add integration tests? It seems like the
atomicfu
stuff keeps breaking every other release.The text was updated successfully, but these errors were encountered: