adrianomitre

adrianomitre

Bug tracker for Elixir

Do we have some bug tracking system (aka bug tracker) for Elixir, where we can readily find which bugs affect which releases, including the known issues affecting the most recent release or even the master?

The GitHub issues does not enable version based queries and issues are sometimes closed prior to the bug fix being in master, e.g., --warnings-as-errors exits with a zero exit code (it should exit with a non-zero exit code) · Issue #10073 · elixir-lang/elixir.

Example of such tool: List of issues - Python tracker. It would be useful for individual/companies deciding target Elixir and Erlang/OTP versions to migrate in contexts where stability is paramount, but also for aggregate data analysis.

I am aware that “Elixir applies bug fixes only to the latest minor branch. Security patches are available for the last 5 minor branches” (source), which favors the last minor, but it would be interesting to knowing the known issues and expected fix date, if any, before deciding.

Where Next?

Popular in Discussions Top

CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
AlexMcConnell
The reason that Rails is as popular as it is is because it’s very easy for relatively inexperienced developers to get a lot of work done....
588 20070 166
New
boundedvariable
I am going through the kafka architecture. All the features what the kafka is providing are already in Erlang. I would like hear your opi...
New
chulkilee
Here are the list of HTTP client libraries/wrappers, and some thoughts on HTTP client in general. I’d like to hear from others how they w...
New
tmbb
This is a post to discuss the new Phoenix LiveView functionality. From Chris’s talk, it appears that they generate all HTML on the serve...
342 18595 126
New
klo
Got a question about when to concat vs. prepending items to list then reversing to achieve appending. So i know lists boil down to [1 | ...
New
arcanemachine
https://nitter.net/josevalim/status/1744395345872683471 https://twitter.com/josevalim/status/1744395345872683471
New

Other popular topics Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New

We're in Beta

About us Mission Statement