nickva edited a comment on pull request #3938:
URL: https://github.com/apache/couchdb/pull/3938#issuecomment-1067590688
Some progress
* Basic Erlang app structure in raw dependencies seems to have worked
(thanks, Tristan!)
* Created an initially broken symlink from `src/{docs|fauxton} ->
_build/_build/default/lib/{docs|fauxton}` which later gets filled in by the
`get-deps`. This mainly to avoid altering docs and Fauxton tooling which
expects those in deps in those directories.
* `configure` i.e. download rebar3, get-deps seems to work
* `make` works as well, but not sure if it all the artifacts end up in the
right place
* eunit starts and runs for a few basic erlang app but chokes on a NIF
```
module 'couch_debug'
link_tree tests
couch_debug:753: should_have_same_shape...[0.001 s] ok
couch_debug:761: should_include_extra_info...[0.001 s] ok
[done in 0.020 s]
[done in 0.020 s]
module 'couch_doc'
undefined
*** test module not found ***
**couch_ejson_compare
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]