Nick Vatamaniuc
Nick Vatamaniuc
@Tom-python0121 thanks for double checking. When I run `./configure` from the tar.gz I get only: ``` $ ./configure ==> configuring couchdb in rel/couchdb.config You have configured Apache CouchDB, time to...
@Tom-python0121 exactly, it doesn't seem right that it's downloading and fetching rebar2 or rebar3. Those scripts should be in the the .tgz already. Just to double-check again wonder if we're...
> I downloaded it from this URL, isn't it? Are there any other URLs? > > ``` > wget https://github.com/apache/couchdb/archive/refs/tags/3.3.0-RC2.tar.gz > [root@bigdata spack-stage-couchdb-3.3.0-RC2-pp6mytoamrlxeaykdrgpytuslzbxyo63]# sha256sum 3.3.0-RC2.tar.gz > 0b823f7027c2ec18677d8fe4cc02977893579491763897d5fcc2696983c15eb6 3.3.0-RC2.tar.gz > ```...
@Tom-python0121 sorry for the delayed response. It looks like there is some exception throw. The eunit (the test framework used to run the tests) dumps extra logs in `src/$app/.eunit/couch.log`. In...
Added QuickJS CI job variants which test each Erlang version alongside Spidermonkey. All have nouveau enabled as well.
A NIF would be easier to do if we didn't have the getRow/sendRow sub-protocol for list/show, where we have to call back into Erlang, wait for a row, then return...
Some progress update: * Updated QuickJS with the latest from upstream. We carried a few patches (a CVE patch, FreeBSD compat, and some others). All those have been merged upstream...
Another update: * The scanner app moved to it's own PR https://github.com/apache/couchdb/pull/5014. With a sample plugin to detect CouchDB 4.x planned deprecated ddoc features. * As requested by a CouchDB...
After another update, now ready for review: * Added Windows support using MSYS2 glazier [PR](https://github.com/apache/couchdb-glazier/pull/32) * A [Scanner](https://github.com/apache/couchdb/pull/5014) plugin. * Documentation * CI jobs with QuickJS as the default
Thanks for checking, Ronny!