-
Notifications
You must be signed in to change notification settings - Fork 5
Prepare code for Elixir 1.18 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
403cf41
refact: remove warnings for elixir 1.18
rNoz 6e215bb
chore: adding elixir 1.18 to ci test job
rNoz 2e7342f
chore: bumping all dependencies
rNoz 0ffa372
chore: ci linting with 1.18 and compiling with warnings as errors
rNoz aaa966a
chore+refact: adding build workflows and badges
rNoz dac268f
chore+refact: adding build workflows and badges
rNoz d77af20
docs: building docs
rNoz 37d08ce
docs: removing self-hosted docs
rNoz 7bae493
chore: .gitignore (docs, idea)
rNoz a51fa5d
chore(docs): removing unneeded custom docs tasks, fixing new assets s…
rNoz b02aa13
chore: updating all packages and bumping versions (styler, ex_doc)
rNoz b4688ee
chore: adding .tool-versions
rNoz 841ca72
chore: bumping version and required elixir version (1.3 => 1.14)
rNoz b641611
ci: mix.exs required elixir as 1.13 for pipelines
rNoz 0f6ee3a
ci+docs: bumping CI matrix versions and badges
rNoz 474dc09
docs: updating and fixing badges (ex_doc lacks raw html support)
rNoz f3af352
docs: updating changelog
rNoz be51076
docs: typo
rNoz c564d69
docs: adding acknowledgements
rNoz fc2f906
chore: removing sourcelevel.yml (service not for open-source projects)
rNoz ad17add
chore: updating contributors
rNoz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # ' ' suffix for the badge status | ||
| name: "Build 1.18/26 " | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - '*' | ||
| pull_request: | ||
| branches: | ||
| - '*' | ||
|
|
||
| jobs: | ||
| elixir_otp_latest: | ||
| uses: ./.github/workflows/build_reusable.yml | ||
| with: | ||
| elixir-version: 1.18 | ||
| otp-version: 26 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # ' ' suffix for the badge status | ||
| name: "Build 1.13/24 " | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - '*' | ||
| pull_request: | ||
| branches: | ||
| - '*' | ||
|
|
||
| jobs: | ||
| elixir_otp_latest: | ||
| uses: ./.github/workflows/build_reusable.yml | ||
| with: | ||
| elixir-version: 1.13 | ||
| otp-version: 24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # ' ' suffix for the badge status | ||
| name: "Build 1.16/25 " | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - '*' | ||
| pull_request: | ||
| branches: | ||
| - '*' | ||
|
|
||
| jobs: | ||
| elixir_otp_latest: | ||
| uses: ./.github/workflows/build_reusable.yml | ||
| with: | ||
| elixir-version: 1.16 | ||
| otp-version: 25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| name: Build CI Reusable | ||
|
|
||
| on: | ||
| workflow_call: | ||
| inputs: | ||
| elixir-version: | ||
| required: true | ||
| type: string | ||
| otp-version: | ||
| required: true | ||
| type: string | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v3 | ||
|
|
||
| - name: Setup Elixir | ||
| uses: erlef/setup-beam@v1 | ||
| with: | ||
| elixir-version: ${{ inputs.elixir-version }} | ||
| otp-version: ${{ inputs.otp-version }} | ||
|
|
||
| - name: Install dependencies | ||
| run: mix deps.get | ||
|
|
||
| - name: Run compilation with warnings as errors | ||
| run: mix compile --warnings-as-errors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,30 @@ | ||
| dist/app-240d7fc7e5.css | ||
| dist/app-a0c90688fa.js | ||
| fonts/icomoon.eot | ||
| fonts/icomoon.svg | ||
| fonts/icomoon.ttf | ||
| fonts/icomoon.woff | ||
| assets/ex_image_info_benchmarks.png | ||
| dist/sidebar_items-d2ff24ea4e.js | ||
| 404.html | ||
| ExImageInfo.html | ||
| api-reference.html | ||
| readme.html | ||
| license.html | ||
| assets | ||
| assets/ex_image_info_benchmarks.png | ||
| changelog.html | ||
| contributors.html | ||
| search.html | ||
| 404.html | ||
| ExImageInfo.html | ||
| dist/handlebars.runtime-NWIB6V2M.js | ||
| dist/handlebars.templates-K7URE6B4.js | ||
| dist/html-HJ5ACJPS.js | ||
| dist/html-elixir-QYVRUQZX.css | ||
| dist/inconsolata-latin-400-normal-RGKDDNDD.woff2 | ||
| dist/inconsolata-latin-700-normal-DTS2D7TO.woff2 | ||
| dist/inconsolata-latin-ext-400-normal-K7HVGTP7.woff2 | ||
| dist/inconsolata-latin-ext-700-normal-4MPBLFZC.woff2 | ||
| dist/inconsolata-vietnamese-400-normal-IGQPHHJH.woff2 | ||
| dist/inconsolata-vietnamese-700-normal-LHEGSN35.woff2 | ||
| dist/lato-latin-300-normal-YUMVEFOL.woff2 | ||
| dist/lato-latin-400-normal-W7754I4D.woff2 | ||
| dist/lato-latin-700-normal-2XVSBPG4.woff2 | ||
| dist/lato-latin-ext-300-normal-VPGGJKJL.woff2 | ||
| dist/lato-latin-ext-400-normal-N27NCBWW.woff2 | ||
| dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2 | ||
| dist/remixicon-NKANDIL5.woff2 | ||
| dist/search_data-1B142127.js | ||
| dist/sidebar_items-A9682721.js | ||
| index.html | ||
| license.html | ||
| readme.html | ||
| search.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.