summaryrefslogtreecommitdiffstats
path: root/test/language/functions.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-181-2/+20
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-0/+33
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-1/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-0/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-8/+8
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-8/+1
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-52/+0
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-151-0/+39
* This commit adds two important features (but which probably were notluke2006-09-151-0/+52
* Function autoloading now works as requested in #214.luke2006-08-221-0/+27
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-0/+1