mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* - deprecate JSMol::is_valid() and JSReaction::is_valid() - methods returning JSMol and JSReaction objects now return nullptr upon failure rather than an invalid object * changes in response to review * unexposed JSReaction::is_valid given it was not exposed before this PR --------- Co-authored-by: Tosco, Paolo <paolo.tosco@novartis.com>