elixir icon indicating copy to clipboard operation
elixir copied to clipboard

Elixir is a dynamic, functional language for building scalable and maintainable applications

Results 103 elixir issues
Sort by recently updated
recently updated
newest added
trafficstars

* [x] Change formatter to use `~c'charlist'` (see #12064) * [x] Change ExUnit diff also handle `~c'charlist'` * [x] Change inspect/2 and IEx.Info to show up to date information about...

Start tackle 1. for #12038. Create a new workflow that listen on push event for main and v*.* branches.

EDIT: This issue has been updated to mention digest instead of MD5. ### Elixir and Erlang/OTP versions All. ### Operating system All. ### Current behavior Currently we don't track the...

Kind:Enhancement
App:Mix
Level:Advanced

Currently it is done by Bob. We want to publish docs automatically for: 1. main 2. each v*.* branch (without the v prefix) 3. each tag

Kind:Chore

To be implemented when Erlang 25 is released: * [x] Format terms in binary construction error message (https://github.com/erlang/otp/pull/5281) * [x] Improved error messages in evaluation (https://github.com/erlang/otp/pull/5631) * [x] Add pretty...

Kind:Chore
App:Elixir

### Environment * Elixir & Erlang/OTP versions (elixir --version): 1.13, dev ### Current behavior this is OK ``` iex(1)> Code.Fragment.cursor_context("DateTime.utc_now()") :none ``` but this could be improved ``` iex(2)> Code.Fragment.cursor_context("DateTime.utc_now().")...

Kind:Enhancement
App:Elixir

Breaking changes: * [ ] The timestamp should be in native units instead of a data structure * [ ] The metadata should be a map instead of a keyword...

App:Logger

Allows for an anonymous function be passed to the IEx prompt configuration. This function takes a map of the prompt strings so that the user can add them where they...

To be implemented and backported when Erlang 26 is released: * [x] Support `custom_options: [sort_maps: true]` for sorting maps * [x] Make the suite resilient to unordered maps * [x]...

Kind:Chore
App:Elixir
Note:Waiting

- [x] Convert usage of `:error_logger` to `:logger` - [ ] Migrate `:console` backend to be defined as a formatter for `logger_std_h` - this will allow to use the same...

Kind:Chore
App:Logger