mstalker

mstalker

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 when I compile my dependencies, as if I had an Elixir compiled with OTP 20?

I want to make sure I don’t have any issues when my Elixir version was compiled with a different OTP version than my system is running.

Showing Posts 1 to 9

OvermindDL1

OvermindDL1

Elixir compiled with OTP19 should work on OTP20 (else it’s a bug), however not the reverse.

CptnKirk

CptnKirk

Is only 1 version difference supported, or all future versions? 19 → 20 is ok, how about 19 → 21, etc?

NobbZ

NobbZ

No you can’t! Elixir does on its own compile time a feature selection based on the OTP/ERTS that is compiling the elixir.

When elixir is compiled on OTP 19 it will not generate code that uses 20s features. But if such an elixir is running under an 20 run time the byte code it will spit out will be for OTP 20.

I hope you get what I mean… Hard to describe…

Ps: byte code is generated by the Erlang compiler. Elixir compiles into a subset of Erlang which is called Erlang core.

OvermindDL1

OvermindDL1

Of course yep, OTP20 features will be missing from an Elixir with OTP19, like color coded diff errors and such as one of a few examples. :slight_smile:

NobbZ

NobbZ

So this feature stuff and the fact that actually erlc will generate the byte code results in the fact, that elixir compiled on 19 and 20 won’t generate the same byte code from same input.

But any module compiled on OTP X should also run on OTP X + Y with Y beeing an element of N.

outlog

outlog

while it should work going that way..

I would really recommend absolute dev/staging/production parity - even so pedantic down to exact patch version..

you can use something like asdf version manager · GitHub on your dev box to install the appropriate versions on a per project level..

jswny

jswny

Yep and if you want to install Elixir compiled with a certain (major) version of Erlang with asdf, you can do something like asdf install elixir 1.6.0-otp-20 :slight_smile:

mstalker

mstalker OP

Thanks, everyone! It looks like asdf uses Elixir bulids precompiled by Bob. How reliable are those builds? Are they officially supported?

NobbZ

NobbZ

Bob is as official as anything from the hex-team. And you can also build from elixir and Erlang directly from git, by tag, branch, or sha, but as I’m on mobile I can’t lookup the necessary syntax right now. But I remember it was only documented as a generic feature of asdf and not in the asdf exixir plugin repository.

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
kpanic
Hi everyone, I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding. I sta...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
asweet-confluent
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
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
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
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

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews