Skip to content

Comments

Added Use Cases for Elixir #1

Open
vinpatel wants to merge 10000 commits intovinpatel:usecasesfrom
elixir-lang:main
Open

Added Use Cases for Elixir #1
vinpatel wants to merge 10000 commits intovinpatel:usecasesfrom
elixir-lang:main

Conversation

@vinpatel
Copy link
Owner

Added use cases for the language at an high level to increase adaption of the programming language . will update more use high level use cases

josevalim and others added 21 commits November 15, 2025 10:32
Mostly modified `:log_capture_on` handler for ExUnit.CaptureServer to
respect a `:formatter` option instead `Logger.default_formatter/1`.

Updates were made to documentation and tests to reflect this change.
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...93cb6ef)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20.0.0 to 21.0.0.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@992badc...30a0e04)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix dialyzer warning in Code.format_string!/2

Tentative fix for #14927

* Add regression test for IO.inspect/2 opts
Adds globs and ignore rules.

This allows as to lint Markdown files locally by running as simple as:

    $ markdownlint-cli2

or automatically fix issues with

   $ markdownlint-cli2 --fix
This will trigger the action when the markdownlint-cli2 config or
the action yaml file are modified.
- `$DOCS_FORMAT` is no longer supported in Makefile
- By default HTML and EPUB doc formats are created
pierrelegall and others added 21 commits January 29, 2026 17:23
We run it before module verification but,
as module verification now loads many modules,
that was negatively impacting compilation times.
Followup-for: #15095
Signed-off-by: José Valim <jose.valim@gmail.com>
To make this safe, git.ex's lock_status no longer uses File.cd!
(which mutates global process state), instead passing the `:cd` into System.cmd.

Co-authored-by: Alex Naser <alex.naser@remote.com>
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/azure/trusted-signing-action/releases)
- [Commits](https://github.com/azure/trusted-signing-action/compare/db7a3a6bd3912025c705162fb7475389f5b69ec6...87c2e83e6868da99d3380aa309851b32ed9a8346)

---
updated-dependencies:
- dependency-name: azure/trusted-signing-action
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes #15090.

Unfortunately, I could not write a test for this as the error
only happens when using actual I/O devices. When using the mock
device we use in tests, the warning appears as expected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.