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

Without distributed #1854

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0d8f394
represent unresolved cells using a `Set{Cell}` instead of `Dict`
Pangoraw Oct 25, 2021
a4c6a3d
add several broken macro tests and some fixed too
Pangoraw Oct 25, 2021
5dc100a
unresolve dependencies when defining a new macro
Pangoraw Oct 25, 2021
e925ef1
not distributed
Pangoraw Oct 25, 2021
51c5a84
fix static_resolve
Pangoraw Oct 25, 2021
598575a
fix test
Pangoraw Oct 25, 2021
a5865c3
test #1591
Pangoraw Oct 25, 2021
0116f95
report real timings for macros
Pangoraw Oct 26, 2021
19f6f6e
wrap macro calls in functions
Pangoraw Oct 26, 2021
f31a67e
update comment in `can_be_function_wrapped`
Pangoraw Oct 26, 2021
a5bbe95
remove upper bound in timing test
Pangoraw Oct 26, 2021
70b09f4
Merge remote-tracking branch 'origin/main' into small_update_macro_ru…
Pangoraw Oct 28, 2021
e77142a
use cell UUIDs as computer keys
Pangoraw Oct 28, 2021
18b3517
self updating channel
Pangoraw Oct 28, 2021
43b9092
Macros independent of computers!
dralletje Oct 29, 2021
3348601
Make the "Undefined variable" check in computers a bit less hacky
dralletje Oct 29, 2021
282b839
Make Computers work with `if false; x = 10; end`
dralletje Oct 29, 2021
c8e007d
I KEEP DOING THIS
dralletje Oct 29, 2021
76b3a88
Ah this is what expr_hash is for
dralletje Oct 29, 2021
ae2c9f6
Maybe maybe maybe
dralletje Oct 30, 2021
d673cee
My bad this really is the last
dralletje Oct 30, 2021
80c2af2
GiveMeCellID!!
dralletje Oct 30, 2021
f09c51b
Make sanitize_expr stricter because I can
dralletje Nov 1, 2021
77067f7
Getting started
dralletje Nov 2, 2021
8be0bb2
Trying
dralletje Jan 25, 2022
e6a692c
:shrug:
dralletje Jan 25, 2022
a667938
Merge branch 'main' into without-distributed
dralletje Jan 25, 2022
917ae62
tryin trying trying
dralletje Jan 25, 2022
a158e6b
Was hoping this would give me more insight but mehh
dralletje Jan 25, 2022
945cef2
Update Project.toml
fonsp Jan 26, 2022
c2f5bc7
Merge branch 'main' into without-distributed
dralletje Feb 3, 2022
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
Prev Previous commit
Next Next commit
🤷
  • Loading branch information
dralletje committed Jan 25, 2022
commit e6a692c131cd450f02f29b577f3f66b8ecc83b05
Loading