Advertisement
Guest User

Untitled

a guest
May 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. # calling binary: "ocamlmerlin" with arguments: ("server" "errors" "-protocol" "sexp" "-log-file" "-" "-filename" "/home/gamble/dev/reasonml-playground/src/Greeting.re").
  2. # stdout
  3. ((assoc) (class . "exception") (value . "End_of_file
  4. Raised at file \"src/utils/std.ml\", line 656, characters 36-39
  5. Called from file \"src/ocaml/utils/misc.ml\", line 30, characters 20-27
  6. Re-raised at file \"src/ocaml/utils/misc.ml\", line 30, characters 56-57
  7. Called from file \"src/frontend/new/new_merlin.ml\", line 97, characters 18-54
  8. ") (notifications) (timing (assoc) (total . 1.822) (query . 1.22) (reader . 0.582) (ppx . 0.012) (typer . 0.008) (error . 0.)))
  9. # stderr
  10. # 0.01 Mconfig - normalize
  11. {
  12. "ocaml": {
  13. "include_dirs": [],
  14. "no_std_include": true,
  15. "unsafe": false,
  16. "classic": false,
  17. "principal": false,
  18. "real_paths": true,
  19. "recursive_types": false,
  20. "strict_sequence": false,
  21. "applicative_functors": true,
  22. "unsafe_string": true,
  23. "nopervasives": false,
  24. "strict_formats": false,
  25. "open_modules": [ "Whatever" ],
  26. "ppx": [
  27. "/home/gamble/dev/reasonml-playground/node_modules/bs-platform/lib/bsppx.exe",
  28. "/home/gamble/dev/reasonml-playground/node_modules/bs-platform/lib/reactjs_jsx_ppx_2.exe"
  29. ],
  30. "pp": "",
  31. "warnings": {
  32. "actives": [
  33. 1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
  34. 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 43,
  35. 44, 45, 46, 47, 49
  36. ],
  37. "warn_error": []
  38. }
  39. },
  40. "findlib": { "conf": null, "path": [], "toolchain": null },
  41. "merlin": {
  42. "build_path": [
  43. "/home/gamble/dev/reasonml-playground/lib/bs",
  44. "/home/gamble/dev/reasonml-playground/node_modules/bs-platform/lib/ocaml",
  45. "/home/gamble/dev/reasonml-playground/node_modules/reason-react/lib/ocaml",
  46. "/home/gamble/dev/reasonml-playground/lib/bs/src"
  47. ],
  48. "source_path": [
  49. "/home/gamble/dev/reasonml-playground/node_modules/bs-platform/lib/ocaml",
  50. "/home/gamble/dev/reasonml-playground/node_modules/reason-react/lib/ocaml",
  51. "/home/gamble/dev/reasonml-playground/src"
  52. ],
  53. "cmi_path": [],
  54. "cmt_path": [],
  55. "flags_applied": [
  56. { "cwd": "/", "flags": [ "-open", "Whatever" ] },
  57. {
  58. "cwd": "/",
  59. "flags": [
  60. "-ppx",
  61. "/home/gamble/dev/reasonml-playground/node_modules/bs-platform/lib/reactjs_jsx_ppx_2.exe"
  62. ]
  63. },
  64. {
  65. "cwd": "/",
  66. "flags": [
  67. "-ppx",
  68. "/home/gamble/dev/reasonml-playground/node_modules/bs-platform/lib/bsppx.exe"
  69. ]
  70. },
  71. { "cwd": "/", "flags": [ "-nostdlib", "-color", "always" ] },
  72. { "cwd": "/", "flags": [ "-w", "-30-40+6+7+27+32..39+44+45+101" ] }
  73. ],
  74. "extensions": [],
  75. "suffixes": [
  76. { "impl": ".ml", "intf": ".mli" },
  77. { "impl": ".re", "intf": ".rei" }
  78. ],
  79. "stdlib": null,
  80. "reader": [],
  81. "protocol": "sexp",
  82. "log_file": "-",
  83. "trace": false,
  84. "flags_to_apply": [],
  85. "packages_to_load": [],
  86. "dotmerlin_loaded": [ "/home/gamble/dev/reasonml-playground/.merlin" ],
  87. "packages_loaded": [],
  88. "packages_path": [],
  89. "failures": [],
  90. "assoc_suffixes": [
  91. { "extension": ".re", "reader": "reason" },
  92. { "extension": ".rei", "reader": "reason" }
  93. ]
  94. },
  95. "query": {
  96. "filename": "Greeting.re",
  97. "directory": "/home/gamble/dev/reasonml-playground/src",
  98. "printer_width": 0,
  99. "verbosity": 0
  100. }
  101. }
  102. # 0.01 New_commands.run - query
  103. { "command": "errors" }
  104.  
  105. # 0.01 New_merlin.run - Command error backtrace
  106. Raised at file "src/utils/std.ml", line 656, characters 36-39
  107. Called from file "src/ocaml/utils/misc.ml", line 30, characters 20-27
  108. Re-raised at file "src/ocaml/utils/misc.ml", line 30, characters 56-57
  109. Called from file "src/frontend/new/new_merlin.ml", line 97, characters 18-54
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement