-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: elixir-lang/elixir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: elixir-lang/elixir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 35 files changed
- 5 contributors
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 39d8675 - Browse repository at this point
Copy the full SHA 39d8675View commit details
Commits on Feb 14, 2022
-
Add compile-time dependencies on require
Projects like Plug use require to establish compile time dependencies inside a Plug. The fact require only added a compile-time dependency in v1.13.0 was therefore a regression, addressed by this commit.
Configuration menu - View commit details
-
Copy full SHA for bac5b1d - Browse repository at this point
Copy the full SHA bac5b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4ed32 - Browse repository at this point
Copy the full SHA 1e4ed32View commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bb17204 - Browse repository at this point
Copy the full SHA bb17204View commit details -
Update Mix.TasksTestTest for Erlang/OTP 25 (#11637)
The order in which tests get executed can be different depending on Erlang/OTP version The test failure was: 1) test logs and errors umbrella with file path (Mix.Tasks.TestTest) test/mix/tasks/test_test.exs:432 Assertion with =~ failed code: assert mix(["test", "apps/unknown_app/test"]) =~ "==> bar\nPaths given to \"mix test\" did not match any directory/file: apps/unknown_app/test\n==> foo\nPaths given to \"mix test\" did not match any directory/file: apps/unknown_app/test\n" left: "==> foo\nCompiling 1 file (.ex)\nGenerated foo app\n==> bar\nCompiling 1 file (.ex)\nGenerated bar app\n==> foo\nPaths given to \"mix test\" did not match any directory/file: apps/unknown_app/test\n==> bar\nPaths given to \"mix test\" did not match any directory/file: apps/unknown_app/test\n" right: "==> bar\nPaths given to \"mix test\" did not match any directory/file: apps/unknown_app/test\n==> foo\nPaths given to \"mix test\" did not match any directory/file: apps/unknown_app/test\n" stacktrace: test/mix/tasks/test_test.exs:436: anonymous fn/0 in Mix.Tasks.TestTest."test logs and errors umbrella with file path"/1 (elixir 1.14.0-dev) lib/file.ex:1555: File.cd!/2 test/test_helper.exs:127: MixTest.Case.in_fixture/3 test/mix/tasks/test_test.exs:433: (test)
Configuration menu - View commit details
-
Copy full SHA for ee6ed75 - Browse repository at this point
Copy the full SHA ee6ed75View commit details -
Update Mix.DepTest for Erlang/OTP 25 (#11636)
:digraph_utils.topsort/1 can return a different (but also valid) topological ordering The test failure on Erlang/OTP 25.0-rc1 was: 1) test deps_paths (Mix.DepTest) test/mix/dep_test.exs:491 Assertion with == failed code: assert Enum.map(Mix.Dep.load_on_environment([]), & &1.app) == [:git_repo, :abc_repo, :deps_repo] left: [:abc_repo, :git_repo, :deps_repo] right: [:git_repo, :abc_repo, :deps_repo] stacktrace: test/mix/dep_test.exs:499: anonymous fn/0 in Mix.DepTest."test deps_paths"/1 (elixir 1.14.0-dev) lib/file.ex:1555: File.cd!/2 test/test_helper.exs:127: MixTest.Case.in_fixture/3 test/mix/dep_test.exs:31: Mix.DepTest.with_deps/2 test/mix/dep_test.exs:497: (test)
Configuration menu - View commit details
-
Copy full SHA for f809d03 - Browse repository at this point
Copy the full SHA f809d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b480cb - Browse repository at this point
Copy the full SHA 4b480cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c028c2d - Browse repository at this point
Copy the full SHA c028c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d682b - Browse repository at this point
Copy the full SHA 63d682bView commit details -
Skip tests using Rebar2 on Erlang/OTP 25+ (#11643)
* Skip tests using Rebar2 on Erlang/OTP 25+ and clean up mix test_helper.exs exclude filters * Remove unnecessary printing from mix test_helper.exs exclude filters
Configuration menu - View commit details
-
Copy full SHA for 65681b8 - Browse repository at this point
Copy the full SHA 65681b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe43e23 - Browse repository at this point
Copy the full SHA fe43e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67cf14c - Browse repository at this point
Copy the full SHA 67cf14cView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89e5788 - Browse repository at this point
Copy the full SHA 89e5788View commit details
Commits on Mar 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f950226 - Browse repository at this point
Copy the full SHA f950226View commit details
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e0c8b8a - Browse repository at this point
Copy the full SHA e0c8b8aView commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d52f533 - Browse repository at this point
Copy the full SHA d52f533View commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e4fbe6 - Browse repository at this point
Copy the full SHA 7e4fbe6View commit details
There are no files selected for viewing