Skip to content

Commit 8d74999

Browse files
Elixir 1.16 (#1397)
* Test on Elixir 1.16 * Update 'getting started' links * Fix genserver link * Ignore reddit links
1 parent d00f7c1 commit 8d74999

File tree

118 files changed

+172
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+172
-181
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
strategy:
1919
matrix:
20-
elixir: [1.15]
21-
otp: [26.0]
20+
elixir: [1.16]
21+
otp: [26.2]
2222

2323
steps:
2424
- name: Checkout code
@@ -76,10 +76,6 @@ jobs:
7676
strategy:
7777
matrix:
7878
include:
79-
- elixir: '1.10.0'
80-
otp: '21.0'
81-
- elixir: '1.10.0'
82-
otp: '22.2'
8379
- elixir: '1.11.0'
8480
otp: '23.2'
8581
- elixir: '1.12.0'
@@ -90,6 +86,8 @@ jobs:
9086
otp: '25.0'
9187
- elixir: '1.15.0'
9288
otp: '26.0'
89+
- elixir: '1.16.0'
90+
otp: '26.2'
9391

9492
steps:
9593
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ github.com/pulls
55
twitter.com
66
regexr.com
77
papyr.com
8+
reddit.com

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

concepts/agent/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/mix-otp/agent.html#agents",
3+
"url": "https://hexdocs.pm/elixir/agents.html",
44
"description": "Getting Started - Agents"
55
},
66
{

concepts/anonymous-functions/about.md

Lines changed: 1 addition & 1 deletion

concepts/anonymous-functions/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/basic-types.html#anonymous-functions",
3+
"url": "https://hexdocs.pm/elixir/anonymous-functions.html",
44
"description": "Getting Started guide - Anonymous Functions"
55
},
66
{

concepts/ast/about.md

Lines changed: 1 addition & 1 deletion

concepts/ast/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/meta/quote-and-unquote.html#quoting",
3+
"url": "https://hexdocs.pm/elixir/quote-and-unquote.html",
44
"description": "Getting Started - quoting"
55
},
66
{

concepts/atoms/about.md

Lines changed: 1 addition & 1 deletion

concepts/atoms/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/basic-types.html#atoms",
3+
"url": "https://hexdocs.pm/elixir/basic-types.html#atoms",
44
"description": "Getting Started - Atoms"
55
}
66
]

concepts/basics/about.md

Lines changed: 2 additions & 2 deletions

concepts/basics/links.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/basic-types.html",
3+
"url": "https://hexdocs.pm/elixir/basic-types.html",
44
"description": "Getting Started guide - Basic Types"
55
},
6-
{
7-
"url": "https://elixir-lang.org/getting-started/basic-operators.html",
8-
"description": "Getting Started guide - Basic Operators"
9-
},
106
{
117
"url": "https://elixirschool.com/en/lessons/basics/basics/",
128
"description": "Basics - Elixir School"

concepts/behaviours/links.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
[
2-
{
3-
"url": "https://elixir-lang.org/getting-started/typespecs-and-behaviours.html#behaviours",
4-
"description": "Getting Started - Behaviours"
5-
},
62
{
73
"url": "https://hexdocs.pm/elixir/typespecs.html#behaviours",
84
"description": "Documentation - Behaviours"

concepts/binaries/about.md

Lines changed: 2 additions & 2 deletions

concepts/binaries/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html#binaries",
3+
"url": "https://hexdocs.pm/elixir/binaries-strings-and-charlists.html#binaries",
44
"description": "Getting Started guide - Binaries"
55
},
66
{

concepts/bitstrings/about.md

Lines changed: 1 addition & 1 deletion

concepts/bitstrings/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html#bitstrings",
3+
"url": "https://hexdocs.pm/elixir/binaries-strings-and-charlists.html#bitstrings",
44
"description": "Getting Started guide - Bitstrings"
55
},
66
{

concepts/booleans/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/basic-types.html#booleans",
3+
"url": "https://hexdocs.pm/elixir/basic-types.html#booleans-and-nil",
44
"description": "Getting Started guide - Booleans"
55
}
66
]

concepts/case/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/case-cond-and-if.html#case",
3+
"url": "https://hexdocs.pm/elixir/case-cond-and-if.html#case",
44
"description": "Getting Started guide - case"
55
}
66
]

