Commit graph

8642 commits

Author SHA1 Message Date
Folkert
71857e83d0 remove if that is always true 2021-06-26 21:44:04 +02:00
Folkert
8aa3690d77 fix test in release mode 2021-06-26 20:03:53 +02:00
Anton-4
f5a7604b83 type tooltip tests 2021-06-26 17:11:17 +02:00
Folkert
98a9dc0945 remove tag id from data bytes for non-recursive tags 2021-06-26 17:01:23 +02:00
Anton-4
38db75614e updated VarStore without cloning 2021-06-26 13:50:56 +02:00
Anton-4
2aa412f836 made VarStore cloneable to make type tooltips work 2021-06-26 12:14:21 +02:00
Anton-4
98db393587
Merge pull request #1437 from rtfeldman/editor-inspiration
Added hazel livelit to editor inspiration
2021-06-26 11:47:26 +02:00
Anton-4
ff2ed8a1a4
Added hazel livelit to editor inspiration 2021-06-26 10:53:53 +02:00
Folkert de Vries
b3c3e1e598
Merge pull request #1436 from rtfeldman/tag-representation
change non-recursive tag representation
2021-06-26 00:06:04 +02:00
Folkert de Vries
40c70c5a3a
Merge branch 'trunk' into tag-representation 2021-06-25 22:57:17 +02:00
Folkert
6e150b57f1 cleanup 2021-06-25 22:53:36 +02:00
Folkert
e2a3e6792d add assert 2021-06-25 22:37:30 +02:00
Folkert
32dcd96f80 extract duplicated logic 2021-06-25 22:33:29 +02:00
Folkert
fd9b826398 fix the issues 2021-06-25 22:27:11 +02:00
Anton-4
c22b0bcec9
Merge pull request #1434 from rtfeldman/wgpu9
updated editor to wgpu 9.0
2021-06-25 19:39:07 +02:00
Anton-4
47fe878492 updated to wgpu 9.0, added editor inspiration 2021-06-25 19:07:14 +02:00
Folkert de Vries
6edc6d6994
Merge pull request #1433 from rtfeldman/zig-has-tag-id
Zig tag has id
2021-06-25 12:43:40 +02:00
Folkert
3e5d2351a5 Merge branch 'zig-has-tag-id' into tag-representation 2021-06-24 22:28:48 +02:00
Folkert
fc4f04dbd8 clean up variable names 2021-06-24 21:21:07 +02:00
Folkert
8d9f5b078e fix ffi 2021-06-24 21:11:25 +02:00
Folkert
a05d8b52c0 make things compile 2021-06-24 20:31:14 +02:00
Folkert
2355bbf815 updates 2021-06-24 20:25:06 +02:00
Folkert
0eba188493 WIP 2021-06-24 20:12:37 +02:00
Folkert
f8bdf05f90 has_tag_id from zig 2021-06-24 20:12:05 +02:00
Folkert
5ed33da026 add instname flag to debugir 2021-06-23 14:05:23 +02:00
Folkert
d2fe546803 remove unused branch 2021-06-23 14:05:07 +02:00
Richard Feldman
4a5df543a5
Merge pull request #1432 from rtfeldman/morphic-lowlevel
Morphic lowlevel
2021-06-22 23:46:51 -04:00
Richard Feldman
44ecef71c6
Merge pull request #1430 from rtfeldman/hello-world
Use nicer Hello World
2021-06-22 23:40:35 -04:00
Folkert
c7ed7d453f only use update_mode when defined 2021-06-22 21:42:04 +02:00
Folkert
27308e98b7 use morphic update mode 2021-06-22 20:53:55 +02:00
Folkert
059cac3b98 remove ListSetInPlace 2021-06-22 20:34:59 +02:00
Richard Feldman
4c74db5fe9 Merge remote-tracking branch 'origin/trunk' into hello-world 2021-06-21 22:49:35 -04:00
Richard Feldman
841895dff0 Fix tests 2021-06-21 22:49:30 -04:00
Richard Feldman
07dea4ee04
Merge pull request #1431 from rtfeldman/remove-dec-docs
Remove Dec docs
2021-06-21 22:47:58 -04:00
Jared Ramirez
f162fdf640
Merge branch 'trunk' into remove-dec-docs 2021-06-21 17:03:25 -07:00
Jared Ramirez
d401133edc Remove Dec docs 2021-06-21 17:02:54 -07:00
Richard Feldman
ebf7e6e3b9 Add RocStr.capacity and isNullTerminated 2021-06-21 19:05:12 -04:00
Richard Feldman
d11f42743c Update a comment 2021-06-21 19:05:12 -04:00
Richard Feldman
66bdb210ed Have Hello World write to a fd
This is a much nicer host to read than the one that does
all the gymnastics to convert to a null-terminated string
just to call printf!
2021-06-21 19:05:12 -04:00
Richard Feldman
bdc0456996 Drop unused function which failed on small strings 2021-06-21 19:05:12 -04:00
Richard Feldman
6b8c39c8cb Don't hardcode 16 bytes in str.zig 2021-06-21 19:05:12 -04:00
Richard Feldman
89996c4b43 Drop obsolete comment 2021-06-21 19:05:12 -04:00
Richard Feldman
179a3bdbb1
Merge pull request #1429 from rtfeldman/closure-unions-coerce-to-tag
simplify struct access in mono IR
2021-06-21 19:03:25 -04:00
Folkert
6890193917 fix comment 2021-06-21 23:28:38 +02:00
Folkert
e80f8a5114 refactor 2021-06-21 23:24:55 +02:00
Folkert
84855dae5e rename in mono tests 2021-06-21 23:16:09 +02:00
Folkert
98b4930054 rename 2021-06-21 23:14:05 +02:00
Folkert
f57e7a6eed add assert 2021-06-21 23:13:29 +02:00
Folkert
f3b23a6a54 get rid of Wrapped 2021-06-21 23:10:56 +02:00
Folkert
205b168f16 rename 2021-06-21 23:02:49 +02:00