Skip to content

Commit 04717e4

Browse files
eksperimentaljosevalim
authored andcommitted
Add missing deprecation related to mix compile.erlang (#8577)
1 parent a3e313b commit 04717e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/pages/Compatibility and Deprecations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Passing a non-empty list to `:into` in `for` | [v1.8] | `Kernel.++/2`
7979
`Kernel.ParallelCompiler.files_to_path/2` | [v1.8] | `Kernel.ParallelCompiler.compile_to_path/2` (v1.6)
8080
`Kernel.ParallelRequire.files/2` | [v1.8] | `Kernel.ParallelCompiler.require/2` (v1.6)
8181
`System.cwd/0` and `System.cwd!/0` | [v1.8] | `File.cwd/0` and `File.cwd!/0` (v1.0)
82+
`mix compile.erlang` returning `{:ok, contents}` or `:error` as the callback in `Mix.Compilers.Erlang.compile/6`| [v1.8] | Return `{:ok, contents, warnings}` or `{:error, errors, warnings}`
8283
`Code.get_docs/2` | [v1.7] | `Code.fetch_docs/1` (v1.7)
8384
Calling `super/1` on GenServer callbacks | [v1.7] | Not calling `super/1` (v1.0)
8485
`Enum.chunk/2`[`/3/4`](`Enum.chunk/4`) | [v1.7] | `Enum.chunk_every/2`[`/3/4`](`Enum.chunk_every/4`) (v1.5)

0 commit comments

Comments
 (0)