summaryrefslogtreecommitdiffstats
path: root/test/language/functions.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor en route to #5027 -- remove usestring parameter from lookupvarMarkus Roberts2011-04-121-6/+4
* (#4576) Raise an error when a node is classified into a non-existent classJesse Wolfe2011-03-241-1/+1
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
* [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-394/+394
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-8/+8
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+4
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-15/+56
* Tweak for fix for #1175 to fix test failuresMarkus Roberts2010-06-241-2/+4
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-7/+4
* Removing Resource::Reference classesLuke Kanies2010-02-171-103/+5
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-021-2/+2
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-2/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-12/+12
* Move function existance test to parser evaluationBrice Figureau2008-11-171-1/+11
* Minor test fix for #1614James Turnbull2008-10-041-1/+1
* Fixes tests broken by 95aa085James Turnbull2008-08-271-0/+10
* Add testing for the changes to resolve redmine #1427, where Kernel methods sh...Daniel Pittman2008-08-011-11/+80
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-13/+13
* Changing some methods in the Compile class toLuke Kanies2008-02-111-2/+2
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-11/+11
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-7/+7
* Fixing a couple of tests that were failing because of the environment changes.Luke Kanies2007-11-231-0/+1
* Switching the class resource evaluation to only happenLuke Kanies2007-11-081-1/+1
* Classes once again get evaluated immediately when theLuke Kanies2007-11-081-22/+2
* 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-8/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-061-4/+8
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-9/+7
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-5/+6
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-031-3/+3
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-13/+13
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-231-3/+6
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-38/+39
* The first round of bug-fixes in preparation for beakerluke2007-07-191-4/+4
* Removing the stubs for nodevar; I did not mean to commit themluke2007-04-201-3/+0
* adding note about the class variables in the change logluke2007-04-201-0/+3
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-0/+7
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+47
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+28
* Apparently the include function was not failing when it could not find asked-...luke2007-03-011-0/+30
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+22
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-161-5/+4
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-1/+1
* Fixing #442. You can now do: defined(File[...]) to see if a resource is defi...luke2007-01-261-0/+11
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-21/+28
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-231-0/+23
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-2/+2