Commit Graph

19289 Commits

Author SHA1 Message Date
Jan Van Bruggen
4625a0a869
Rephrase CPU-related "platform"/"host" to "target"/"your machine" 2022-09-11 10:25:02 -06:00
Jan Van Bruggen
5717f698d8
Rename internal precompiled flag to prebuilt 2022-09-11 10:25:01 -06:00
Jan Van Bruggen
68be131bd7
Rephrase "precompiled platform" to "prebuilt platform" 2022-09-11 10:25:01 -06:00
Jan Van Bruggen
50a8cff460
Rephrase "host-application linking" to "platform-..." 2022-09-11 10:25:01 -06:00
Jan Van Bruggen
5663a1d9f9
Rephrase "precompiled host" to "precompiled platform"
This is for clarity to Roc app developers, for whom "host" is not
necessarily in their Roc vocabulary. Additionally, this phrasing
is simply more accurate.
2022-09-11 10:25:01 -06:00
Jan Van Bruggen
97ce32ebde
Rephrase "Rebuilding host" to "Rebuilding platform" 2022-09-11 10:25:01 -06:00
Folkert de Vries
63a0deceff
Merge pull request #4004 from roc-lang/windows-instructions
windows BUILDING_FROM_SOURCE update
2022-09-11 16:32:42 +02:00
Richard Feldman
08d69ea565
Merge pull request #4005 from roc-lang/faq-currying-pipe-operator
Revise FAQ entry on currying and pipe operator
2022-09-10 12:10:31 -07:00
Richard Feldman
5c8f91be88
Revise FAQ entry on currying and pipe operator
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-09-10 11:52:05 -04:00
Anton-4
f2c7fb8b09
windows BUILDING_FROM_SOURCE update
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-10 17:17:51 +02:00
Richard Feldman
90923c5a87
Merge pull request #4003 from roc-lang/windows-do-not-drop
Windows do not drop
2022-09-09 19:28:29 -07:00
Folkert
fbc5412161
ignore another test 2022-09-09 23:20:11 +02:00
Folkert
b8a5d69578
ignore another test on windows 2022-09-09 23:20:11 +02:00
Folkert
5d60ffeebf
disable a segfaulting test on windows 2022-09-09 23:20:11 +02:00
Folkert
57201db2f6
windows: temporarily do not drop gen_test results 2022-09-09 23:20:10 +02:00
Richard Feldman
3e1ca37b9e
Merge pull request #3950 from roc-lang/keep-dll-loaded
keep dll loaded
2022-09-09 14:19:35 -07:00
Ayaz
5b4b2c1306
Merge pull request #4002 from roc-lang/macos_nightly_test_fix
macos x86_64 nightly testing flake fix
2022-09-09 15:53:05 -05:00
Jan Van Bruggen
aec2baefe3
Merge pull request #3997 from roc-lang/lint_markdown
Lint all markdown files once, guided by markdown-cli2
2022-09-09 09:27:31 -06:00
Anton-4
04dbf12c7a
re-enable cron 2022-09-09 17:01:40 +02:00
Anton-4
cfc1b37fbd
remove debug stuff 2022-09-09 16:59:57 +02:00
Anton-4
b8e10dc66b
Merge branch 'macos_nightly_test_fix' of github.com:roc-lang/roc into macos_nightly_test_fix 2022-09-09 16:59:00 +02:00
Anton-4
0ffcced84d
put back old PR workflows 2022-09-09 16:57:53 +02:00
Anton-4
1a1f1b6f57
authenticate request with GITHUB_TOKEN
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-09 16:52:25 +02:00
Anton-4
7a9d60424a
cat roc_releases.json
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-09 16:15:33 +02:00
Anton-4
8a7feff4ca
temp removed other PR ci stuff, add wc 2022-09-09 16:10:25 +02:00
Jan Van Bruggen
b9eca52dde
Remove linter script & config (for now) 2022-09-09 01:12:32 -06:00
Jan Van Bruggen
30fec8eacd
Add missing h1s 2022-09-09 01:12:32 -06:00
Jan Van Bruggen
8bbfd68621
Add language to all fenced code blocks
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md040
2022-09-09 01:12:31 -06:00
Jan Van Bruggen
9cf7bdcccf
Use dashes for list markers
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004
2022-09-09 01:12:31 -06:00
Jan Van Bruggen
de53e04fe9
Use 0, 2, 4, 6... for list indentation levels
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md007
2022-09-09 01:12:31 -06:00
Jan Van Bruggen
432459253b
Remove trailing spaces
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md009
2022-09-09 01:12:31 -06:00
Jan Van Bruggen
2cbfef490a
Fix space positioning typo 2022-09-09 01:12:31 -06:00
Jan Van Bruggen
072a6bd002
Eliminate consecutive newlines
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md012
2022-09-09 01:12:30 -06:00
Jan Van Bruggen
051059e151
Replace tabs with spaces
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md010
2022-09-09 01:12:30 -06:00
Jan Van Bruggen
3902668ce5
Add angle brackets to bare URLs
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md034
2022-09-09 01:12:30 -06:00
Jan Van Bruggen
3fa6e4c6ef
Ensure one trailing newline per .md file
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md047
2022-09-09 01:12:30 -06:00
Jan Van Bruggen
60e8634737
Remove superfluous heading 2022-09-09 01:12:30 -06:00
Jan Van Bruggen
3219178003
Ensure only one h1 per .md file
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md025
2022-09-07 23:27:18 -06:00
Jan Van Bruggen
56b858e537
Remove extra spaces after list markers
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md030
2022-09-07 23:18:17 -06:00
Jan Van Bruggen
19052e7009
Align list indentation
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md005
2022-09-07 23:18:04 -06:00
Jan Van Bruggen
c45db47cad
Replace emphasis underscores with asterisks
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md049
2022-09-07 23:18:03 -06:00
Jan Van Bruggen
26a1abfea8
Add blank lines around lists
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md032
2022-09-07 23:18:03 -06:00
Jan Van Bruggen
e3071a22b0
Add blank lines around headings
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md022
2022-09-07 23:18:03 -06:00
Jan Van Bruggen
6229eb54ca
Add blank lines around fenced code blocks
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md031
2022-09-07 23:18:03 -06:00
Jan Van Bruggen
0ec886513f
Customize markdownlint-cli2 config to fit current Roc 2022-09-07 23:18:03 -06:00
Jan Van Bruggen
dc13fbb5e7
Add default markdown-cli2 config 2022-09-07 22:52:07 -06:00
Jan Van Bruggen
52ad1857f1
Add script to run markdown-cli2 in container 2022-09-07 22:52:07 -06:00
Richard Feldman
4c5f89f85e
Merge pull request #3977 from roc-lang/test_nightly_ubu_20_04
test linux nightly ubuntu 20.04+22.04
2022-09-07 18:06:43 -07:00
Richard Feldman
431221d2db
Merge pull request #3994 from roc-lang/fix-string-pattern-formatting
Format string literals in patterns
2022-09-07 17:52:36 -07:00
Ayaz Hafiz
fc6561ecb6
Format string literals in patterns 2022-09-07 17:30:52 -05:00