-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update deps and builtins #16
Conversation
I arrived here from lukewilliamboswell/roc-htmx-tailwindcss-demo#3 and wasn't sure if it was more appropriate to post here or there, but these seem to be specific to While #16 does compile, this line needs to be changed to Also, maybe this is a linux thing, but when I build
... I must There is one more issue, but it seems to be harmless since I can build the project with the resulting
|
Thanks for reporting those issues and sorry you ran into them @igray! I just merged this PR so you can build from
Hm that's odd, I haven't run into that before. Unfortunately I don't have a linux machine accessible to test on right now. Does that happen if you build rtl without adding
I believe that is this issue roc-lang/roc#7127. |
Thanks for looking into this @isaacvando! I can confirm I realize this cli/args issue likely has nothing to do with this project and rather belongs to the basic-cli repository, so I will put together an MRE and submit an issue there, but to follow up to your question: No, building without --optimize does not change anything. Here's a more concise example:
Note: roc-lang/roc#7127 is not happening in the above example, but still does when running from |
Thanks @igray! Can you link the basic-cli issue here once you open it? |
@isaacvando After reproducing locally, I'm convinced this is roc-lang/basic-cli#82 . It happens every time with |
Ah okay, glad to hear it's known. Thanks for looking into it! |
Partially completed. I'm stuck a little on updating the Parser, but thought I would share progress so far.
I was updating this as it's it may be related to this issue lukewilliamboswell/roc-htmx-tailwindcss-demo#3