elixir
elixir copied to clipboard
Elixir is a dynamic, functional language for building scalable and maintainable applications
### Elixir and Erlang/OTP versions ❯ elixir --version Erlang/OTP 27 [erts-15.1.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns] Elixir 1.17.3 (compiled with Erlang/OTP 27) ### Operating system Arch Linux x86_64 6.12.1-arch1-1...
I’m suggesting that this is built into the mix dependency resolver. Right now the following happens all the time: * I want to add `foo` to my app. I already...
override_for gives more information about when deps should explicitly be overridden or not. If a dep no longer needs an override, a message will be written indicating so. Alternatively, if...
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 21.0.0 to 22.0.0. Commits 07035fd Update to version 22.0.0. d74d6a5 Freshen generated index.js file. ecaf45c Bump markdownlint-cli2 from 0.19.1 to 0.20.0 e4bf40d Freshen generated index.js file. ae047c4...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. Release notes Sourced from actions/download-artifact's releases. v7.0.0 v7 - What's new [!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Hello, Somebody tried to use my library `:aoc` in a new mix project that they also called `:aoc`. To reproduce you can do this: ``` mix new aoc ``` And...
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @ericsciple in actions/checkout#2314 Add worktree...
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.10 to 0.5.11. Release notes Sourced from azure/trusted-signing-action's releases. v0.5.11 What's Changed fix: map to environment variables instead of directly from inputs by @Jaxelr in Azure/trusted-signing-action#102 chore:...
Related PR: https://github.com/elixir-lang/elixir/pull/14985