no, that's not the case, I just tried it. here's the relevant PR: https://github.com/pure-data/pure-data/pull/630 - feel free to test and comment!
 
Gesendet: Sonntag, 12. Mai 2019 um 02:35 Uhr
Von: "Jonathan Wilkes" <jancsika@yahoo.com>
An: "Alexandre Torres Porres" <porres@gmail.com>, "Christof Ressi" <christof.ressi@gmx.at>
Cc: Pd-List <pd-list@lists.iem.at>
Betreff: Re: [PD] Full stop '.' in class namespace
> On Saturday, May 11, 2019, 4:08:45 PM PDT, Christof Ressi <christof.ressi@gmx.at> wrote:
 
"cyclone/gate" <-> "gate"). now if 'class_loadsym' *doesn't* match the classname we can assume that it's the name of a multi-object-per-binary library, prepend it to the classname and register that as an alternative creator. 
 
If a [declare -lib foo] is nested somewhere in [myAbstraction], wouldn't this algorithm erroneously add a
"myAbstraction/foo" creator?
 
-Jonathan