develooper Front page | perl.perl6.internals | Postings from January 2008

[svn:parrot-pdd] r25113 - trunk/docs/pdds/draft

From:
allison
Date:
January 21, 2008 14:39
Subject:
[svn:parrot-pdd] r25113 - trunk/docs/pdds/draft
Author: allison
Date: Mon Jan 21 14:39:35 2008
New Revision: 25113

Modified:
   trunk/docs/pdds/draft/pdd19_pir.pod

Log:
[pdd] Approve proposal for changing '#line' to '.line', RT#45857.


Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd19_pir.pod	(original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod	Mon Jan 21 14:39:35 2008
@@ -345,33 +345,15 @@
 
 End a compilation unit. Always paired with C<.sub>.
 
-=item #line <integer> <string>
-
-Set the line number and filename to the value specified. This is useful in
-case the PIR code is generated from some source file, and any error messages
-should print the source file's location, not the line number and filename of
-the generated file.
-
-{{ PROPOSAL: Change this to:
-
- .line <integer> ',' <string>
-
-which is more consistent, and not as confusing as #line, which looks as a comment.
-Also, the #line directive must be at the beginning of the line. See [RT#45857]. }}
-
-=item #line <integer> <string>
+=item .line <integer>, <string>
 
 Set the line number and filename to the value specified. This is useful in
 case the PIR code is generated from some source file, and any error messages
 should print the source file, not the line number and filename of the generated
 file.
 
-{{ PROPOSAL: Change this to:
-
- .line <integer> ',' <string>
-
-which is more consistent, and not as confusing as #line, which looks as a comment.
-Also, the #line directive must be at the beginning of the line. See [RT#45857]. }}
+{{ DEPRECATION NOTE: was C<<#line <integer> <string>>>. See [RT#45857],
+[RT#43269], and [RT#47141]. }}
 
 =back
 



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About