> Just as an example of something that is probably not fine: Iâ??ve read > that symrefs are dereferenced only to a depth of four. And then you > donâ??t want to create some contraption which relies on many levels of > dereferencing. SYMREF_MAXDEPTH is defined as 5, so yes, there is a limit to the level of recursiveness we allow. Patrick