Ticket #2076 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 months ago

need to define in spec what docparser does with multple definitions

Reported by: peller Owned by: pottedmeat
Priority: normal Milestone: 1.2
Component: Doc parser Version: 0.4
Severity: normal Keywords:
Cc:

Description

e.g. dojo.requireLocalization in loader.js is defined twice in the code. One definition wraps the other. The first one is the main definition and has the comments, but the docparser seems to blank them out when it sees the second definition. It might be nice if the doc parser were defined to take the first (or last) definition, but ignored overrides with no comments.

Change History

Changed 9 months ago by dylan

  • milestone set to 1.2

Changed 9 months ago by peller

I think this works now?

Changed 2 months ago by peller

  • status changed from new to closed
  • resolution set to wontfix

this works because we refactored the code so that the other definition is hidden elsewhere in the namespace. I don't know whether the original problem still exists in the parser, but since there's been no follow-up, I'm going to close this as wontfix.

Note: See TracTickets for help on using tickets.