Thread overview
[Issue 9098] New: Error with ddoc: octal digit expected
Nov 29, 2012
Andrej Mitrovic
Dec 02, 2012
Andrej Mitrovic
Jan 13, 2013
yebblies
Jan 13, 2013
Andrej Mitrovic
Jan 14, 2013
yebblies
November 29, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9098

           Summary: Error with ddoc: octal digit expected
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: andrej.mitrovich@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-11-29 13:24:25 PST ---
Seems to be introduced in 2.060:

D:\dmd-git\dmd2\src\d-programming-language.org>make -f win32.mak function.html dmd -o- -c -D macros.ddoc windows.ddoc doc.ddoc function.dd

(1): Error: Octal digit expected
(10): Error: Octal digit expected
(12): Error: Octal digit expected

The html file is properly generated (diff shows they match in 2.059 and 2.060).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 02, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9098


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
         AssignedTo|nobody@puremagic.com        |andrej.mitrovich@gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-12-02 09:19:43 PST ---
https://github.com/D-Programming-Language/d-programming-language.org/pull/203

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 02, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9098


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alex@lycus.org
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9098


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com


--- Comment #2 from yebblies <yebblies@gmail.com> 2013-01-13 17:55:46 EST ---
Why on earth aren't the errors gagged while processing code samples?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 13, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9098



--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-13 07:58:02 PST ---
(In reply to comment #2)
> Why on earth aren't the errors gagged while processing code samples?

Because it allows us to catch bugs like these before the user has to face disappointment when he finds out the code doesn't compile.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 14, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9098



--- Comment #4 from yebblies <yebblies@gmail.com> 2013-01-14 20:01:19 EST ---
(In reply to comment #3)
> (In reply to comment #2)
> > Why on earth aren't the errors gagged while processing code samples?
> 
> Because it allows us to catch bugs like these before the user has to face disappointment when he finds out the code doesn't compile.

But it only catches lexical errors...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------