You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Now `/usr/bin/opam install merlin ocp-indent core async ppx_jane ppx_deriving` (everything we depend on, that you want autocompletes for) for doc reasons
64
-
* Make sure you have `au FileType ocaml set omnifunc=merlin#Complete` in your vimrc
65
-
* Install an auto-completer (such as YouCompleteMe) and a syntastic (such syntastic or ALE)
66
-
67
-
* If you use vscode, you might like these extensions
68
-
*[OCaml and Reason IDE](https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml)
* Now `/usr/bin/opam install merlin ocp-indent core async ppx_jane ppx_deriving` (everything we depend on, that you want autocompletes for) for doc reasons
71
+
* Make sure you have `au FileType ocaml set omnifunc=merlin#Complete` in your vimrc
72
+
* Install an auto-completer (such as YouCompleteMe) and a syntastic (such syntastic or ALE)
73
+
* If you use vscode, you might like these extensions
74
+
*[OCaml and Reason IDE](https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml)
and external/digestif/src-c/.digestif_c.objs/rakia.cmx
121
127
make inconsistent assumptions over implementation Rakia
@@ -127,6 +133,7 @@ Here, the offending path is `external/digestif/src-c/.diestif_c.objs`.
127
133
## Docker Image Family Tree
128
134
129
135
Container Stages:
130
-
* Stage 0: Initial Image [ocaml/opam2:debian-9-ocaml-4.07](https://hub.docker.com/r/ocaml/opam2/) (opam community image, ~880MB)
136
+
137
+
* Stage 0: Initial Image [ocaml/opam2:debian-9-ocaml-4.07](https://hub.docker.com/r/ocaml/opam2/) (opam community image, ~880MB)
131
138
* Stage 1: [coda toolchain](https://github.com/CodaProtocol/coda/blob/master/dockerfiles/Dockerfile-toolchain) (built by us, stored on docker hub, ~2GB compressed)
132
139
* Stage 2: [codabuilder](https://github.com/CodaProtocol/coda/blob/master/dockerfiles/Dockerfile) (built with `make docker`, used with `make build`, ~2GB compressed)
- Why is this design the best in the space of possible designs?
29
-
- What other designs have been considered and what is the rationale for not choosing them?
30
-
- What is the impact of not doing this?
30
+
* Why is this design the best in the space of possible designs?
31
+
* What other designs have been considered and what is the rationale for not choosing them?
32
+
* What is the impact of not doing this?
31
33
32
-
# Prior art
34
+
##Prior art
33
35
[prior-art]: #prior-art
34
36
35
37
Discuss prior art, both the good and the bad, in relation to this proposal.
36
-
A few examples of what this can include are:
37
38
38
-
# Unresolved questions
39
+
##Unresolved questions
39
40
[unresolved-questions]: #unresolved-questions
40
41
41
-
- What parts of the design do you expect to resolve through the RFC process
42
-
before this gets merged?
43
-
- What parts of the design do you expect to resolve through the implementation
44
-
of this feature before merge?
45
-
- What related issues do you consider out of scope for this RFC that could be
46
-
addressed in the future independently of the solution that comes out of this
47
-
RFC?
42
+
* What parts of the design do you expect to resolve through the RFC process before this gets merged?
43
+
* What parts of the design do you expect to resolve through the implementation of this feature before merge?
44
+
* What related issues do you consider out of scope for this RFC that could be addressed in the future independently of the solution that comes out of this RFC?
0 commit comments