I've got to the point where I can run build.fsx on Osx (I had to add some #I include paths - I'll get a PR together when I get this sorted as I also added #I parsing into the build rules.).
When I run it hangs, with no activity, I guess its waiting on a channel or something in Hopac. I'm sprinkling tracefn calls around to see if I can track where...
I've got to the point where I can run
build.fsxon Osx (I had to add some#Iinclude paths - I'll get a PR together when I get this sorted as I also added#Iparsing into the build rules.).When I run it hangs, with no activity, I guess its waiting on a channel or something in Hopac. I'm sprinkling
tracefncalls around to see if I can track where...