Commit Graph

8959 Commits

Author SHA1 Message Date
Richard Feldman
1bc1b1c502
Merge pull request #1488 from rtfeldman/hello-rust-example
add a "hello-rust" example
2021-07-20 20:42:20 -04:00
Richard Feldman
002129e473
Merge pull request #1485 from rtfeldman/cleanup
Examples cleanup
2021-07-20 20:41:36 -04:00
Brian Hicks
45887b6d1a add a "hello-rust" example 2021-07-20 09:22:40 -05:00
Anton-4
aeb9422fef Merge branch 'trunk' of github.com:rtfeldman/roc into bench-false-positives 2021-07-20 15:44:20 +02:00
Anton-4
fad56e9402 back to normal nqueens params 2021-07-20 15:43:57 +02:00
Anton-4
f989c42d3d test nqueens regression 2021-07-20 14:57:59 +02:00
Anton-4
d964d34ff4 fmt 2021-07-20 14:42:36 +02:00
Anton-4
6e18e149d9 minor cleanup 2021-07-20 14:29:30 +02:00
Anton-4
a3f7c6accf cleaned up benchmark script, now doing 200 runs per bench repeated 3 times to confirm 2021-07-20 14:10:35 +02:00
Richard Feldman
ea08a19045 Move multi-dep tests back into their own tests 2021-07-20 07:23:30 -04:00
Richard Feldman
c2e1b52008 Don't try to run examples/tea in cli_run 2021-07-20 07:23:18 -04:00
Richard Feldman
78e762a270 Remove examples/shared-quicksort for now 2021-07-20 07:15:42 -04:00
Richard Feldman
37e67e58a3 Remove examples/task for now 2021-07-20 07:14:39 -04:00
Richard Feldman
e0c89e1208 Fix missing stdin values in cli_run 2021-07-20 07:13:00 -04:00
Richard Feldman
660faa3bf1 Remove examples/custom-malloc for now 2021-07-20 07:12:25 -04:00
Richard Feldman
3a575d1c9d Make examples/hello-zig like examples/hello 2021-07-19 22:47:18 -04:00
Richard Feldman
087752175c Disable testing examples/cli for now 2021-07-19 22:47:18 -04:00
Richard Feldman
1e9a5420c8 Fix some cli_run expectations 2021-07-19 22:47:18 -04:00
Richard Feldman
10166d5fc3 rm -rf examples/tea 2021-07-19 22:47:18 -04:00
Richard Feldman
a675d61a74 rm -r examples/cli 2021-07-19 22:47:18 -04:00
Richard Feldman
f938c71272 Fix some incorrect branch merge stuff 2021-07-19 22:46:59 -04:00
Richard Feldman
c4616b6da8
Merge branch 'trunk' into run-all-examples 2021-07-19 22:29:25 -04:00
Richard Feldman
043b0f0077 Fully qualify Task 2021-07-19 22:27:47 -04:00
Richard Feldman
6eaf2c7f80 Use fx.Effect instead of Effect 2021-07-19 22:24:05 -04:00
Richard Feldman
db69ae1db1 Move model/msg Package-Config code to examples/tea
examples/effect has no need for this!
2021-07-19 22:23:39 -04:00
Richard Feldman
fdb44d2e78
Merge pull request #1484 from rtfeldman/effect-example
Effect example
2021-07-19 22:07:05 -04:00
Richard Feldman
6c44714b2a Drop obsolete dbg! 2021-07-19 20:51:02 -04:00
Richard Feldman
0dd05b02d5 Merge remote-tracking branch 'origin/trunk' into effect-example 2021-07-19 20:50:31 -04:00
Richard Feldman
70e952b0c1
Merge pull request #1477 from rtfeldman/morphic-recursive-types
Morphic recursive types
2021-07-19 20:49:31 -04:00
Folkert
b70ecf6351 make Effect simpler 2021-07-19 22:28:19 +02:00
Folkert
8eb0c6fbb8 fix example 2021-07-19 22:19:55 +02:00
Folkert
89fd4c3074 test for malformed header 2021-07-19 20:37:39 +02:00
Folkert
0d606a348e add intrinsics back in ?! 2021-07-18 23:25:31 +02:00
Jared Ramirez
1b1d9a7ecf Merge branch 'add-dec-types' of https://github.com/rtfeldman/roc into add-dec-types 2021-07-18 14:13:59 -07:00
Jared Ramirez
a763e046fc Better inline of isDigit 2021-07-18 14:13:12 -07:00
Folkert
4b2804019d add unreachable based on invariants 2021-07-18 22:54:03 +02:00
Folkert
23ea151d5f make decimal math ops correctly report overflow 2021-07-18 22:04:32 +02:00
Folkert
2b5ec3dcf1 centralize overflow error reporting 2021-07-18 20:50:15 +02:00
Folkert
074aba0012 less nullable 2021-07-18 20:00:41 +02:00
Folkert
b0a07558f1 decimal toStr maxInt and minInt tests 2021-07-18 19:52:05 +02:00
Folkert
bc88fc3880 refactor decimal toStr 2021-07-18 19:48:26 +02:00
Folkert
cb42f0c039 Merge remote-tracking branch 'origin/trunk' into add-dec-types 2021-07-18 16:54:38 +02:00
Folkert de Vries
beb3f9fed9
Merge branch 'trunk' into morphic-recursive-types 2021-07-18 16:50:40 +02:00
Richard Feldman
e7223fe176
Merge pull request #1474 from rtfeldman/reset-reuse
Reset reuse
2021-07-18 07:07:24 -04:00
Richard Feldman
24f45f6437
Merge branch 'trunk' into reset-reuse 2021-07-17 20:59:44 -04:00
Richard Feldman
3105818f92
Merge branch 'trunk' into run-all-examples 2021-07-17 20:57:51 -04:00
Jared Ramirez
de7cab629d
Merge branch 'trunk' into add-dec-types 2021-07-17 17:21:40 -07:00
Jared Ramirez
bb7e0097d1 Use constants; Inline RocDec.isDigit 2021-07-17 17:21:16 -07:00
Richard Feldman
c9703e34fe Merge remote-tracking branch 'origin/trunk' into examples 2021-07-17 20:08:47 -04:00
Richard Feldman
202c706468
Merge pull request #1479 from rtfeldman/morphic-astar
Morphic astar
2021-07-17 19:59:31 -04:00