Commit Graph

19356 Commits

Author SHA1 Message Date
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
Brian Carroll
cf6a62b7ad
static-site-gen: Use Box to workaround app/host ABI issues 2022-09-07 23:36:43 +01:00
Ayaz Hafiz
fc6561ecb6
Format string literals in patterns 2022-09-07 17:30:52 -05:00
Brian Carroll
842a416d5a
Merge branch 'main' of github.com:rtfeldman/roc into markdown 2022-09-07 18:51:09 +01:00
Anton-4
a86a7e7969
put back old ci files, re-enable cron 2022-09-07 19:45:47 +02:00
Anton-4
13f8dda6b0
remove debug stuff
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-07 19:00:44 +02:00
Anton-4
ee856995ab
try curl --output
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-07 18:54:53 +02:00
Anton-4
a7f98e309e
wc sanity check
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-07 18:46:55 +02:00
Anton-4
d145d649c4
include ubuntu again
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-07 17:53:52 +02:00
Anton-4
6f25ae1f44
check if running twice is problem
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-07 17:47:44 +02:00
Anton-4
dcb531281f
Merge branch 'test_nightly_ubu_20_04' of github.com:roc-lang/roc into test_nightly_ubu_20_04 2022-09-07 17:33:46 +02:00