Clean up desc() vs. toString() mess #16

Open
opened 2024-06-17 08:42:46 +02:00 by ni · 1 comment
ni commented 2024-06-17 08:42:46 +02:00 (Migrated from git.w21.org)

This could make a lot of casual object printing easier or rather more descriptive.

For now, only desc() does the cycle checking, so toString() must call desc() for potentially cyclic data structures.

But then, where do I need which of these? It isn't really clear to begin with.

This could make a lot of casual object printing easier or rather more descriptive. For now, only desc() does the cycle checking, so toString() must call desc() for potentially cyclic data structures. But then, where do I need which of these? It isn't really clear to begin with.
ni commented 2024-06-17 08:42:59 +02:00 (Migrated from git.w21.org)

changed the description

changed the description
ni self-assigned this 2026-05-07 17:54:20 +02:00
Sign in to join this conversation.
No description provided.