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: jbr/sibilant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.3
Choose a base ref
...
head repository: jbr/sibilant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.4
Choose a head ref
  • 11 commits
  • 53 files changed
  • 1 contributor

Commits on Nov 20, 2015

  1. introduce implicit thunk arguments

    (#> #0) -> (function() { return arguments[0]; })
    jbr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    b15370e View commit details
    Browse the repository at this point in the history
  2. use thunks for small functions

    jbr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    192fb45 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. Configuration menu
    Copy the full SHA
    0f9bdce View commit details
    Browse the repository at this point in the history
  2. add default macro

    jbr committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    5dbc3cb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. namespaces: functional but messy

    although `sibilant.macros.namespaces.core` and
    `sibilant.macros.namespace` really need to be cleaned up before this
    can be considered done.
    
    also, there should be an example of shadowing core macros
    jbr committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    9ee1f6c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    0c41631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b8e07 View commit details
    Browse the repository at this point in the history
  3. don't even test multiline strings for macro

    this is a bug workaround
    jbr committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    140196a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc8ba36 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. fix expression transpilation bug

    bug was introduced in 9ee1f6c — if the head is anything other than a
    literal or an “other character,” don’t even try to resolve it as a macro
    jbr committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    0bbbfd6 View commit details
    Browse the repository at this point in the history
  2. 0.3.4

    jbr committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    715172c View commit details
    Browse the repository at this point in the history
Loading