aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Build maintainenceJason Zaugg2013-07-021-0/+1
| | | | | | | | | | | - Update to SBT 0.12.4 - Update to Scala 2.10.2 - Provide a means to disable test compilation (other then TreeInterrogation) This is handy when doing major renovations to the macro implementation. - Explicitly depend on scala-compiler (we'll need that in the next commit) - Declare the dependencies on scala-{reflect, compiler} as "provided" to avoid adding them the runtime classpath of upstream projects. They are only needed at compile time.
* Extract vals for all names bound in a pattern.Jason Zaugg2012-11-261-0/+1
| | | | | | | These gives us something to lift to vars to be accessed from multiple states of the state machine. Fixes #35
* Ignore generated IntelliJ files.Jason Zaugg2012-11-051-0/+4