Latest #type-checking Threads Top

PragTob
:waving_hand: This is a bit of an odd scenario I realize and calling me over cautious is fair. I want to know if there is, or is envisi...
New
bugnano
Hello everyone. I’m the author of GitHub - bugnano/wtransport-elixir: Elixir bindings for the WTransport WebTransport library · GitHub ,...
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
tjchambers
Erlang OTP 28 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) Current Behavior - warning: warning: the following clause is ...
New
tjchambers
Erlang. OTP-28 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) In rc.3 I am getting a new type checking warning for function...
New
tjchambers
Erlang: OTP 20 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) I am wondering whether 1.20 of Elixir is supposed to support ...
New
Awlexus
I’m getting the following warning when compiling my project and I’m not sure how to resolve it, because from what I see there is a proper...
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
tcoopman
I discovered this link on bluesky, and it was a bit of an accidental thing, but I think it contains some nice information that’s worth ch...
New
Fl4m3Ph03n1x
Background I am trying to write some code to exemplify the power of behaviours in Elixir. As a result, I am trying to implement this dia...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

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
Awlexus
I’m getting the following warning when compiling my project and I’m not sure how to resolve it, because from what I see there is a proper...
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
mudasobwa
If the code during compile phase conditionally relies on some config, the typing validation would yell at us while compiling. Consider th...
New
PragTob
:waving_hand: This is a bit of an odd scenario I realize and calling me over cautious is fair. I want to know if there is, or is envisi...
New
bugnano
Hello everyone. I’m the author of GitHub - bugnano/wtransport-elixir: Elixir bindings for the WTransport WebTransport library · GitHub ,...
New
tjchambers
Erlang OTP 28 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) Current Behavior - warning: warning: the following clause is ...
New
tjchambers
Erlang. OTP-28 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) In rc.3 I am getting a new type checking warning for function...
New
tjchambers
Erlang: OTP 20 Elixir 1.20.0-rc.3 (9b80ab5) (compiled with Erlang/OTP 28) I am wondering whether 1.20 of Elixir is supposed to support ...
New

Last Three Year's Trending Top

Qqwy
TypeCheck: Fast and flexible runtime type-checking for your Elixir projects. Core ideas Type- and function specifications are const...
336 14482 100
New
bartblast
Why comparing atoms gives typing violation warning? consider: defmodule MyModule do def test do :a < :b end end mix compile...
New
joshua.aug
Im getting this error from dialyzer “The pattern can never match the type.” Here’s some sample code @spec check_rating_to_play(any(),...
New
tcoopman
I discovered this link on bluesky, and it was a bit of an accidental thing, but I think it contains some nice information that’s worth ch...
New
Fl4m3Ph03n1x
Background I am trying to write some code to exemplify the power of behaviours in Elixir. As a result, I am trying to implement this dia...
New
tomekowal
I have a macro that is used for parsing: defmacro left <~> right do quote do case unquote(left) do :error -&gt...
New
blubparadox
Forgive me, this could be answered somewhere but “t” and “t()” are difficult to get to work in search. When writing types for your code,...
New
jarlah
Im trying to isolate why i cannot get dialyzer to stop complaining about no_return https://github.com/jarlah/dialyzer_warning_from_hell/...
New
gperales
Hi folks! With the new release of Elixir 1.18, I would like to enforce pattern-matching by struct in our projects to take advantage of t...
New
markevans
Hi! I’m excited about everything that’s going on re. gradual typing and am really pleased to see that Jose and the team seem to be think...
New
chazwatkins
With Elixir 1.18 nearing release and coming with improvements to the new Set Theoretic Type System, I’m curious how Ash will integrate th...
New

Trending Over Three Years Top

saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
jononomo
At my last company we migrated a large codebase from JavaScript to TypeScript – basically it just amounted to adding a couple of lines to...
New
ityonemo
I just quit my job and after some soul-searching am deciding on what project I want to pursue, and thought it would be a good idea to thr...
New
IvanR
Domo makes your structure types work for data conformance validation. And it enables automatic range checking for field types at run-time...
New
mrkurt
I’m reading through the type annotations features and trying to figure out how to enforce type checking in a Phoenix app. I’m pretty sure...
New
Nezteb
poll The poll allows up to 2 votes for cases where people have a preferred tool for Elixir and a separate preferred tool for Erlang or th...
New
Qqwy
The following problem came up while developing TypeCheck. For who does not know about it, it is a library which adds runtime type-checki...
New
Fl4m3Ph03n1x
Background I am trying out polymorphic typing with dialyzer. As an example I am using the famous Option type (aka, Maybe Monad) that is n...
New
IvanR
There is one long term request - to have strict type checking in Elixir. As far as I remember, @rcm765 mentioned that in the talk at Lon...
New
Ankhers
It looks like the team over at WhatsApp have finally released their Erlang type checker, eqWAlizer I know a few of us have been looking ...
New
Fl4m3Ph03n1x
Background I am now trying Gradual type checking, as a consequence I am giving a shot to Gradient. As I see it, this is an alternative to...
New
vans163
I am wondering if this is correct, this should be a map of arbitrary size (could be 0, could be 1000) of integer keys. @type quests() ::...
New
Qqwy
Hi everyone! I recently had an idea. This is by no means a revolutionary concep, and other people probably have thought about it before ...
New
KristerV
i’ve recently gotten annoyed at having to jump between files just to check what that function i’m using will return. VS Code could be of ...
New
arjan
Some background information first: I am currently in the process of converting our frontend codebase to typescript. Most of the interacti...
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