summaryrefslogtreecommitdiffstats
path: root/test/language/scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Scope[] now returns nil for undefined variablesLuke Kanies2011-07-151-2/+2
* Adding []/[]= support to ScopeLuke Kanies2011-07-151-15/+15
* Refactor en route to #5027 -- remove usestring parameter from lookupvarMarkus Roberts2011-04-121-17/+6
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
* Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-291-3/+3
* [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-3/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-192/+192
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-36/+69
* Remove an old test that had been unintentionally reintroduced by a mistake in...Jesse Wolfe2010-06-251-48/+0
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-171-0/+48
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-7/+3
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-53/+2
* Removing Resource::Reference classesLuke Kanies2010-02-171-195/+12
* Some tests were leaking state when the test failedJesse Wolfe2010-02-171-0/+1
* Typo in method call in test.Jesse Wolfe2010-02-171-1/+1
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-3/+3
* Fixing #2336 - qualified variables only throw warningsLuke Kanies2009-06-111-50/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Fix snippets tests failing because of activated storeconfigsBrice Figureau2009-05-151-0/+7
* Fix some master failing testsBrice Figureau2009-05-151-1/+1
* Fixing tests that apparently only worked sometimesLuke Kanies2009-04-221-0/+2
* Add testing for the changes to resolve redmine #1427, where Kernel methods sh...Daniel Pittman2008-08-011-0/+28
* Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2008-02-121-25/+9
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-9/+9
* Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-1/+1
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-2/+2
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-1/+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-9/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-5/+5
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-4/+4
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-79/+13
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-14/+0
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-031-43/+4
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-178/+68
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-144/+106
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-041-4/+24
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+15
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-1/+1
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+1
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-6/+84
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-20/+33
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+61
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-221-0/+5
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-1/+1
* A couple of small fixes to pass existing tests.luke2007-01-011-1/+0