Dmitry Morozov

Results 13 issues of Dmitry Morozov

@dsyme described an issue with dynamic assemblies in comments here: https://github.com/fsprojects/FSharp.Interop.PythonProvider/blob/master/src/PythonTypeProviderProxy/Program.fs#L11 To fix the issue following code in Python.Runtime https://github.com/pythonnet/pythonnet/blob/develop/pythonnet/src/runtime/assemblymanager.cs#L90 ``` static void AssemblyLoadHandler(Object ob, AssemblyLoadEventArgs args){ Assembly assembly =...

### Description https://twitter.com/dsyme/status/742300239739166720 https://fslang.uservoice.com/forums/245727-f-language/suggestions/13412670-add-feature-to-allow-string-literals-to-be-separat ### Expected behavior ``` FSharp type MyQuery = StringReader // the type provider should also accept encoding as static param open FSharp.Data let getData() = use...

Described here https://stackoverflow.com/questions/8154730/object-expression-for-abstract-class-without-abstract-members I propose we allow it because it's necessary when base class has protected constructor. The existing way of approaching this problem in F# is ... Define top...

approved-in-principle
area: object-programming