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

### Environment * Elixir & Erlang/OTP versions (elixir --version): 1.7.2 * Operating system: macOS ### Current behavior I wanted to create macro that would allow me to remove boilerplate over...

App:Elixir (stdlib)

### Elixir and Erlang/OTP versions Elixir 1.14.0 (compiled with Erlang/OTP 24) ### Operating system MacOS ### Current behavior 1. Clone any repo into an umbrella project ``` gh repo clone...

### Elixir and Erlang/OTP versions Erlang/OTP 25 [erts-13.0.3] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit:ns] IEx 1.13.4 (compiled with Erlang/OTP 25) ### Operating system MacOS Monterey 12.6 ### Current behavior Hey...

### Elixir and Erlang/OTP versions - using elixir-websetup.exe - `elixir --version` output is: `{"init terminating in do_boot",{undef,[{elixir,start_cli,[],[]},{init,start_em,1,[{file,"init.erl"},{line,1190}]},{init,do_boot,3,[{file,"init.erl"},{line,888}]}]}} ` ### Operating system windows 10 ### Current behavior `{"init terminating in do_boot",{undef,[{elixir,start_cli,[],[]},{init,start_em,1,[{file,"init.erl"},{line,1190}]},{init,do_boot,3,[{file,"init.erl"},{line,888}]}]}}...

Note:Needs more info

Stealing from Rust: ``` error: mismatched closing delimiter: `)` --> /Users/jose/OSS/explorer/native/explorer/src/encoding.rs:120:12 | 120 | unsafe { Term::new(env, list)) } | ^ unclosed delimiter ^ mismatched closing delimiter ```

Kind:Chore
App:Elixir (compiler)

Continuing #12038 from the discussion in https://github.com/elixir-lang/elixir/pull/12053#issuecomment-1208268123. I create a new workflow to publish a precompiled version to s3. Currently, it will run on every commit that pushes to main....

https://github.com/elixir-lang/elixir/pull/13394#issuecomment-1989602688 @josevalim is this the right approach? If yes will handle other reports in a similar fashion (GenServer, gen_event...)

### Elixir and Erlang/OTP versions Elixir 1.17.0-dev (4631784) (compiled with Erlang/OTP 26) ### Operating system macOS ### Current behavior ```bash mix phx.new test --database sqlite3 --umbrella cd test_umbrella rm -rf...

https://groups.google.com/g/elixir-lang-core/c/-el4xZbA9sw #### Preface We currently have `add/2-3` to manipulate calendar types in the standard library. These functions allow adding a specified amount of time of given unit to a date/time....