Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Interesting quirk in IDLdoc (3.5.0)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
tom.grydel...@gmail.com  
View profile  
 More options Oct 5 2012, 4:20 pm
Newsgroups: comp.lang.idl-pvwave
From: tom.grydel...@gmail.com
Date: Fri, 5 Oct 2012 13:20:46 -0700 (PDT)
Local: Fri, Oct 5 2012 4:20 pm
Subject: Interesting quirk in IDLdoc (3.5.0)
I spent a couple of hours this friday evening tracking down why all my RST comments in one file disappeared, and I could not see anything wrong with my comments.

I managed to whittle it down to this, the smallest case that reproduces the behaviour.
IDL has no problem with the extra $ after 'begin', but it seems to upset IDLdoc tremedously.

; ------------------ >8 -----------
;+
; One description
;-
pro one
    if 1 then begin $           ; remove the dollar on this line to restore sanity
        print, "hello, "
    endif
end

;+
; This description (and everything from here on) disappears
;-
pro two
    print, " world!"
end


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Galloy  
View profile  
 More options Oct 5 2012, 7:50 pm
Newsgroups: comp.lang.idl-pvwave
From: Michael Galloy <mgal...@gmail.com>
Date: Fri, 05 Oct 2012 17:50:09 -0600
Local: Fri, Oct 5 2012 7:50 pm
Subject: Re: Interesting quirk in IDLdoc (3.5.0)
On 10/5/12 2:20 PM, tom.grydel...@gmail.com wrote:

IDLdoc counts begin/end's and that $ probably confused it. Not sure why
the TWO routine is found, but the header is not. Will have to take a
look at it.

Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Galloy  
View profile  
 More options Oct 5 2012, 7:53 pm
Newsgroups: comp.lang.idl-pvwave
From: Michael Galloy <mgal...@gmail.com>
Date: Fri, 05 Oct 2012 17:53:54 -0600
Local: Fri, Oct 5 2012 7:53 pm
Subject: Re: Interesting quirk in IDLdoc (3.5.0)
On 10/5/12 5:50 PM, Michael Galloy wrote:

> IDLdoc counts begin/end's and that $ probably confused it. Not sure why
> the TWO routine is found, but the header is not. Will have to take a
> look at it.

I confirm it is a bug, here's the ticket:

   http://idldoc.idldev.com/ticket/87

Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Galloy  
View profile  
 More options Oct 8 2012, 6:29 pm
Newsgroups: comp.lang.idl-pvwave
From: Michael Galloy <mgal...@gmail.com>
Date: Mon, 08 Oct 2012 16:29:20 -0600
Local: Mon, Oct 8 2012 6:29 pm
Subject: Re: Interesting quirk in IDLdoc (3.5.0)
On 10/5/12 5:53 PM, Michael Galloy wrote:

> On 10/5/12 5:50 PM, Michael Galloy wrote:
>> IDLdoc counts begin/end's and that $ probably confused it. Not sure why
>> the TWO routine is found, but the header is not. Will have to take a
>> look at it.

> I confirm it is a bug, here's the ticket:

>    http://idldoc.idldev.com/ticket/87

Fixed in r846. Check out the trunk if you want to try it out:

   svn co http://svn.idldev.com/idldoc/trunk idldoc

Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »