-
Notifications
You must be signed in to change notification settings - Fork 12
Can't use Buffer module in Jenga #26
Comments
The jengaroot.ml is an ocaml_plugin plugin. To use the |
Thanks for the reply. I will see how I can build my own jenga However, the workaround with the qualified Buffer path doesn't work On 06/13, Thomas Refis wrote:
|
What's the issue when using the fully qualified path? |
You're right. Looks like it's a different issue. The module seem to be there - I can alias it with
|
Core.Std.Caml.Buffer is defined as an alias for the standard buffer module, but the problem is that we dont embed the buffer.cmi for this. So currently, building your own jenga.exe is probably the only solution. Sorry. |
Doing something like
ignore (Buffer.create 128)
in your jengaroot.ml doesn't work:The text was updated successfully, but these errors were encountered: