Latest #compile Threads 
Hello
On a new project I did the following, but it wouldn’t compile without errors.
I also tried using the library locally, but had the...
New
Hi everyone,
I’m currently running into a strange full recompilation issue on Elixir 1.19 and I’d like some advice on how to further inv...
New
Hi all,
I’m seeing some unexpected recompilation behavior in dev, and I’m not sure what’s causing it.
Here’s the flow:
rm -rf _build ...
New
Hello colleagues,
I’m creating a custom component at runtime, and I have no issues using it in the source code or wherever it’s needed —...
New
Getting this error when running mix deps.compile.
I tried rm -rf deps _build mix.lock, reinstalling elixir via asdf. I am running out of...
New
Hello! :wave:
I am working on a CI/CD pipeline with a setup that, to simplify, runs mix.compile in one step and mix.release in the next....
New
:appsignal_plug, a dependency of :appsignal_phoenix, fails on this line, with an error Plug.Conn.__struct__/0 is undefined.
Any idea on ...
New
Hello ,
Getting the below error about matching while trying to use livebook or even trying the Mix.install from the command line :
Blo...
New
Hello, I’m a newcomer to both Elixir and Erlang and I’ve run into an issue and I hope someone here can help me.
When using mix compile I...
New
I am trying to understand why transitive compile-time dependency is there, and what’s a good strategy to remove it. The mix app for examp...
New
This Week's Trending
This Month's Trending
This Year's Trending
I have quite a few files in my project that have many function heads(100s to 1000s). I don’t think these can easily be replaced with anot...
New
Hi all,
I’m seeing some unexpected recompilation behavior in dev, and I’m not sure what’s causing it.
Here’s the flow:
rm -rf _build ...
New
Hello
On a new project I did the following, but it wouldn’t compile without errors.
I also tried using the library locally, but had the...
New
Hi everyone,
I’m currently running into a strange full recompilation issue on Elixir 1.19 and I’d like some advice on how to further inv...
New
Hello colleagues,
I’m creating a custom component at runtime, and I have no issues using it in the source code or wherever it’s needed —...
New
Last Three Year's Trending
I work on a very large umbrella project. I did this config in my web app:
config :logger,
level: String.to_atom(System.get_env("LOGGER...
New
Hello, I’m a newcomer to both Elixir and Erlang and I’ve run into an issue and I hope someone here can help me.
When using mix compile I...
New
I have a dep that might need recompiling when the host app configuration changes. That requires a forced compile since by design deps ar...
New
I’m running into an error when compiling erlexec with mix deps.compile erlexec.
Error Message
System Information
OS: macOS Monterey 1...
New
Getting this error when running mix deps.compile.
I tried rm -rf deps _build mix.lock, reinstalling elixir via asdf. I am running out of...
New
When running an Elixir app, whenever there are errors in compilation, it shows at some random place (usually closer to the top) of the lo...
New
The error
Generated elixir app
==> bootstrap (compile)
error: defmacro var!/2 defines defaults multiple times. Elixir allows defaults ...
New
Without (knowingly) changing anything in my workflow, my Elixir/Erlang/Phoenix versions, or any dependencies etc, I suddenly started gett...
New
We are trying to upgrade to 1.15.x and running into this issue:
Compiling nnn files (.ex)
warning: invalid association `logs` in schema ...
New
Background
So I’ve been hacking away at a simple styled component library for Phoenix (source here if you’re curious - not done!) which u...
New
I have a custom mix task blog.build that converts markdown files to html files and updates a file current_release in the project root fol...
New
This one has me scratching my head.
I author the table_rex library; which is a little tool which outputs nicely spaced ascii data tables...
New
I am trying to understand why transitive compile-time dependency is there, and what’s a good strategy to remove it. The mix app for examp...
New
:appsignal_plug, a dependency of :appsignal_phoenix, fails on this line, with an error Plug.Conn.__struct__/0 is undefined.
Any idea on ...
New
Hello ,
Getting the below error about matching while trying to use livebook or even trying the Mix.install from the command line :
Blo...
New
Trending Over Three Years
Is there any way to, at compile time overrid ALL functions foo that somebody would wrote in a module A.
I think I can do it overriding ...
New
Hey everyone!
I’m working on optimising our build pipeline. I have a flow that looks like:
– compile
– dialyzer, test etc
These are e...
New
I’ve never built Elixir on my own and this is the first time I’ve tried to do so. However, make clean test fails with:
{"init terminatin...
New
I have a bit of an unconventional situation.
I have an app that generates files at runtime. Those files contain valid elixir code (modul...
New
I’m trying to install Image library in Windows 10. So far:
I added {:image, "~> 0.14.0"} to mix.exs.
I installed libvips by download...
New
Recently I found out that changes made to the config.exs file did not apply to the running app.
I had to recompile and restart the app w...
New
Hi all,
I have a project named zdb which uses a dependency defined as {:oha, [path: "../oha"]}
The oha dependency itself compiles corre...
New
Hello,
I need some help with the following problem (Bascially I want to store at compile time all modules using some other module, along...
New
Now I’ve solved the problem asked in Unable to build Elixir with Erlang OTP 21: ‘cannot get bootfile’,‘no_dot_erlang.boot’ and was able t...
New
Good evening, I’m having a problem using the command “mix compile” or “recompile”, every time I use it, it works the first time and then ...
New
I am trying to compile a simple module where I get a module from the config and save it on an attribute.
defmodule Test do
@metrics ...
New
I'm using a Docker image that has Erlang/OTP 20. If I use a version of Elixir compiled with OTP 19, can I expect the same bytecode output...
New
Background
I am trying to run this Elixir desktop app in my Windows VM:
I have installed Erlang OTP 24.X manually in my windows:
https...
New
I have followed this guide on adding Gleam to an Elixir project.
I’ve tweaked it somewhat as I am adding to a pure Elixir project, no ph...
New
This is a bit of a theoretical question – I was cleaning up some logic in my Phoenix router.ex and I noticed that I can’t reference publi...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







