<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet.git/test/parser, branch master</title>
<subtitle>Puppet repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/'/>
<entry>
<title>getting rid of the parser tree, and moving everything into the language dir</title>
<updated>2006-04-04T23:30:56+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-04-04T23:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=8db837ad7663c611f1fe92189e36158404a452cc'/>
<id>8db837ad7663c611f1fe92189e36158404a452cc</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1070 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1070 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Change how names for nodes are specified: the 'node' keyword can be followed by a NAME or by single quoted text, i.e. fully qualified names for nodes must be enclosed in single quotes</title>
<updated>2006-04-04T19:57:54+00:00</updated>
<author>
<name>lutter</name>
<email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-04-04T19:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=c0a9e5f2e9df8e6e1aed74653ae675029af8a9bb'/>
<id>c0a9e5f2e9df8e6e1aed74653ae675029af8a9bb</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1064 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1064 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing bug #60.  Converting nodes to use types everywhere instead of names, and adding a localobjectable to keep track of what parameters have been defined locally.</title>
<updated>2006-02-28T03:32:51+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-02-28T03:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=8b5f70911d7486a5cab69377c1988f1e35d88d2e'/>
<id>8b5f70911d7486a5cab69377c1988f1e35d88d2e</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@957 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@957 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing bug #75, providing support for unnecessary end commas.</title>
<updated>2006-02-27T22:49:48+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-02-27T22:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=c894eb20ddf812056e897217fd55d31182dbc52f'/>
<id>c894eb20ddf812056e897217fd55d31182dbc52f</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@954 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@954 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Mostly, this is a refactoring commit.  There is one significant new feature,</title>
<updated>2006-02-27T22:21:44+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-02-27T22:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=8c821c09eebe117bd8b100b6dc416ded0588b979'/>
<id>8c821c09eebe117bd8b100b6dc416ded0588b979</id>
<content type='text'>
though: overrides now only work within a class heirarchy, which is to say that
a subclass can override an element in a base class, but a child scope cannot
otherwise override an element in a base scope.

I've also done a good bit of refactoring, though; notably, AST#evaluate now
takes named arguments, and I changed the 'name' parameter to 'type' in all of
the Component classes (this was all internal, but was confusing as it was).

I also removed the need for the autonaming stuff -- it's now acceptable for
components not to have names, and everything behaves correctly.  I haven't yet
removed the autoname code, though; I'll do that on the next commit.


git-svn-id: https://reductivelabs.com/svn/puppet/trunk@952 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
though: overrides now only work within a class heirarchy, which is to say that
a subclass can override an element in a base class, but a child scope cannot
otherwise override an element in a base scope.

I've also done a good bit of refactoring, though; notably, AST#evaluate now
takes named arguments, and I changed the 'name' parameter to 'type' in all of
the Component classes (this was all internal, but was confusing as it was).

I also removed the need for the autonaming stuff -- it's now acceptable for
components not to have names, and everything behaves correctly.  I haven't yet
removed the autoname code, though; I'll do that on the next commit.


git-svn-id: https://reductivelabs.com/svn/puppet/trunk@952 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate an error if the pattern for an import statement matches no file.</title>
<updated>2006-02-23T01:14:20+00:00</updated>
<author>
<name>lutter</name>
<email>lutter@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-02-23T01:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=31df227490178517d8c47ff640a15c0712f9acf9'/>
<id>31df227490178517d8c47ff640a15c0712f9acf9</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@928 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@928 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding single-quote syntactical element</title>
<updated>2006-02-16T20:15:41+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-02-16T20:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=1ebb416c4574b28bf56764675714ec66ed199010'/>
<id>1ebb416c4574b28bf56764675714ec66ed199010</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@923 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@923 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Committing both the finalization of the config code, plus all of the code necessary to get basic isomorphism from code to transportables and back.  Mostly keyword and autoname stuff.</title>
<updated>2006-02-07T05:58:00+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-02-07T05:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=6affe220db1248cee8489347dc7d7ac071a534e4'/>
<id>6affe220db1248cee8489347dc7d7ac071a534e4</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@871 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@871 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding an "ensure" state where appropriate, and significantly reworking the builtin docs.</title>
<updated>2006-01-17T07:11:50+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2006-01-17T07:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=3700b37e2386e7dbaabd90b7ba13c3dce06203d2'/>
<id>3700b37e2386e7dbaabd90b7ba13c3dce06203d2</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@832 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@832 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
<entry>
<title>removing any direct references to /tmp in tests</title>
<updated>2005-11-24T15:58:07+00:00</updated>
<author>
<name>luke</name>
<email>luke@980ebf18-57e1-0310-9a29-db15c13687c0</email>
</author>
<published>2005-11-24T15:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=5ce5b95af489685f64dbaa6189f7569e976e9dc5'/>
<id>5ce5b95af489685f64dbaa6189f7569e976e9dc5</id>
<content type='text'>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@757 980ebf18-57e1-0310-9a29-db15c13687c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@757 980ebf18-57e1-0310-9a29-db15c13687c0
</pre>
</div>
</content>
</entry>
</feed>
