You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TASK] Drop getLineNo() from the Renderable interface (#1038)
The concept of being able to get rendered is logically independent
from having a position in the input stream.
Hence, both concepts should not be conflated in the
`Renderable` interface.
(We might want to add a dedicated interface for classes that
are linked to specific points in the input stream later, though.)
0 commit comments