Latest #compiling Threads Top

tjchambers
Erlang OTP 28 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) I am having a difficult to fathom issue with developing on 1.2...
New
fellipessanha
I’ve been working on a wrapper library for a brazillian Open Finance api, and I incurred into a fun error whilst trying to conditionally ...
New
lawik
The quicer library in homex fails to build under a freshly generated project and the rpi3: install ./include/openssl/opensslconf.h ->...
New
VictorGaiva
I’m currently migrating my codebase to Elixir 1.18.2. I was able to solve all the typing issues, except for one. The following code: def...
New
fireproofsocks
I had a question about using build_per_environment: false in my mix.exs… I have a simple app that doesn’t have any compile-time configura...
New
mudasobwa
Prior to v1.18.0 I used the following vode to reach the struct definition in a module from __before_compile__/2 callback. defp field...
New
brucepomeroy
In the phoenix router I want to define a plug for a pipeline. I want to use a different implementation of the plug module in the test env...
New
firesidewing
I’ve been using the SaladUI library a bit and one of the things that I’ve noticed is that compiling depencies has significantly slowed do...
New
lardcanoe
In my local dev, when I start the server, it ALWAYS compiles. Even if I have not changed any code. This is annoying, and hopefully someon...
New
canelle20214
I went from Phoenix 1.5 to 1.7 and I’m still facing an error when compiling the project. elixir 1.17.3-otp-27 erlang 27.1 Here is the c...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

belaustegui
I’ve recently started a new Phoenix project using Elixir 1.11, Phoenix 1.5 and Ecto 3.5. Everything runs smoothly but there is a recurre...
New
belaustegui
When I compile my application, I see a lot of messages like: Compiling some/module/file.ex (it’s taking more than 10s) I understand t...
New
pejrich
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
tjchambers
Erlang OTP 28 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) I am having a difficult to fathom issue with developing on 1.2...
New
lawik
The quicer library in homex fails to build under a freshly generated project and the rpi3: install ./include/openssl/opensslconf.h ->...
New
fellipessanha
I’ve been working on a wrapper library for a brazillian Open Finance api, and I incurred into a fun error whilst trying to conditionally ...
New

Last Three Year's Trending Top

jordan0day
I'm in the process of writing a NIF library application which in turn depends on a vendor's shared lib (which has it's own set of depende...
New
canelle20214
I went from Phoenix 1.5 to 1.7 and I’m still facing an error when compiling the project. elixir 1.17.3-otp-27 erlang 27.1 Here is the c...
New
Codename-404
Hi, I am new to elixir, tried several ways to install elixir on my Mac M1. Everything works on terminal or if I just create a test.exs f...
New
ukashazia
I’m currently working on an Elixir project using Visual Studio Code (VSCode) as my development environment. Unfortunately, I’ve encounter...
New
lurodrigo
I’m refactoring some parts of a codebase that do some compile-time magic, in order to reduce the number of compile-time dependencies betw...
New
mjlorenzo
Hi folks, got a question about how Elixir determines when to recompile a module. The documentation says a module will recompile when one ...
New
l3nz
I am releasing SayCheezEx, a library to capture the build time environment in a very simple and concise way. When I deploy a release, I ...
New
firesidewing
I’ve been using the SaladUI library a bit and one of the things that I’ve noticed is that compiling depencies has significantly slowed do...
New
mudasobwa
During the upgrade of one of my libraries to 1.17.0, I got the following error message led the compilation to failing. == Compilation er...
New
brucepomeroy
In the phoenix router I want to define a plug for a pipeline. I want to use a different implementation of the plug module in the test env...
New
txssu
Hi, Found this line in the compiler. The comment says: # For each changed file, mark it as changed. # If compilation fails mid-cycle, t...
New
mudasobwa
Prior to v1.18.0 I used the following vode to reach the struct definition in a module from __before_compile__/2 callback. defp field...
New
VictorGaiva
I’m currently migrating my codebase to Elixir 1.18.2. I was able to solve all the typing issues, except for one. The following code: def...
New
lardcanoe
In my local dev, when I start the server, it ALWAYS compiles. Even if I have not changed any code. This is annoying, and hopefully someon...
New
fireproofsocks
I had a question about using build_per_environment: false in my mix.exs… I have a simple app that doesn’t have any compile-time configura...
New

Trending Over Three Years Top

tompave
Hello I’m opening this thread to ask some questions about testing practices when dealing with values set at compile time. I’m working w...
New
Maxximiliann
$ iex -S mix Erlang/OTP 23 [erts-11.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] ===> Compiling unicode_util_c...
New
Qqwy
Something I found myself wondering about recently, is how exactly a bunch of .ex files is actually executed. I know that, if you have c...
New
abitdodgy
I’m using the __using__ macro to define some boilerplate code. One of the functions defined in the macro is a different arity of a functi...
New
thojanssens1
defmodule Bar do @after_compile __MODULE__ defmacro __before_compile__(_env) do IO.inspect("#{__MODULE__}.__before_compile__") ...
New
Iulian7
Hi guys, I have an Erlang dependency which does not compile with mix but compiles fine with rebar3. The output when compiling with DEBU...
New
alex88
I'm trying to mock ExTwitter during tests, I'm using https://github.com/plataformatec/mox for that. In my code I use a config variable ...
New
sylv3r
Hello guys, I'm new to elixir and I need some help. I'm writing an API backend, without phoenix, and I don't know how to write a test...
New
japhib
I use Elixir at work, on a pretty massive monolithic backend project – it’s about 750k lines of Elixir code, spread across a few dozen ap...
New
beno
The code below throws the error below, and I did not expect that, so I was wondering if this is intended behaviour. If so, how would one ...
New
tfwright
I have a library (MyLib) that I use for part of another app’s functionality (MyApp). I’d like to add some conditional code (an Ecto schem...
New
hogihung
I am trying to install Elixir on a new server. The servers is running Oracle Linux (Redhat) 6. I get the following error: [root@ina...
New
sashaafm
Hey guys, continuing from my other thread I’m still building and exploring some compile-time stuff that Elixir can provide. Right now I’...
New
MickeyOoh
Programming Elixir page 80 about “defstruct” I first ask question and I am a quite beginner. I followed this book again to confirm each s...
New
alex9spiridonov
I have a problem with compiling dependencies in my phoenix project. defp deps do [ # default phoenix deps {:phoenix, "~&...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement