Commit Graph

91 Commits

Author SHA1 Message Date
Richard Feldman
b6157e76b8
Fix type mismatch in exit code 2022-09-19 21:12:48 -04:00
Ross Smyth
80f14f61df
Add safe layout reprs and safety comments about layout 2022-08-13 03:49:12 -04:00
dependabot[bot]
3b2e16216f
Bump nix from 0.20.0 to 0.20.2 in /examples/gui/platform
Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.20.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.20.2/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.20.0...v0.20.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-12 21:09:47 +00:00
Richard Feldman
7b2c1a7e64
s/trunk/main/g 2022-08-12 15:24:37 -04:00
Richard Feldman
97e2900bf5
s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
Ayaz Hafiz
fe215cd9b6
Update example lockfiles due to https://github.com/rtfeldman/roc/pull/3691 2022-08-10 20:24:19 -07:00
Anton-4
6a15a7b41b
changed Cargo versions from 0.1.0 to 0.0.1 2022-08-03 11:41:19 +02:00
Richard Feldman
7908e8c176
roc format examples 2022-07-13 23:16:09 -04:00
Richard Feldman
aa7822d5cd
roc format examples 2022-07-11 13:14:35 -04:00
Richard Feldman
496fd6e8bb
roc format examples 2022-07-11 13:14:01 -04:00
Richard Feldman
61a05c7059
roc format examples 2022-07-06 15:10:17 -04:00
Richard Feldman
44f27c4378
roc format examples 2022-07-06 14:00:45 -04:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
Richard Feldman
2dd28c6be3
Remove Package-Config.roc from examples 2022-06-16 15:21:55 -04:00
Richard Feldman
52dc59383b
Update Cargo.lock on examples 2022-06-15 12:08:06 -04:00
Richard Feldman
228793002c
Stop using ReferenceCounted in examples 2022-05-26 11:41:42 -04:00
Richard Feldman
4eec34becf
Update to use new square brace formatting 2022-05-22 23:15:54 -04:00
Sean Hagstrom
c53f6cf2fe
formatter: remove spaces at the beginning and end of single-line square bracket expressions 2022-05-22 14:06:34 +01:00
Sean Hagstrom
08777434b6
formatter: support removing blank lines between all when branches in when expressions 2022-05-19 09:26:04 +01:00
Anton-4
4eb02e08b3
removed unnecessary resolver 2022-05-16 17:14:03 +02:00
Anton-4
0f59f3097a
cargo fix --edition 2022-05-16 17:04:17 +02:00
Sean Hagstrom
b147890b08 feat(formatter): implement outdent formatting for multiline lists and records 2022-04-24 16:52:02 +01:00
Richard Feldman
698603aae7
Restore examples/gui to trunk version 2022-04-14 08:18:59 -04:00
Richard Feldman
f327e34d34
Merge branch 'toF32' into breakout 2022-04-07 18:58:13 -04:00
Richard Feldman
97fff2e84d
Re-render in reponse to keyboard input 2022-04-03 23:32:32 -04:00
Anton-4
ace5b066f8 fixed high mem+CPU usage for gui-example and editor 2022-04-01 09:41:13 +02:00
Richard Feldman
283d92e3cd
Fix gui example host 2022-03-26 16:14:05 -07:00
Richard Feldman
2ffb74e5fa
Reproduce U32s being wrong 2022-03-26 13:04:43 -04:00
Richard Feldman
4882fb4a06
Revert "Reproduce gui example segfault"
This reverts commit 459c411cd2.
2022-03-26 13:01:54 -04:00
Richard Feldman
459c411cd2
Reproduce gui example segfault 2022-03-26 13:01:49 -04:00
Richard Feldman
b1b3d92b04
Merge remote-tracking branch 'origin/trunk' into focus 2022-03-26 00:41:45 -04:00
Anton-4
c04b5c9c04
Removed iced label 2022-03-09 18:45:44 +01:00
Anton-4
71ad4b4ab7
fixed large memory consumption
Reducing MAX_QUADS to 1,000 reduced memory consumption to 43MB
2022-03-09 18:05:04 +01:00
Jan Van Bruggen
99c825aa99 Simplify example platform names 2022-03-07 19:59:29 -07:00
Derek Gustafson
1c9e0c57bf
Make RocDecs display properly in webrepl. 2022-03-06 11:52:25 -05:00
Richard Feldman
261b406137
Use roc_alloc over Box::new when making elems 2022-03-06 08:40:29 -05:00
Richard Feldman
8f7f03343d
Add Debug instance for RocElem 2022-03-05 20:49:14 -05:00
Richard Feldman
258ffee84a
Reproduce RocElem segfault 2022-03-05 17:10:41 -05:00
Richard Feldman
873fad275f
Add some focus tests 2022-03-05 17:10:41 -05:00
Richard Feldman
c8ad0abec4
Use ElemId over raw pointers 2022-03-05 17:10:41 -05:00
Richard Feldman
665e71ba1f
Comment out some unused stuff 2022-03-05 17:10:41 -05:00
Richard Feldman
cb635ef301
Delete obsolete rects_and_texts 2022-03-05 14:21:20 -05:00
Richard Feldman
8302b732b8
First pass at Focus 2022-03-05 11:51:13 -05:00
Richard Feldman
9bf513b55c
Render height and width 2022-03-05 11:35:28 -05:00
Richard Feldman
3b6c66ccb2
Make a separate .gitignore for gui platform
This is just so I can open it in my editor and have
the editor pick up on the .gitignore
2022-03-05 11:35:28 -05:00
Richard Feldman
38fd3108f2
Use Program in examples/gui 2022-03-05 11:24:08 -05:00
Richard Feldman
d7b3a3f943
Format examples/gui 2022-02-25 23:19:24 -05:00
Richard Feldman
bec1fec695
Work around https://github.com/rtfeldman/roc/issues/2586 2022-02-25 23:07:23 -05:00
Richard Feldman
5cf0aa9899
Work around https://github.com/rtfeldman/roc/issues/2585 2022-02-25 23:06:52 -05:00
Richard Feldman
b21fdca968
Change some styles in examples/gui/Hello.roc 2022-02-25 22:38:58 -05:00