concepts/charlists/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html#charlists",
3+
"url": "https://hexdocs.pm/elixir/binaries-strings-and-charlists.html#charlists",
44
"description": "Getting Started guide - Charlists"
55
}
66
]

concepts/cond/about.md

Lines changed: 3 additions & 3 deletions

concepts/cond/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/case-cond-and-if.html#cond",
3+
"url": "https://hexdocs.pm/elixir/case-cond-and-if.html#cond",
44
"description": "Getting Started - cond"
55
}
66
]

concepts/default-arguments/about.md

Lines changed: 1 addition & 1 deletion

concepts/default-arguments/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/modules-and-functions.html#default-arguments",
3+
"url": "https://hexdocs.pm/elixir/modules-and-functions.html#default-arguments",
44
"description": "Getting Started guide - Default Arguments"
55
}
66
]

concepts/docs/about.md

Lines changed: 1 addition & 1 deletion

concepts/enum/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/enumerables-and-streams.html#enumerables",
3+
"url": "https://hexdocs.pm/elixir/enumerable-and-streams.html#enumerables",
44
"description": "Getting Started - Enumerables"
55
},
66
{

concepts/erlang-libraries/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/erlang-libraries.html",
3+
"url": "https://hexdocs.pm/elixir/erlang-libraries.html",
44
"description": "Getting Started - Erlang libraries"
55
},
66
{

concepts/errors/about.md

Lines changed: 2 additions & 2 deletions

concepts/exceptions/about.md

Lines changed: 1 addition & 1 deletion

concepts/exceptions/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/try-catch-and-rescue.html#errors",
3+
"url": "https://hexdocs.pm/elixir/try-catch-and-rescue.html#errors",
44
"description": "Getting Started guide - Errors"
55
},
66
{

concepts/file/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/io-and-the-file-system.html#the-file-module",
3+
"url": "https://hexdocs.pm/elixir/io-and-the-file-system.html#the-file-module",
44
"description": "Getting Started guide - File"
55
},
66
{

concepts/genserver/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/mix-otp/genserver.html",
3+
"url": "https://hexdocs.pm/elixir/genservers.html",
44
"description": "Getting Started - GenServer"
55
},
66
{

concepts/if/about.md

Lines changed: 1 addition & 1 deletion

concepts/if/introduction.md

Lines changed: 1 addition & 1 deletion

concepts/if/links.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/case-cond-and-if.html#if-and-unless",
3+
"url": "https://hexdocs.pm/elixir/case-cond-and-if.html#if-unless",
44
"description": "Getting Started: `if` and `unless`"
55
},
66
{
7-
"url": "https://elixir-lang.org/getting-started/basic-types.html#booleans",
7+
"url": "https://hexdocs.pm/elixir/basic-types.html#booleans-and-nil",
88
"description": "Getting Started: Booleans"
99
},
1010
{

concepts/io/links.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/io-and-the-file-system.html#the-io-module",
3+
"url": "https://hexdocs.pm/elixir/io-and-the-file-system.html#the-io-module",
44
"description": "Getting Started guide - IO"
55
},
66
{
77
"url": "https://hexdocs.pm/elixir/IO.html",
88
"description": "The IO module"
99
},
1010
{
11-
"url": "https://elixir-lang.org/getting-started/debugging.html#ioinspect2",
11+
"url": "https://hexdocs.pm/elixir/debugging.html#io-inspect-2",
1212
"description": "Getting Started guide - Debugging with IO.inspect/2"
1313
}
1414
]

concepts/keyword-lists/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/keywords-and-maps.html#keyword-lists",
3+
"url": "https://hexdocs.pm/elixir/keywords-and-maps.html#keyword-lists",
44
"description": "Getting Started guide - Keyword Lists"
55
},
66
{

concepts/links/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/processes.html#links",
3+
"url": "https://hexdocs.pm/elixir/processes.html#links",
44
"description": "Getting Started - Links"
55
},
66
{

concepts/list-comprehensions/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/comprehensions.html",
3+
"url": "https://hexdocs.pm/elixir/comprehensions.html",
44
"description": "Getting Started guide - Comprehensions"
55
},
66
{

concepts/lists/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "https://elixir-lang.org/getting-started/basic-types.html#linked-lists",
3+
"url": "https://hexdocs.pm/elixir/lists-and-tuples.html#linked-lists",
44
"description": "Getting Started - Lists"
55
},
66
{

0 commit comments

Comments
 (0)