nickva commented 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
    * Created initially broken symlink from `src/{docs|fauxton} -> 
_build/_build/default/lib/{docs|fauxton}`
    * `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]


Reply via email to