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: PlumpMath/pixie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pixie-lang/pixie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 2, 2017

  1. Fix LGPL svg link

    Shoozza authored Apr 2, 2017
    Configuration menu
    Copy the full SHA
    060bb4a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request pixie-lang#530 from Shoozza/patch-1

    Fix LGPL svg link
    heyLu authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    6617e05 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Change calls to throw to vector instead of string

    Calls to throw previously used strings, which is not a valid way to call throw (Thus raising an exception raised a completely different exception). Changed all calls to use vectors instead.
    egregius313 authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    f82bf5f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Merge pull request pixie-lang#531 from egregius313/patch-2

    Change calls to throw to vector instead of string
    heyLu authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    5eb0ccb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    42d6fc0 View commit details
    Browse the repository at this point in the history
  2. Added letfn

    egregius313 authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    a25209b View commit details
    Browse the repository at this point in the history
  3. Merge pull request pixie-lang#534 from egregius313/patch-1

    Add test for the letfn macro
    heyLu authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    d76adb0 View commit details
    Browse the repository at this point in the history
Loading