GithubHelp home page GithubHelp logo

Comments (5)

zoffixznet avatar zoffixznet commented on June 7, 2024

Neither does the -

from doc.

paultcochrane avatar paultcochrane commented on June 7, 2024

I started debugging this a while ago (but got sidetracked) and IIRC, the items directly after a '=head1' were being skipped by the code which selects the items to go into index.js as well as the list of routines. For instance, if you edit lib/Language/operators.pod and move the entry for infix Cยซ+|ยป to directly after =head1 Additive Precedence (line 561 atm) and rebuild the docs (e.g. with make html-nohiglight (so it builds a bit faster)), then you'll find that the entry Infix: +| disappears from the search box and it disappears from the list of routines in routine.html. Strangely enough, infix - does currently show up under http://doc.perl6.org/routine/-, so I don't know why you're not seeing it at present (it doesn't turn up in the search box, but that's probably a separate, however related, issue).

After moving infix +| directly under the =head1 heading in my local build (and thus putting infix + and infix - at second and third places after the heading) made infix + and infix - then appear under routine/+.html and routine/-.html respectively. Hopefully this information helps in debugging/investigating this issue further.

from doc.

Mouq avatar Mouq commented on June 7, 2024

Thanks @zoffixznet for the extra info @paultcochrane for the excellent debugging! That leads me to believe that it's most likely a bug in &find-definitions, which is a little bit scary at the moment and really probably wants a refactor anyway. If no one gets to this earlier, I'll try to take it up this weekend.

from doc.

awwaiid avatar awwaiid commented on June 7, 2024

infix + now shows up in both places -- does that just mean the symptom was relieved or that the problem is fixed?

from doc.

dogbert17 avatar dogbert17 commented on June 7, 2024

Seems to have been fixed some time ago. According to Zoffix this can be closed.

from doc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.