-
Hi,
Are you still wrestling with the problem? If so, we possibly can look at it.
Greets Christophe.
2009-03-11 20:59:45 UTC by iemand14
-
The following line, generated by PyYAML, is not parsed correctly:
foo: {bar: 123}
Node.Parse(str).Write() results in the following string:
'? foo\n: \n'
This is clearly incorrect.
'{bar: 123}' is parsed correctly on its own.
The following also do not parse in yaml-net-parser, but are handled by PyYAML:
'? foo\n: {bar: 123}'
'{foo: {bar: 123} }'.
2008-05-30 16:03:43 UTC by charles_dyfis
-
erm, meant "doesn't support a *clean* target".
2008-05-28 18:45:30 UTC by charles_dyfis
-
The preexisting makefile is severely deficient -- doesn't work with compilers other than mcs, doesn't support a make target, doesn't build an output DLL, builds only one of the two Main targets, intersperses build artifacts with source.
The attached nant buildfile corrects these issues.
2008-05-28 18:44:42 UTC by charles_dyfis
-
iemand14 committed revision 1 to the Yaml .NET Parser SVN repository, changing 437 files.
2007-01-16 10:44:54 UTC by iemand14
-
Site is moved from Lumumba to SourceForge. Also the first users are submitted, so I hope this are the first steps for a nice project.
Greets Christophe.
2006-09-01 09:41:42 UTC by iemand14
-
Anonymous committed patchset 1 of module CVSROOT to the Yaml .NET Parser CVS repository, changing 11 files.
2006-08-31 15:13:33 UTC by nobody
-
iemand14 registered the Yaml .NET Parser project.
2006-08-31 15:05:11 UTC by iemand14