less than 1 minute read

前回のあらすじ: 2021-09-05 Dev Meeting もくもくlog

今日やろうと思ったこと追記型

  • ConfluenceのLabelsをJekyll向けにtagsに変換してやる

  • 事務処理

  • キャリーオーバー

    • 最近の OCaml の build tool について調べて適用する

    • VSCode に OCaml 対応環境を入れる

    • 半仕事半プライベートなメールの処理

 

今日やれたことのlog

  • 前回どこかに言っていたLabels to tags のcommit発掘というかコミットされていないのをとある環境で発見。

  • まず https://github.com/ocamllabs/vscode-ocaml-platform 試そうということで

    • $ opam install ocaml-lsp-server

    • きになったので(フラグ)ocamlformat ocamlformat-rpc

Build your project with Dune to get go-to-definition, auto-completion, etc.

とのことなので、やはり dune.

一番気になったのは

I am getting Unbound module ... error. What should I do?

Make sure the module should be visible, e.g., there is no typo in the module name, you added the module to libraries stanza in your dune file, etc.

の部分なので、実際は設定だけあればよい? いや

Important note: OCaml Language Server has its information about the files from the last time your built your project.

なので、この制限はocaml-lsp-server由来なのか。であれば逆にstandardとしてこの組み合わせは一応筋はいいのかな?

というところで徐々に〆。

気になったこと

  • ReasonML とは。

Updated: