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: purescript/purescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lua-purescript/purescript
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.
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 1, 2016

  1. Change to Lua

    Xandaros committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    5d4d760 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Fix dependency already built error

    Fix #6
    Xandaros committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    d8a8624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e36ec View commit details
    Browse the repository at this point in the history
  3. Separate statements with ;

    This is necessary to disambiguate between
    print("asd")
    (function()
        --stuff
    end)()
    
    Print get's called and print's return value gets called
    
    and
    
    print("asd");
    (function()
        --stuff
    end)()
    
    print gets called and the iife gets called
    Xandaros committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    45242c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Merge tag 'v0.8.4'

    Xandaros committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    c1f761d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    2b14383 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Merge tag 'v0.8.5'

    Xandaros committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    9e59ea3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Change PSCI to work with Lua

    Xandaros committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    dc1a5ab View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Configuration menu
    Copy the full SHA
    549d9d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Configuration menu
    Copy the full SHA
    c373758 View commit details
    Browse the repository at this point in the history
Loading