How to get --warnings-as-errors in tests?
|
|
2
|
262
|
January 8, 2025
|
How is `to_doc/2` imported into `Inspect.Map`?
|
|
2
|
35
|
December 22, 2024
|
GitHub Actions-compatible compiler warnings/errors
|
|
2
|
63
|
November 27, 2024
|
Discovering source files using `:filelib.wildcard/1` is slow for large Elixir projects
|
|
2
|
46
|
November 12, 2024
|
Is it possible to detect if code is executing at compile time?
|
|
15
|
1203
|
August 27, 2024
|
Understanding how LiveView removed module references in attr as a compile time dependency
|
|
0
|
65
|
July 13, 2024
|
How do I make the new type system work?
|
|
1
|
325
|
July 12, 2024
|
Inconsistency with compiler warnings upgrading to 1.17
|
|
5
|
393
|
June 15, 2024
|
Discrepancies with elixirc and mix compile
|
|
1
|
174
|
May 7, 2024
|
Compile warning on an import that shouldn't be called
|
|
0
|
112
|
May 2, 2024
|
Guard clause on match operator
|
|
25
|
817
|
April 24, 2024
|
Catching @doc deprecated: "..." annotations
|
|
5
|
387
|
March 20, 2024
|
Trouble understanding a warning: incompatible types
|
|
3
|
346
|
February 12, 2024
|
Getting rid of a transitive compile dependency with custom Ecto type
|
|
3
|
429
|
January 6, 2024
|
Advice to avoid simple transitive compile-time dependency
|
|
8
|
478
|
December 23, 2023
|
Unexpected :noop after 'recompile' (mix / iex)
|
|
29
|
5747
|
October 28, 2023
|
Deprecation warnings and warnings as errors
|
|
2
|
665
|
September 28, 2023
|
Perform an action after CodeReloader finishes Rebuilding
|
|
0
|
267
|
September 19, 2023
|
Does the Elixir compiler tree-shake any unused functions from an imported module?
|
|
3
|
526
|
September 12, 2023
|
Benchmarking dot in map.field
|
|
15
|
856
|
September 8, 2023
|
Elixir 1.15 compiler fails on CentOS/OEL7 (“Digest type not supported in this cryptolib”)
|
|
2
|
538
|
July 28, 2023
|
Compiling files with many function heads is very slow(OTP 26 issue?)
|
|
21
|
1404
|
July 23, 2023
|
Excessive recompilations when nothing substantially changed
|
|
27
|
3454
|
May 12, 2023
|
Is there a way to know in advance which files Elixir Compilers will compile before calling `mix deps.compile` and `mix compile`?
|
|
0
|
399
|
May 4, 2023
|
Incremental compilation bug (or undefined behaviour?)
|
|
3
|
481
|
April 6, 2023
|
How to disable "redefining" warning?
|
|
2
|
2414
|
January 22, 2023
|
Enable abstract_code chunk in Elixir 1.14
|
|
2
|
424
|
December 14, 2022
|
Is there any tooling to autofix certain compiler warnings?
|
|
3
|
1697
|
December 9, 2022
|
Are comprehensions over ranges optimized by the compiler
|
|
2
|
632
|
October 25, 2022
|
Is &foo/1 really faster than &foo(&1)
|
|
12
|
870
|
October 22, 2022
|