iwillspeak / feersum

A Scheme compiler that targets .NET written in F#
http://playlist.feersum-scheme.net
MIT License
24 stars 1 forks source link

Update Cecil to 0.11.4 #20

Closed iwillspeak closed 3 years ago

iwillspeak commented 3 years ago

Latest Mono.Cecil is now 0.11.4. This seems to have improvements around PDB generation for in-meory assemblies which could be useful for the REPL, and other debug document related fixes and improvements.

https://www.nuget.org/packages/Mono.Cecil/0.11.4

iwillspeak commented 3 years ago

I'll do this.