Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. The resulting target order is:
  2. - GenerateDocs
  3. Starting Target: GenerateDocs
  4. C:\Users\cviot\Desktop\fablews\Fable\packages\docs\FAKE\tools\FAKE.exe --fsiargs -d:FAKE "docs.fsx"
  5. FsiEvaluationException:
  6.  
  7. Error:
  8.  
  9. docs.fsx(320,32): error FS0001: This expression was expected to have type
  10. ByteSegment
  11. but here has type
  12. byte []
  13.  
  14.  
  15. Output: [Loading C:\Users\cviot\Desktop\fablews\Fable\packages\docs\FSharp.Formatting\FSharp.Formatting.fsx
  16. Loading C:\Users\cviot\Desktop\fablews\Fable\docs\liquid.fs
  17. Loading C:\Users\cviot\Desktop\fablews\Fable\docs\helpers.fs
  18. Loading C:\Users\cviot\Desktop\fablews\Fable\docs\docs.fsx]
  19.  
  20.  
  21. Input: C:\Users\cviot\Desktop\fablews\Fable\docs\docs.fsx
  22. \Arguments:
  23. C:\fsi.exe
  24. --define:FAKE
  25.  
  26. Exception: Yaaf.FSharp.Scripting.FsiEvaluationException: Error while compiling or executing fsharp snippet. ---> System.Exception: Operation failed. The error text has been print the error stream. To return the corresponding FSharpErrorInfo use the EvalInteractionNonThrowing, EvalScriptNonThrowing or EvalExpressionNonThrowing
  27. at Microsoft.FSharp.Compiler.Interactive.Shell.FsiEvaluationSession.commitResult[a,b](FSharpChoice`2 res)
  28. at Microsoft.FSharp.Compiler.Interactive.Shell.FsiEvaluationSession.EvalScript(String filePath)
  29. at Yaaf.FSharp.Scripting.Helper.evalScript@1303.Invoke(String arg00) in C:\code\fake\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 1303
  30. at Yaaf.FSharp.Scripting.Helper.save_@1276-2.Invoke(Unit unitVar0) in C:\code\fake\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 1277
  31. at Yaaf.FSharp.Scripting.Helper.consoleCapture[a](TextWriter out, TextWriter err, FSharpFunc`2 f) in C:\code\fake\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 1221
  32. at Yaaf.FSharp.Scripting.Helper.redirectOut@1247[a](Boolean preventStdOut, OutStreamHelper out, OutStreamHelper err, FSharpFunc`2 f) in C:\code\fake\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 1254
  33. at Yaaf.FSharp.Scripting.Helper.save_@1275-1.Invoke(String text) in C:\code\fake\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 1276
  34. --- End of inner exception stack trace ---
  35. at Yaaf.FSharp.Scripting.Helper.save_@1275-1.Invoke(String text) in C:\code\fake\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 1284
  36. at Yaaf.FSharp.Scripting.Helper.session@1306.Yaaf-FSharp-Scripting-IFsiSession-EvalScriptWithOutput(String ) in C:\code\fake\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 1308
  37. at Fake.FSIHelper.runScriptUncached(Boolean useCache, String scriptPath, IEnumerable`1 fsiOptions, Boolean printDetails, CacheInfo cacheInfo, TextWriter out, TextWriter err) in C:\code\fake\src\app\FakeLib\FSIHelper.fs:line 471
  38. docs.fsx(320,32): error FS0001: This expression was expected to have type
  39. ByteSegment
  40. but here has type
  41. byte []
  42.  
  43. Running build failed.
  44. Error:
  45. System.Exception: Generating documentation failed
  46. at FSI_0005.Build.clo@519-39.Invoke(Unit _arg6)
  47. at Fake.TargetHelper.runSingleTarget(TargetTemplate`1 target) in C:\code\fake\src\app\FakeLib\TargetHelper.fs:line 492
  48.  
  49. ---------------------------------------------------------------------
  50. Build Time Report
  51. ---------------------------------------------------------------------
  52. No target was successfully completed
  53. ---------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement