Commit graph

13739 commits

Author SHA1 Message Date
Anton-4
1e20ff1a9a
Merge pull request #2579 from rtfeldman/underline_error
Editor: Underline Error
2022-02-26 11:44:00 +01:00
Anton-4
b46ef4d68d
fmt 2022-02-26 11:05:40 +01:00
Anton-4
26556c631b
refactor, allowed to specify full underline 2022-02-26 10:59:38 +01:00
Anton-4
a6fbe8fe8d
Put nix on top in BUILDING_FROM_SOURCE
Nix is the easiest way to build from source, it should be on top.
2022-02-26 08:54:44 +01:00
Brendan Hansknecht
dfa6d30812 fix escaped literals 2022-02-25 22:10:41 -08:00
Brendan Hansknecht
ffee5ab97a add some more tests, including failure for new line 2022-02-25 22:05:21 -08:00
Brendan Hansknecht
c025b8806b disable accidentally enabled test on dev backend 2022-02-25 21:07:20 -08:00
Brendan Hansknecht
203328da5c
Merge pull request #2581 from rtfeldman/cleanup-features
Cleanup features
2022-02-26 05:00:36 +00:00
Richard Feldman
d7b3a3f943
Format examples/gui 2022-02-25 23:19:24 -05:00
Brendan Hansknecht
39d070e543 flip platform flag to be default 2022-02-25 20:10:36 -08: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
Brendan Hansknecht
85ae871ced remove init_arch from link 2022-02-25 15:36:12 -08:00
Folkert de Vries
2285ba1ebb
Merge pull request #2578 from rtfeldman/simplify-ident-str
simplify `IdentStr`
2022-02-25 21:32:48 +01:00
Brendan Hansknecht
4d8239ea5c add safety comments 2022-02-25 12:00:25 -08:00
Brendan Hansknecht
6968647cc5 update versions to lockfile 2022-02-25 11:41:05 -08:00
Brendan Hansknecht
7db365f4ee flip platform flag to fix it 2022-02-25 11:39:49 -08:00
Brendan Hansknecht
c13c8ece1f pipe target and roc_build features around 2022-02-25 11:37:44 -08:00
Brendan Hansknecht
f59b5cab95 fix undefined symbols in roc_std with platform feature 2022-02-25 11:05:08 -08:00
Brendan Hansknecht
8393604b58 fix building without llvm 2022-02-25 10:41:11 -08:00
Brendan Hansknecht
3dce239bea remove default features from build to avoid accidentally including them 2022-02-25 10:19:43 -08:00
Emi Simpson
043923c62b
🧹 Clean up unused imports 2022-02-25 13:14:45 -05:00
rvcas
6e752645a6
feat: only render unline if attribute is there 2022-02-25 13:02:35 -05:00
rvcas
0853c0bdb7
feat: add underline colors to theme 2022-02-25 12:54:19 -05:00
rvcas
278bed1214
feat: render an error underline on text 2022-02-25 12:53:50 -05:00
rvcas
5e5446ef51
feat: expose underline style 2022-02-25 12:52:52 -05:00
rvcas
552d1c45cf
feat: create some underline styles data types 2022-02-25 12:52:12 -05:00
Richard Feldman
7a08c32c53
Fix cfg macro usage 2022-02-25 12:40:44 -05:00
Emi Simpson
10f665f6c5
Amend 4d10c22: 🐛 Fix a typo in doccomment for ModuleNotImported
blammed by the spellchecker!  how embarrassing
2022-02-25 11:46:46 -05:00
Emi Simpson
7db55e4662
📝️ Add a test for #2422 2022-02-25 11:41:47 -05:00
Richard Feldman
628d1ae30a
Merge remote-tracking branch 'origin/trunk' into gui-example 2022-02-25 11:21:50 -05:00
Richard Feldman
7dcd195071
cargo fmt 2022-02-25 11:21:40 -05:00
Tom Dohrmann
f1a18d6097 don't create slice from null pointer 2022-02-25 17:15:07 +01:00
Tom Dohrmann
ba311319bf move safe code out of unsafe block 2022-02-25 17:10:47 +01:00
Tom Dohrmann
25c668d72c simplify write_c_str and fix type 2022-02-25 17:03:30 +01:00
Tom Dohrmann
466d12a6ff simplify from_str 2022-02-25 17:01:35 +01:00
Tom Dohrmann
ea3f6210fa change from_slice to from_str 2022-02-25 16:59:39 +01:00
Tom Dohrmann
edd02e01e1 simplify clone 2022-02-25 16:56:50 +01:00
Tom Dohrmann
d2ff36c535 simplify get 2022-02-25 16:54:18 +01:00
Tom Dohrmann
f248643890 use Rust's default allocator 2022-02-25 16:51:49 +01:00
Tom Dohrmann
82377c3795
Merge pull request #2577 from rtfeldman/fix-ident-str-clone
fix `IdentStr::clone`
2022-02-25 16:43:50 +01:00
Brendan Hansknecht
cd0d89fdc9 Merge remote-tracking branch 'origin/trunk' into single-quote-literal 2022-02-25 07:39:58 -08:00
Brendan Hansknecht
7c6c9b52a9 Merge remote-tracking branch 'origin/trunk' into list-replace 2022-02-25 07:35:00 -08:00
Brendan Hansknecht
6e0b7b5b1d
Merge pull request #2576 from rtfeldman/fix-type-inferrence-errors
fix type inferrence errors on M1 macs
2022-02-25 15:31:51 +00:00
Richard Feldman
70bb9f9ef1
Fix hello-gui test linking on linux 2022-02-25 10:08:15 -05:00
Emi Simpson
40375adbb0
Merge remote-tracking branch 'upstream/trunk' into fix-panic-on-unimported-module 2022-02-25 09:18:19 -05:00
Tom Dohrmann
5245770e1a fix copy_length 2022-02-25 15:15:07 +01:00
Richard Feldman
a49b66e379
Merge branch 'trunk' into gui-example 2022-02-25 08:22:36 -05:00
Tom Dohrmann
954064fa1e make more types more explicit 2022-02-25 13:58:07 +01:00