Commit Graph

873 Commits

Author SHA1 Message Date
Anton-4
89b374692c
Added editor ideas 2021-12-10 19:13:01 +01:00
Folkert
9a74bf1f39 derive Default instances 2021-12-05 15:13:11 +01:00
Folkert
4af9539ce6 fixes by cargo clippy --fix 2021-12-05 15:04:28 +01:00
Anton-4
038c296891 replaced ArrayString with arrayvec 2021-11-30 14:06:36 +01:00
Cristiano Piemontese
6065bbda66 use path join instead of vec join 2021-11-22 15:31:57 +01:00
Richard Feldman
f80c4affb5
Merge pull request #2014 from rtfeldman/jthegedus-patch-1
docs: fix broken link to BUILDING_FROM_SOURCE
2021-11-18 09:11:49 -05:00
Folkert
9aca302c39 Merge remote-tracking branch 'origin/trunk' into deep-copy-var-to 2021-11-18 13:16:24 +01:00
James Hegedus
d04982cf98
docs: fix broken link to BUILDING_FROM_SOURCE 2021-11-18 21:38:33 +11:00
Folkert
237d8d1c0b fix the Default instance for subs
we later rely on some variables always existing (numbers, empty record, empty tag union)
but the default instance did not insert those
2021-11-17 16:29:16 +01:00
Callum Dunster
f972098e70 Move reporting module into root. 2021-11-16 19:58:21 +01:00
Folkert
f3cfd4d552 fix formatting 2021-11-13 16:25:59 +01:00
Folkert
d18c09a21d misc other clippy things 2021-11-13 16:04:50 +01:00
Folkert
5632e3159d remove im dependency where not needed 2021-11-10 16:00:22 +01:00
Anton-4
20ead3655f
add winit update suggestion 2021-11-08 12:13:18 +01:00
Brendan Hansknecht
73e2cbcb1e Make versions numbers consistent and matching the lock files 2021-11-06 13:24:45 -07:00
Brendan Hansknecht
4a4a07441e Merge remote-tracking branch 'origin' into deps 2021-11-06 13:10:33 -07:00
Richard Feldman
0eab20dbde
Merge pull request #1892 from rtfeldman/nix_M1_fix_v2
WIP Fix nix on Mac M1
2021-11-06 13:59:10 -04:00
Anton-4
69f6ffadab
Merge branch 'trunk' into deps 2021-11-06 18:07:34 +01:00
Kevin Sjöberg
f6d055dc62 Correct minor spelling mistakes 2021-11-06 15:29:08 +01:00
Anton-4
dff4ade794 fmt 2021-11-06 14:14:00 +01:00
Anton-4
cbd4de2799 update palette, wgpu11 fixes 2021-11-06 14:10:02 +01:00
Brendan Hansknecht
d49ac68bcc Update dep with major version changes 2021-11-05 19:19:37 -07:00
Brendan Hansknecht
bddc08c977 Remove unused dependencies 2021-11-05 16:58:11 -07:00
Anton-4
8729ed449f fmt+clippy 2021-11-05 13:21:09 +01:00
Anton-4
8580fb41a1 put editor sound behind feature 2021-11-05 12:27:17 +01:00
Anton-4
a3fc724df3 removed unused maplit 2021-11-03 10:50:25 +01:00
Richard Feldman
f5d16356e2 Mark it as okay that confy is unused 2021-11-02 19:37:05 -04:00
Richard Feldman
abe0da2eb0 Drop some unused deps 2021-11-02 19:37:05 -04:00
Richard Feldman
3f310df4b5 Drop unused roc_fmt dep 2021-11-02 19:37:05 -04:00
Richard Feldman
ffbf2b4276 Move some things to dev deps 2021-11-02 19:37:05 -04:00
Anton-4
674de9457b better nix editor instructions 2021-11-01 10:26:11 +01:00
Anton-4
9650736f49 can read escaped newlines correctly inside a string 2021-10-26 18:01:32 +02:00
Anton-4
39974ea039 Merge branch 'trunk' of github.com:rtfeldman/roc into function_closure_to_mark_node 2021-10-25 14:34:58 +02:00
Anton-4
5fa58c37e4 do on first, sorted errors by alphabet 2021-10-20 13:57:59 +02:00
Anton-4
c7c421b2f5 fixed scope lookup bug 2021-10-19 16:45:28 +02:00
Anton-4
0a77b3f334 debugging wrong id in docs test 2021-10-18 19:58:03 +02:00
Anton-4
a272765fc7 started using scope properly, improved error backtrace conversion 2021-10-16 19:37:20 +02:00
Anton-4
e003725f21 cleanup unwrap 2021-10-15 19:01:41 +02:00
Anton-4
d3f2b95f7a addes test to docs for function 2021-10-15 15:02:37 +02:00
Anton-4
428b4574ae Merge branch 'trunk' of github.com:rtfeldman/roc into function_closure_to_mark_node 2021-10-15 12:04:51 +02:00
Anton-4
0058037ed2 bugfixes 2021-10-13 17:41:26 +02:00
Anton-4
4828c9ba62 fmt 2021-10-13 12:37:30 +02:00
Anton-4
810c7dce80 bug fixes 2021-10-12 20:16:03 +02:00
Anton-4
37ba50e746 bug fixes involving IdentId 2021-10-11 20:16:22 +02:00
Anton-4
664ef04e5b
Merge branch 'trunk' into 1281-scale-nicely-when-code_font_size-changes 2021-10-08 12:35:49 +02:00
Anton-4
0889bac220 fixed caret width, calculate code_txt_xy y based on START_TIP 2021-10-08 12:33:56 +02:00
Richard Feldman
c07838e87c
Merge pull request #1749 from rtfeldman/editor_sound
play sound on F12
2021-10-07 22:36:31 -04:00
Richard Feldman
ced76a6a31
Merge pull request #1759 from rtfeldman/docs_markup
re-use editor markup for docs
2021-10-07 22:31:46 -04:00
Luiz de Oliveira
c18f4b2cc0 1281 use config code font size to draw tooltip 2021-10-07 21:56:59 -03:00
Zeljko Nesic
1e6ec6a464 Nice window title 2021-10-06 23:32:00 +01:00