-
Notifications
You must be signed in to change notification settings - Fork 17
Add Task as a builtin module/type #58
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
Conversation
b4024c9 to
d38df0c
Compare
|
Rebased on main, and updated to use latest Currently fails with the following; |
|
I apologize for the many commits, I'm currently on Ubuntu and it's easiest to make all the changes using the github website. |
|
Right, backpassing is deprecated now, need to update some code... |
|
I'm going to try to make an llm perform all the backpassing changes :p |
We can probably leave this out, the user should be familiar with the basics once they use this example.
|
I'll clean this up now! |
|
Not much was really needed, we are now just waiting for a |
This is a twin PR for roc-lang/roc#6836 in the roc-lang/roc repo.
It updates the FFI in this platform to return exclusively Tasks, as well as removes this platform's Task module (and InternalTask).