2024-12-03 ┃ edited ┃ RE: wolf480pl
@wolf480pl Yeah, it should point you to the slot definition that requested the trivial accessors. And the DEFCLASS macroexpands into pretty much exactly what I did so the autogenerated things behave like normal generic functions rather than magic operators or something.
Of course someone could write their own tooling that doesn't handle jumping to the correct location in the source (before macroexpanding), but the de facto standard SLIME/SWANK protocol for interactive development like that does handle it
https://tilde.zone/@nytpu/113589856526959322
@nytpu nice!
────
────