Richard Feldman
|
0a50b0b488
|
Change license to UPL-1.0
Closes https://github.com/rtfeldman/roc/issues/1199
|
2021-04-21 19:18:44 -04:00 |
|
Richard Feldman
|
1b9898d053
|
Merge pull request #1216 from rtfeldman/tooltip_inference_wiring
Tooltip inference wiring, backspace bugfix
|
2021-04-21 07:58:06 -04:00 |
|
Richard Feldman
|
3a9fe52e98
|
Merge branch 'trunk' into tooltip_inference_wiring
|
2021-04-21 07:53:26 -04:00 |
|
Richard Feldman
|
13719c6cf6
|
Merge pull request #1215 from rtfeldman/empty_record_tooltip
empty record tooltip
|
2021-04-21 07:53:01 -04:00 |
|
Anton-4
|
721ef6405d
|
cleanup
|
2021-04-21 11:33:06 +02:00 |
|
Anton-4
|
6232e4716c
|
connected tooltip rendering with constraints stuff
|
2021-04-20 19:39:10 +02:00 |
|
Anton-4
|
2c055c28f1
|
added comments for test helper functions
|
2021-04-20 11:58:16 +02:00 |
|
Anton-4
|
c3f22a6689
|
Merge branch 'trunk' of github.com:rtfeldman/roc into empty_record_tooltip
|
2021-04-20 11:39:09 +02:00 |
|
Anton-4
|
0703b2454b
|
replaced String with PoolStr in SelectedExpression.type_str. Set up tooltip test for empty record. closes #1213 #1214
|
2021-04-20 11:38:17 +02:00 |
|
Richard Feldman
|
8975074518
|
Merge pull request #1212 from rtfeldman/tooltip
Type tooltip on selection
|
2021-04-19 18:50:46 -04:00 |
|
Richard Feldman
|
da8f8e5712
|
fix typo in comment
|
2021-04-19 18:50:41 -04:00 |
|
Anton-4
|
c3a562ccb4
|
fmt
|
2021-04-19 17:58:19 +02:00 |
|
Anton-4
|
d29d227163
|
Merge branch 'trunk' of github.com:rtfeldman/roc into tooltip
|
2021-04-19 17:54:08 +02:00 |
|
Anton-4
|
e5ed330fc2
|
function rename
|
2021-04-19 17:53:44 +02:00 |
|
Anton-4
|
23d2b2d407
|
type tooltip rendering
|
2021-04-19 15:55:32 +02:00 |
|
Richard Feldman
|
a93955fa6b
|
Merge pull request #1210 from rtfeldman/docs-work
Misc Docs Work
|
2021-04-18 20:12:41 -04:00 |
|
Richard Feldman
|
6a0014f644
|
Merge pull request #1209 from rtfeldman/bump-hashbrown
Bumpalo + hashbrown
|
2021-04-18 19:54:28 -04:00 |
|
Chadtech
|
11ffc707b5
|
Merge branch 'trunk' into docs-work
|
2021-04-18 18:02:06 -04:00 |
|
Chadtech
|
af10bb45f3
|
Reduce unqualified importing in markdown_to_html function
|
2021-04-18 17:58:47 -04:00 |
|
Chadtech
|
345dd0c071
|
Turn off all options on markdown parser
|
2021-04-18 17:58:18 -04:00 |
|
Chadtech
|
5c0c81978d
|
Use Nat instead of Int in padGraphemes Str docs
|
2021-04-18 17:48:20 -04:00 |
|
Chadtech
|
2c5e541705
|
Render entry docs as markdown
|
2021-04-18 17:42:58 -04:00 |
|
Chadtech
|
406860f121
|
reference TypeAnnotation from ast as ast::TypeAnnotation so that the name TypeAnnotation can be reused in roc_load::docs
|
2021-04-18 16:17:59 -04:00 |
|
Folkert de Vries
|
4a48f85108
|
Merge branch 'trunk' into bump-hashbrown
|
2021-04-18 15:38:35 +02:00 |
|
Folkert
|
cdf5b89f9a
|
using hashbrown + bumpalo in practice
|
2021-04-18 15:35:43 +02:00 |
|
Folkert
|
383f35db5a
|
bump bumpalo
|
2021-04-18 14:36:47 +02:00 |
|
Richard Feldman
|
e62e56ca86
|
Merge pull request #1205 from rtfeldman/selection
shortcut to select surrounding expression, backspace to replace expression with blank
|
2021-04-17 22:10:06 -04:00 |
|
Richard Feldman
|
79264b53b6
|
Merge branch 'trunk' into selection
|
2021-04-17 14:23:20 -04:00 |
|
Richard Feldman
|
1f78e29b3c
|
Merge pull request #1202 from rtfeldman/constrain_expr2_empty_record
Constrain Expr2::EmptyRecord
|
2021-04-17 14:23:11 -04:00 |
|
Richard Feldman
|
c81568ad14
|
Merge pull request #1201 from rtfeldman/forward-args
`roc run` passes extra arguments to app being run
|
2021-04-17 14:19:04 -04:00 |
|
Anton-4
|
633e10f9e9
|
tooltip on expression selection progress
|
2021-04-17 19:46:28 +02:00 |
|
Anton-4
|
216cd9f773
|
type
|
2021-04-17 16:18:46 +02:00 |
|
Anton-4
|
a0295381f7
|
changed PresentMode from Immediate to Mailbox, Immediate causes crash on close if something has been selected
|
2021-04-17 15:58:20 +02:00 |
|
Anton-4
|
63723805e8
|
simplification
|
2021-04-17 15:31:32 +02:00 |
|
Anton-4
|
f3a8b792ed
|
Merge branch 'trunk' into selection
|
2021-04-17 12:48:56 +02:00 |
|
Anton-4
|
8f6afab13e
|
fmt, cleanup, improved comments
|
2021-04-17 12:46:51 +02:00 |
|
Anton-4
|
97c67de37b
|
cleanup
|
2021-04-16 19:28:52 +02:00 |
|
Anton-4
|
aa73df1b63
|
lowered selection rectangle opacity
|
2021-04-16 18:14:05 +02:00 |
|
Anton-4
|
6eb1d28502
|
ctrl+shift+up to select surrounding expression, backspace to replace selected expression with blank
|
2021-04-16 17:25:30 +02:00 |
|
Lucas
|
f8c91a2000
|
Merge branch 'trunk' into constrain_expr2_empty_record
|
2021-04-16 08:25:37 -04:00 |
|
Richard Feldman
|
e168fb201d
|
Merge pull request #1203 from rtfeldman/authors
Add AUTHORS file
|
2021-04-16 08:21:37 -04:00 |
|
Lucas
|
d643fd6c9f
|
Merge branch 'trunk' into constrain_expr2_empty_record
|
2021-04-15 21:45:01 -04:00 |
|
rvcas
|
84fbacb40e
|
chore: commit .llvmenv config
|
2021-04-15 21:42:25 -04:00 |
|
rvcas
|
23f8eb62a8
|
feat(Expr2): constrain empty record
|
2021-04-15 21:42:06 -04:00 |
|
rvcas
|
47f1bad862
|
test(editor): constrain empty record
|
2021-04-15 21:41:15 -04:00 |
|
Richard Feldman
|
03049ca497
|
Add AUTHORS file
|
2021-04-15 19:06:00 -04:00 |
|
Richard Feldman
|
d2895c9e06
|
Drop superfluous '-present' copyright suffix
|
2021-04-15 18:33:31 -04:00 |
|
Richard Feldman
|
688216955e
|
Drop extraneous printing in CLI example
|
2021-04-15 18:32:57 -04:00 |
|
Richard Feldman
|
b0748b47d8
|
Make Echo.roc example executable
|
2021-04-15 18:32:57 -04:00 |
|
Richard Feldman
|
e02da00e4f
|
Drop obsolete comment
|
2021-04-15 18:32:57 -04:00 |
|