Elixir
Elixir Core Team
1. Bug fixes
Logger
- [Logger.Translator] Fix logger crash when
:gen_statem’sformat_status/2returns non-tuple
Mix
- [mix deps.get] Fix regression when fetching a git repository with a
:ref - [mix release] Validate
RELEASE_MODEand set ERRORLEVEL on.batscripts - [mix release] Fix invalid example in code comment inside the generated vm.args.eex
Trending in News
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
rhcarvalho
I found Fix regression when fetching repo with a ref · elixir-lang/elixir@786f959 · GitHub.
Does anyone have more details on what the problem was with setting both
refanddepth?josevalim
Fetch a
:refwas not working at all and, once I addressed the:refbug, I could not make it work together with:ref. If you can figure it out, a PR is welcome.rhcarvalho
I could not reproduce it. I’m probably not trying to do the thing that is broken?!
Here’s what I’ve done:
refanddepth:All of the above seems to be working as expected for me. The
deps.getworks and the repository has the correct commit with depth 1.I wonder what did I miss in the steps above?
josevalim
What is your
git --version?The issue was that
Mix.install [{:flame, github: "phoenixframework/flame", ref: "4600277"}]was not working on v1.17.rhcarvalho
In the Debian bookworm container from above:
What is the version where cloning flame fails?
josevalim
git version 2.39.3 (Apple Git-145), so theoretically it is not the git version, unless the Apple Git has modifications.rhcarvalho
Do you have an error report somewhere? What was the error message from
mix deps.get/ Git?josevalim
rhcarvalho
Did you try the full ref? 46002774775fa5be947a970d7ff5aeefc0dd6707
rhcarvalho
This is not even using
:depthMaybe the problem is just the ref itself!