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
Note: clean up is necessary since the binary artifacts between versions of compiler may be incompatible.
73
73
74
-
### Using esy in development
74
+
### Using esy in development (experimental)
75
75
76
76
You can use [esy](https://esy.sh) to develop bucklescript. By default esy will do "out of source builds" which means that all the changes will happen outside the current directory. To be able to bspack the needed files and get sources that you can commit you will have to change the following in the `esy.json`.
77
77
@@ -241,7 +241,7 @@ Since BuckleScript is distributed under the terms of the [LGPL Version 3](LICENS
241
241
are licensed under the same terms. In order for us to be able to accept your contributions,
242
242
we will need explicit confirmation from you that you are able and willing to provide them under
243
243
these terms, and the mechanism we use to do this is called a Developer's Certificate of Origin
244
-
[DCO](DCO.md). This is very similar to the process used by the Linux(R) kernel, Samba, and many
244
+
[DCO](DCO.md). This is very similar to the process used by the Linux(R) kernel, Samba, and many
245
245
other major open source projects.
246
246
247
247
To participate under these terms, all that you must do is include a line like the following as the
0 commit comments