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
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
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
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 13 to 4- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
rhcarvalho
I’m sorry it took me some time to understand what the regression was.
Here’s a PR: Bring back support for Git :ref and :depth used together by rhcarvalho · Pull Request #13713 · elixir-lang/elixir · GitHub, I think we can move the conversation there.
Thanks, @josevalim
josevalim
Exactly. We cannot fetch the short ref, with or without the depth option. Perhaps we can change the message and say that it requires the full ref with depth (instead of disallowing it). Do you want to submit a PR?
rhcarvalho
Short ref (error) and full ref (ok):
With full ref and depth:
rhcarvalho
This is not even using
:depthMaybe the problem is just the ref itself!
rhcarvalho
Did you try the full ref? 46002774775fa5be947a970d7ff5aeefc0dd6707
josevalim
rhcarvalho
Do you have an error report somewhere? What was the error message from
mix deps.get/ Git?josevalim
git version 2.39.3 (Apple Git-145), so theoretically it is not the git version, unless the Apple Git has modifications.rhcarvalho
In the Debian bookworm container from above:
What is the version where cloning flame fails?
josevalim
What is your
git --version?The issue was that
Mix.install [{:flame, github: "phoenixframework/flame", ref: "4600277"}]was not working on v1.17.