summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-271-0/+11
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-225-179/+280
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-182-7/+29
* Undo the param_names param_values changesshadoi2007-02-172-6/+8
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-163-33/+146
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-153-8/+7
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-085-10/+10
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-1/+1
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-4/+4
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-2/+5
* 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-302-0/+28
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-301-0/+8
* Fixing #442. You can now do: defined(File[...]) to see if a resource is defi...luke2007-01-261-0/+11
* Fixing #445. Nodes can now inherit from default.luke2007-01-261-2/+7
* reworking the selector case-insensitivity testluke2007-01-261-23/+29
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-2/+1
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-11/+28
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-0/+62
* Re-enabling the dirchmod test and fixing its syntaxluke2007-01-041-1/+1
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-11/+14
* A couple of small fixes to pass existing tests.luke2007-01-011-1/+0
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-011-5/+14
* A couple of small bug fixesluke2006-12-291-1/+1
* A couple of small bug-fixesluke2006-12-284-16/+9
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-237-38/+52
* Fixing #349. Doing some hackery so defined types can now (again) be used as ...luke2006-12-231-0/+7
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-231-0/+23
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-235-23/+152
* Re-add support for tags and file/linesshadoi2006-12-192-3/+1
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-192-3/+3
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-192-31/+84
* New rails stuff redux.shadoi2006-12-144-19/+31
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-7/+7
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-0/+44
* All tests should now pass, with the possible exception of some tests that mig...luke2006-12-111-82/+32
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-111-1/+1
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-0/+34
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-131-1/+6
* Mostly small changes toward 0.20.1luke2006-11-101-3/+8
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-2/+2
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+23
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-182-2/+56
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-182-0/+40
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-182-6/+16
* Fixing the test scripts so that the library pathluke2006-10-1611-11/+33
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-161-6/+40
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-1611-8/+14
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-163-0/+0
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-062-1/+7