search for: writeryaml

Displaying 7 results from an estimated 7 matches for "writeryaml".

2012 Oct 25
3
[LLVMdev] Status of YAML IO?
...22, 2012, at 4:40 PM, Sean Silva wrote: >> Hey Nick, what's the status on YAML IO? The other thread seems to have died. > > I'm waiting on Michael Spencer's feedback. To better understand how a client would use YAML I/O. I've completely rewritten the ReaderYAML and WriterYAML in lld to use YAML I/O. The source code is now about half the size. But more importantly, the error checking is much, much better and any time an attribute (e.g. of an Atom) is changed or added, there is just one place to update the yaml code instead of two places (the reader and writer). Thi...
2012 Oct 25
0
[LLVMdev] Status of YAML IO?
> To better understand how a client would use YAML I/O. I've completely rewritten the ReaderYAML and WriterYAML in lld to use YAML I/O. The source code is now about half the size. But more importantly, the error checking is much, much better and any time an attribute (e.g. of an Atom) is changed or added, there is just one place to update the yaml code instead of two places (the reader and writer). Fanta...
2012 Oct 30
2
[LLVMdev] Status of YAML IO?
...e yaml into an in-memory binary object, then runs the Reader to return a File*. I'll be prototyping this approach for mach-o. -Nick On Oct 25, 2012, at 9:59 AM, Sean Silva wrote: >> To better understand how a client would use YAML I/O. I've completely rewritten the ReaderYAML and WriterYAML in lld to use YAML I/O. The source code is now about half the size. But more importantly, the error checking is much, much better and any time an attribute (e.g. of an Atom) is changed or added, there is just one place to update the yaml code instead of two places (the reader and writer). >...
2012 Oct 30
0
[LLVMdev] Status of YAML IO?
...uns the > Reader to return a File*. I'll be prototyping this approach for mach-o. > > -Nick > > > On Oct 25, 2012, at 9:59 AM, Sean Silva wrote: >>> To better understand how a client would use YAML I/O. I've >>> completely rewritten the ReaderYAML and WriterYAML in lld to use >>> YAML I/O. The source code is now about half the size. But more >>> importantly, the error checking is much, much better and any time >>> an attribute (e.g. of an Atom) is changed or added, there is just >>> one place to update the yaml co...
2012 Oct 23
0
[LLVMdev] Status of YAML IO?
On Oct 22, 2012, at 4:40 PM, Sean Silva wrote: > Hey Nick, what's the status on YAML IO? The other thread seems to have died.\ I'm waiting on Michael Spencer's feedback. The issues I know of right now are: 1) Should we structure YAML I/O to be a more general I/O utility that could support reading and writing other data formats such as JSON or plists. RIght now, all the code is
2012 Oct 22
2
[LLVMdev] Status of YAML IO?
Hey Nick, what's the status on YAML IO? The other thread seems to have died. -- Sean Silva
2012 Oct 30
2
[LLVMdev] Status of YAML IO?
...Reader to return a File*. I'll be prototyping this approach for mach-o. >> >> -Nick >> >> >> On Oct 25, 2012, at 9:59 AM, Sean Silva wrote: >>>> To better understand how a client would use YAML I/O. I've completely rewritten the ReaderYAML and WriterYAML in lld to use YAML I/O. The source code is now about half the size. But more importantly, the error checking is much, much better and any time an attribute (e.g. of an Atom) is changed or added, there is just one place to update the yaml code instead of two places (the reader and writer). >&g...