-
Notifications
You must be signed in to change notification settings - Fork 15
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
Is this library production ready for CLJS? #22
Comments
Hi - I used it for CLJS quite a bit in the past, but haven't recently. Let
me look into it. I know other people have been using in it CLJS.
Alan
…On Mon, Mar 27, 2023 at 3:19 AM Roger Lam ***@***.***> wrote:
I'm trying to use the library for a shadow-cljs project. Believe I've got (:require-macros
... correct, but got a lot of warning like:
------ WARNING #2 - :undeclared-var --------------------------------------------
Resource: tupelo/core.cljc:403:54
Use of undeclared Var tupelo.core/Character
--------------------------------------------------------------------------------
...
And there are codes marked fix for CLJS related to error outputs.
If it's not ready for CLJS, it'd be good to mention in the readme.
Or do I miss anything?
—
Reply to this email directly, view it on GitHub
<#22>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXA6GJIMC2GW5OS3GH3IVLW6FSTDANCNFSM6AAAAAAWI7LWQ4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I went through the code and made sure I could compile and run all the unit tests using shadow-cljs. Could you please let me know if the new version is OK for you? It is 23.03.28-SNAPSHOT Thanks, |
Hi Alan, thanks for your effort! I just tested and got a different (kind of) error this time: You could reproduce it by checking out this branch of my logseq plugin project: Specifically the commit causing the issue is: Not sure if I don't get macro setup correct in the cljs file ... |
Shadow-cljs test results (nodejs backend)
I have not tried using it with Babashka yet, although that is on the todo list. I'll look into your example for logseq. Alan |
I had the same error with Thanks ! |
Hi - The "-SNAPSHOT" stuff is just for internal testing and should not be
used by anyone. There is a newer version 23.05.04 that is for general use.
Alan
…On Tue, May 9, 2023 at 8:06 AM Roland Thiolliere ***@***.***> wrote:
I had the same error with 23.03.28-SNAPSHOT (tupelo.core not available)
but the more recent 23.03.17 is working fine and removed all the warnings
in cljs under shadow-cljs. I assume this version number was a mistake ?
Thanks !
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXA6GLZUB3F4ZVJELRYHL3XFJMPNANCNFSM6AAAAAAWI7LWQ4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Let me know if anything else crops up! |
I'm trying to use the library for a shadow-cljs project. Believe I've got
(:require-macros ...
correct, but got a lot of warning like:And there are codes marked fix for CLJS related to error outputs.
If it's not ready for CLJS, it'd be good to mention in the readme.
Or do I miss anything?
The text was updated successfully, but these errors were encountered: