mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* MMPA functions exposure * Minilib exposure: mmp * minilib: mmpa - test added * minilib: mmpa - failing test added * - MolList should return null when the corresponding ROMOL_SPTR is a nullptr - changed first into cores - changed second into sidechains - renamed some functions and constants * - made JSMolList::at() and JSMolList::pop() robust against attempting to dereference null ROMOL_SPTR - added tests for the above * Update Code/MinimalLib/minilib.h Co-authored-by: Paolo Tosco <paolo.tosco.mail@gmail.com> * changes after review * Update Code/MinimalLib/minilib.cpp Co-authored-by: Greg Landrum <greg.landrum@gmail.com> --------- Co-authored-by: ptosco <paolo.tosco@novartis.com> Co-authored-by: Paolo Tosco <paolo.tosco.mail@gmail.com> Co-authored-by: Greg Landrum <greg.landrum@gmail.com>