fsprojects / FSharp.Compiler.PortaCode

The PortaCode F# code format and corresponding interpreter. Used by Fabulous and others.
Other
42 stars 11 forks source link

get tests working again #23

Closed dsyme closed 3 years ago

dsyme commented 3 years ago
dsyme commented 3 years ago

@TimLariviere Some command line arguments changed which may impact Fabulous if you update to this.

I don't recommend updating just yet as I'm going to do some more work in this repo. My plan is to allow --livecheck to do a dynamic compilation to a .NET assembly so we get real .NET types for the types being declared, making everything much more accurate, even if we still interpret in order to pick up analysis information (e.g. quick info and exact intellisense location) about the interpretation. This won't be of much interest to Fabulous however.