-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format files #7
Open
niku
wants to merge
4
commits into
dazuma:master
Choose a base branch
from
niku:format-files
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Format files #7
Commits on Oct 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0bb57c1 - Browse repository at this point
Copy the full SHA 0bb57c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55f487f - Browse repository at this point
Copy the full SHA 55f487fView commit details
Commits on Oct 26, 2019
-
Make pass tests on all supported Elixir versions
``` ❯ elixir --version Erlang/OTP 22 [erts-10.5.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.9.2 (compiled with Erlang/OTP 22) ~/src/erl2ex master* ⇡ ❯ mix test Excluding tags: [:e2e, :dummy] ........................................*......................................................................********.......................... Finished in 1.2 seconds 153 tests, 0 failures, 8 excluded, 9 skipped Randomized with seed 1895 ❯ asdf shell elixir 1.8.2 ❯ elixir --version Erlang/OTP 22 [erts-10.5.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.8.2 (compiled with Erlang/OTP 20) ❯ mix test Compiling 22 files (.ex) Generated erl2ex app Excluding tags: [:e2e, :dummy] ........................................*......................................................................*............*******.............. Finished in 1.2 seconds 153 tests, 0 failures, 8 excluded, 9 skipped Randomized with seed 155934 ❯ asdf shell elixir 1.7.4 ❯ elixir --version Erlang/OTP 22 [erts-10.5.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.7.4 (compiled with Erlang/OTP 19) ❯ mix test Compiling 22 files (.ex) Generated erl2ex app Excluding tags: [:e2e, :dummy] ..........................................*....................................................................*******.......*................... Finished in 1.1 seconds 153 tests, 0 failures, 8 excluded, 9 skipped Randomized with seed 39178 ❯ asdf shell elixir 1.6.6 ❯ elixir --version Erlang/OTP 22 [erts-10.5.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.6.6 (compiled with OTP 19) ❯ mix test Compiling 22 files (.ex) Generated erl2ex app Excluding tags: [:e2e, :dummy] ........................................................................................................................................ Finished in 1.0 seconds 153 tests, 0 failures, 17 skipped Randomized with seed 991019 ❯ asdf shell elixir 1.5.3 ❯ asdf shell erlang 18.3.4.9 ❯ rm -rf _build ❯ elixir --version Erlang/OTP 18 [erts-7.3.1.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] Elixir 1.5.3 ❯ mix test Compiling 22 files (.ex) Generated erl2ex app Excluding tags: [:e2e, :dummy] ........................................................................................................................................ Finished in 1.0 seconds 153 tests, 0 failures, 17 skipped Randomized with seed 543499 ❯ asdf shell elixir 1.4.5 ❯ elixir --version Erlang/OTP 18 [erts-7.3.1.4] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] Elixir 1.4.5 ❯ mix test Compiling 22 files (.ex) Generated erl2ex app Excluding tags: [:e2e, :dummy] ........................................................................................................................................ Finished in 1.2 seconds 153 tests, 0 failures, 17 skipped Randomized with seed 869058 ```
Configuration menu - View commit details
-
Copy full SHA for 92b50d5 - Browse repository at this point
Copy the full SHA 92b50d5View commit details
Commits on Nov 12, 2019
-
Merge pull request #1 from niku/pass-test-on-supported-elixir-versions
Make pass test on all supported elixir versions
Configuration menu - View commit details
-
Copy full SHA for 57aef4d - Browse repository at this point
Copy the full SHA 57aef4dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.