opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
796 stars 225 forks source link

Bug fix deletion (hiding) of atoms inside frames #2996

Closed linas closed 1 year ago

linas commented 1 year ago

Deletion of atoms is actually hiding of atoms, when they're being deleted in an atomspace layer that sits on top of another atomspace. This mostly all worked just fine, except in the few corner cases where it didn't. I think I found them all, and fixed them. New unit tests, too.