Open runefs opened 9 years ago
Can you post your client <@ ... @>
instances? I mean the inside of those expressions. This error means that either one of those instances (we should improve error reporting here and print what expressions failed...) don't conform to the expected form, or that "something else" broke. Seeing your client expressions would greatly help, thanks!
Ah, sorry, accidentally closed issue, reopening.
Of course client <@ Metrics.Main("trello") @>
I've reduced the above function to
let Main teamName =
Doc.Empty
and it still fails
I also tried reducing the function to simply
let f() = Doc.Empty
in the main module which fails however if I reduce it further to
[client <@ Doc.Empty @>]
it doesn't fail any more substituting Doc.Empty
with text ""
or similar also works
I have a web site that worked prior to updating to mono 4.2. I no get the following. Abbriviated stack trace
I have the following references and are compiling with xbuild in Xamarin Studio. If I compile with MSBuild I get an error saying "Unknown MSBuild error try compiling again"