Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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-lang.github.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RJ/elixir-lang.github.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 25, 2013

  1. to_binary has been deprecated, to_string works

    Tested on Interactive Elixir (0.11.2-dev)
    mikulely committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    2c5a838 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #172 from mikulely/patch-1

    to_binary has been deprecated, to_string works
    José Valim committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    a7cab56 View commit details
    Browse the repository at this point in the history
  3. Key-value pair stores in a list, not in a tuple

    Tested on Interactive Elixir (0.11.2-dev)
    mikulely committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    0135851 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #173 from mikulely/patch-1

    Key-value pair stores in a list, not in a tuple
    José Valim committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    5ed8126 View commit details
    Browse the repository at this point in the history
  5. The second element of tuple has been added some metadata.

    Tested on Interactive Elixir (0.11.2-dev)
    mikulely committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    595a460 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #174 from mikulely/patch-2

    The second element of tuple has been added some metadata.
    José Valim committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    440f41d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2013

  1. Update partial function example

    Tested on Interactive Elixir (0.11.2-dev),the function `atom_to_binary/1`'s arity is 1, a function which arity is 2 should be used here to demonstrate the usage of partial function.
    mikulely committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    d60a1dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #175 from mikulely/patch-1

    Update partial function example
    José Valim committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    32f415f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2013

  1. Binary.Inspect now is Inspect

    Tested on Interactive Elixir (0.11.2)
    mikulely committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    d0fe022 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #176 from mikulely/patch-1

    Binary.Inspect now is Inspect
    José Valim committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    c132a80 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2013

  1. IO.puts accepts number

    Yuki Ito committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    7bd4e7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from mururu/fix-io-puts

    IO.puts accepts number
    José Valim committed Dec 7, 2013
    Configuration menu
    Copy the full SHA
    817328e View commit details
    Browse the repository at this point in the history
Loading