summaryrefslogtreecommitdiffstats
path: root/test/language/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Removing unnecessary debug outputLuke Kanies2009-08-031-1/+0
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-92/+64
* Removed extra whitespace from end of linesIan Taylor2009-06-061-11/+11
* Modules now can find their own pathsLuke Kanies2009-05-151-1/+1
* Fix snippets tests failing because of activated storeconfigsBrice Figureau2009-05-151-0/+18
* Merge branch '0.24.x'Luke Kanies2008-10-221-0/+13
|\
| * Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+13
* | Merge commit 'turnbull/0.24.x'Luke Kanies2008-08-261-0/+8
|\|
| * Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-0/+8
* | Merge branch '0.24.x'Luke Kanies2008-04-111-1/+8
|\|
| * Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies2008-04-101-1/+8
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-8/+21
|\|
| * Found an array that leaked pretty quickly between reparsingLuke Kanies2008-03-211-0/+1
| * Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-2/+2
| * Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-6/+6
| * Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-0/+12
* | Another round of test-fixes toward eliminating global resourceLuke Kanies2008-01-141-11/+0
|/
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-131-17/+3
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-0/+1
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-1/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-0/+8
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-1/+1
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-2/+2
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-1/+1
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-1/+1
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-2/+2
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-3/+3
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-7/+7
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-0/+17
* Fixing #314 and #729; here's the changelog:luke2007-08-031-44/+443
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+13
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-141-2/+2
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-3/+3
* Fixing #588 - the parser correctly ignores directories in globbing nowluke2007-04-201-0/+16
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-0/+7
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-0/+38
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-0/+44
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-271-0/+11
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-301-0/+5
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-301-0/+16
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-301-0/+8
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-011-5/+14
* A couple of small bug-fixesluke2006-12-281-3/+3
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-1/+1
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-7/+7
* Mostly small changes toward 0.20.1luke2006-11-101-3/+8
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+23
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3