Jb Evain
20 years ago
Hello there,
I'm pretty happy with the work I've achieved last week. I've corrected
a good number of bugs, Cecil is now able to write assemblies, and I've
already started to work on the lasts parts of the task left:
* Filling properly the metadata tables with data from Cecil's
reflection object graph (Mono.Cecil.Implem/ReflectionWriter).
* Writing the code to encode a method body into bytes
(Mono.Cecil.Implem/CodeWriter).
* Writing the code to write and cache signatures to the blob
(Mono.Cecil.Signatures/SignatureWriter).
I still have a good amount of TODO in my code, but now that the basis
are there, it's easy and quick to move on.
Plan for the nexts weeks:
Continue to work on these last parts. Before the next report, I think
I'll be able to write assemblies of medium complexity, containing
methods, fields, properties.
Keep up the good work everyone!
Jb
I'm pretty happy with the work I've achieved last week. I've corrected
a good number of bugs, Cecil is now able to write assemblies, and I've
already started to work on the lasts parts of the task left:
* Filling properly the metadata tables with data from Cecil's
reflection object graph (Mono.Cecil.Implem/ReflectionWriter).
* Writing the code to encode a method body into bytes
(Mono.Cecil.Implem/CodeWriter).
* Writing the code to write and cache signatures to the blob
(Mono.Cecil.Signatures/SignatureWriter).
I still have a good amount of TODO in my code, but now that the basis
are there, it's easy and quick to move on.
Plan for the nexts weeks:
Continue to work on these last parts. Before the next report, I think
I'll be able to write assemblies of medium complexity, containing
methods, fields, properties.
Keep up the good work everyone!
Jb