What is the bullet-proof way to get notified when any module in a Phoenix application gets recompiled?
|
|
10
|
224
|
May 8, 2025
|
Struct instances do not share the key tuple
|
|
4
|
104
|
April 14, 2025
|
Is this an issue with the new type checker?
|
|
2
|
102
|
April 8, 2025
|
How to get --warnings-as-errors in tests?
|
|
2
|
305
|
January 8, 2025
|
How is `to_doc/2` imported into `Inspect.Map`?
|
|
2
|
35
|
December 22, 2024
|
GitHub Actions-compatible compiler warnings/errors
|
|
2
|
67
|
November 27, 2024
|
Discovering source files using `:filelib.wildcard/1` is slow for large Elixir projects
|
|
2
|
48
|
November 12, 2024
|
Is it possible to detect if code is executing at compile time?
|
|
15
|
1231
|
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
|
342
|
July 12, 2024
|
Inconsistency with compiler warnings upgrading to 1.17
|
|
5
|
411
|
June 15, 2024
|
Discrepancies with elixirc and mix compile
|
|
1
|
176
|
May 7, 2024
|
Compile warning on an import that shouldn't be called
|
|
0
|
115
|
May 2, 2024
|
Guard clause on match operator
|
|
25
|
848
|
April 24, 2024
|
Catching @doc deprecated: "..." annotations
|
|
5
|
419
|
March 20, 2024
|
Trouble understanding a warning: incompatible types
|
|
3
|
347
|
February 12, 2024
|
Getting rid of a transitive compile dependency with custom Ecto type
|
|
3
|
434
|
January 6, 2024
|
Advice to avoid simple transitive compile-time dependency
|
|
8
|
490
|
December 23, 2023
|
Unexpected :noop after 'recompile' (mix / iex)
|
|
29
|
5800
|
October 28, 2023
|
Deprecation warnings and warnings as errors
|
|
2
|
686
|
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
|
857
|
September 8, 2023
|
Elixir 1.15 compiler fails on CentOS/OEL7 (“Digest type not supported in this cryptolib”)
|
|
2
|
546
|
July 28, 2023
|
Compiling files with many function heads is very slow(OTP 26 issue?)
|
|
21
|
1426
|
July 23, 2023
|
Excessive recompilations when nothing substantially changed
|
|
27
|
3466
|
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
|
402
|
May 4, 2023
|
Incremental compilation bug (or undefined behaviour?)
|
|
3
|
484
|
April 6, 2023
|
How to disable "redefining" warning?
|
|
2
|
2524
|
January 22, 2023
|
Enable abstract_code chunk in Elixir 1.14
|
|
2
|
428
|
December 14, 2022
|