Леонид Юрьев (Leonid Yuriev)

Results 92 comments of Леонид Юрьев (Leonid Yuriev)

> > cmake: replace using sed by CMake's configure_file(). > I did that because that way it's consistent with what's in GNUmakefile Using `sed` - is a unix/Makefile way, but...

> About CentOS 6: It's EOL since November 30th https://wiki.centos.org/About/Product For clarification: I mean we should provide support for RHEL6, but may use CentOS6 for this.

Just in case, there is a simple, generally accepted solution for an system-aware error codes: - C-library exports some constants (i.e. const variables, not enums nor defines/macros) which library/API-aware names...

> I just found the errno module. It exports all errors. I'll make a PR for using it and change all the currently hardcoded OS specific errors. OK, but note...

Two major points related to this: 1. I wanna to have a strong stable baseline version before any consequent changes. The situation was close to such point but an unexpected...

The rare conditions are needed repoduce this bug, so change priority to 'minor'. In other words: - we could make a release; - code is even better than before.

В сущности это проявление проблемы, ранее уже замеченной и описанной в https://github.com/ReOpen/ReOpenLDAP/issues/102 Её устранение требует серьёзной доработки. Возможно что разумным выходом будет отключение/удаление некоторых возможностей или изменение протокола (потеря совместимости...

But please wait while I will release C++ "bindings" for libmdbx.

@snej, please take look at [C++ API](https://github.com/erthink/libmdbx/blob/6eb816642bb355357e0a8194d3b471ca3d4573f0/mdbx.h%2B%2B) (draft) and join the discussion in the https://t.me/libmdbx.

Binding for Nim is [available](https://github.com/snej/nimdbx) now by Jens Alfke (@snej).