Project

General

Profile

« Previous | Next » 

Revision 6a16c3e2

Added by jhawthorn (John Hawthorn) about 1 month ago

Remove too_complex GC assertion

Classes from the default namespace are not writable, however they do not
transition to too_complex until they have been written to inside a user
namespace. So this assertion is invalid (as is the previous location it
was) but it doesn't seem to provide us much value.

Co-authored-by: Aaron Patterson