Zulip Chat Archive

Stream: lean4

Topic: Ctrl-click on `Substring.Raw.prev`


Damiano Testa (Dec 23 2025 at 12:51):

In the code below, Ctrl-click on Substring.Raw.prev takes to the correct file on line 91. However, docs#Substring.Raw.prev is on line 107, with doc-string starting on line 100.

#check Substring.Raw.prev

Damiano Testa (Dec 23 2025 at 12:52):

I tried it again and now it goes to the correct line!

Damiano Testa (Dec 23 2025 at 12:53):

Here is a picture showing what I sometimes see:

image.png

Marc Huisinga (Jan 14 2026 at 12:08):

Thanks for the report! lean4#12000

Kim Morrison (Jan 27 2026 at 03:34):

Note that we had to revert lean#12000, and lean#12150 now tracks this still open issue.


Last updated: Feb 28 2026 at 14:05 UTC