-
Notifications
You must be signed in to change notification settings - Fork 19
ResolveHooker class #16
Comments
Problem is, it's was only ever needed in certain cases. And I don't On Sun, Oct 25, 2015, 16:34 Jakob Pedersen [email protected] wrote:
|
Yeah I figured it was needed for some exotic edge case, but I always jump at a chance patch some "hacks" ;) |
Yeah. Problem is, FSharp.Core is not a dependency of this project, but it's On Sun, Oct 25, 2015, 18:11 Jakob Pedersen [email protected] wrote:
|
But wouldn't it get pulled in when FSharp.Dnx is referenced, since it references FSharp.Core? |
Hmm. You might be right. I think maybe this was needed because |
I'm trying to get an understanding of the codebase, and I've come across the ResolveHooker class. There's a comment saying it's an ugly hack that should be removed, and I tried commenting it out at https://github.com/fsprojects/fsharp-dnx/blob/master/src/FSharp.Dnx/FSharpCompiler.cs#L66 and it didn't seem to make a difference. Is it still required, do you think, or should it be removed? :)
The text was updated successfully, but these errors were encountered: