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

Upgrade to purity inference #84

Merged
merged 32 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e876973
update flake
lukewilliamboswell Dec 10, 2024
1a1ad4e
WIP upgrade to PI
lukewilliamboswell Dec 14, 2024
2430b7f
WIP -- what is up with roc__respondForHost_1_exposed generation???
lukewilliamboswell Dec 14, 2024
2055f57
remove roc_app, cleanup glue, still segfaultinggit commit -m
lukewilliamboswell Dec 15, 2024
b9865f3
upgrade platform using basic-cli
lukewilliamboswell Dec 16, 2024
319dc9a
WIP upgrade to PI
lukewilliamboswell Dec 16, 2024
fd2a8e0
fix jump-start... repro segfault on respond
lukewilliamboswell Dec 16, 2024
c47186e
try boxing request, using raw U64 for method
lukewilliamboswell Dec 16, 2024
76e941d
improve error handling when roc panics
lukewilliamboswell Dec 17, 2024
94170b2
fix segfault, lifetime issues with FFI
lukewilliamboswell Dec 18, 2024
b171c7f
upgrade examples command.roc, dir.roc, echo.roc, env.roc, error-handl…
lukewilliamboswell Dec 18, 2024
7431916
upgrade examples file-upload, file, hello-web, init-basic, result, sq…
lukewilliamboswell Dec 18, 2024
ee3cfd5
add examples env, temp-dir, todos
lukewilliamboswell Dec 18, 2024
d99fc8c
format build.roc to snake_case
lukewilliamboswell Dec 18, 2024
bd0e77c
update Modules from basic-cli
lukewilliamboswell Dec 18, 2024
aa85a23
fix roc_fx_sqlite_execute FFI
lukewilliamboswell Dec 18, 2024
f1c4480
pass in body as a seamless slice
bhansconnect Dec 18, 2024
36aeed5
pass all the strs as seamless roc strings
bhansconnect Dec 18, 2024
64ac929
remove unused import
bhansconnect Dec 18, 2024
4946aa2
change to UPPERCAST for http methods
lukewilliamboswell Dec 18, 2024
f5b87bb
fix roc box passing
bhansconnect Dec 18, 2024
32f63bf
remove reqwest, port Http.send_request! from basic-cli, update flake
lukewilliamboswell Dec 18, 2024
6f234fa
use basic-cli from git not local
lukewilliamboswell Dec 18, 2024
d61a378
fix typo
lukewilliamboswell Dec 18, 2024
44f811c
fix uri from hyper, restore todo.roc test
lukewilliamboswell Dec 18, 2024
d82ad30
revert Seamless Slices... fix file-upload-form example
lukewilliamboswell Dec 19, 2024
a924880
vendor test image remove dependency on imagemagick
lukewilliamboswell Dec 19, 2024
c3ccce1
actually remove the call to magick in expect script
lukewilliamboswell Dec 19, 2024
749b559
fix camelCase in multipart form data
lukewilliamboswell Dec 19, 2024
6d9f4a7
fix camelCase in SplitList.roc
lukewilliamboswell Dec 19, 2024
bf53228
use try exclusively in examples
lukewilliamboswell Dec 19, 2024
a224973
remove file added by mistake
lukewilliamboswell Dec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ examples/hello-web
examples/file-upload-form

# for file-upload-form test
red_test_image.png
curl_file_output.txt

.DS_Store
Expand Down
Loading
Loading