digitalmars.D - Site updated to Phobos 2.054
- Andrei Alexandrescu (6/6) Jul 18 2011 There was a misunderstanding between Walter and myself - he thought I
- Johann MacDonagh (15/21) Jul 18 2011 Some tables aren't being generated correct. On lex.dd:
- Andrej Mitrovic (1/1) Jul 18 2011 404: http://d-programming-language.org/phobos/std_bitarray.html
- Andrej Mitrovic (3/3) Jul 18 2011 What the duck is std.recls ?
- Johann MacDonagh (51/54) Jul 18 2011 Here's a list of all the broken links that Xenu reported. I ignored
- Andrei Alexandrescu (6/10) Jul 18 2011 There was a mixup of macros that caused some stuff to be wrongly
- Johann MacDonagh (2/13) Jul 18 2011 Nope, lex.html's Byte Order Marks table is still the same.
- Johann MacDonagh (3/19) Jul 18 2011 Oops, scratch that. Hitting F5 pulled in the cached version. A Ctrl+F5
- Andrew Wiley (3/28) Jul 19 2011 I'm guessing the page for etc.c.zlib isn't supposed to be blank?
There was a misunderstanding between Walter and myself - he thought I needed the tag v2.054 on the d-programming-language.org repository, whereas I needed it in the phobos repository. The website www.d-p-l.org is NOW updated to the latest and greatest. Thanks, Andrei
Jul 18 2011
On 7/18/2011 6:58 PM, Andrei Alexandrescu wrote:There was a misunderstanding between Walter and myself - he thought I needed the tag v2.054 on the d-programming-language.org repository, whereas I needed it in the phobos repository. The website www.d-p-l.org is NOW updated to the latest and greatest. Thanks, AndreiSome tables aren't being generated correct. On lex.dd: $(TABLE2 UTF Byte Order Marks, $(THEAD Format, BOM) $(TROW UTF-8, EF BB BF) $(TROW UTF-16BE, FE FF) $(TROW UTF-16LE, FF FE) $(TROW UTF-32BE, 00 00 FE FF) $(TROW UTF-32LE, FF FE 00 00) $(TROW ASCII, no BOM) ) And the generated HTML: <table border=1 cellpadding=4 cellspacing=0><caption>UTF Byte Order Marks</caption> </table>
Jul 18 2011
404: http://d-programming-language.org/phobos/std_bitarray.html
Jul 18 2011
What the duck is std.recls ? It's listed here: http://d-programming-language.org/phobos/#std
Jul 18 2011
On 7/18/2011 7:31 PM, Andrej Mitrovic wrote:What the duck is std.recls ? It's listed here: http://d-programming-language.org/phobos/#stdHere's a list of all the broken links that Xenu reported. I ignored phobos-prerelease and all external links (there are some that are broken). Some of these are false positives (any that say www.d-p-l.org/../somepath can't be found probably is): http://www.d-programming-language.org/../1.0/changelog.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/features2.html http://www.d-programming-language.org/../phobos/std_range.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/glossary.html http://www.d-programming-language.org/32-64-portability.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/windows.html http://www.d-programming-language.org/dll.html http://www.d-programming-language.org/htomodule.html http://www.d-programming-language.org/COM.html http://www.d-programming-language.org/d5.gif error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/iasm.html http://www.d-programming-language.org/phobos/core_stdc.time.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/intro-to-datetime.html http://www.d-programming-language.org/phobos/core_TickDuration.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/std_datetime.html http://www.d-programming-language.org/phobos/erf.gif error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/std_math.html http://www.d-programming-language.org/phobos/erfc.gif error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/std_math.html http://www.d-programming-language.org/phobos/std_bind.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/phobos/std_bitarray.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/features2.html http://www.d-programming-language.org/phobos/std_boxer.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/phobos/std_gc.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html http://www.d-programming-language.org/phobos/std_hiddenfunc.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/features2.html http://www.d-programming-language.org/phobos/std_recls.html error code: 404 (not found), linked from page(s): http://www.d-programming-language.org/phobos/index.html
Jul 18 2011
On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:There was a misunderstanding between Walter and myself - he thought I needed the tag v2.054 on the d-programming-language.org repository, whereas I needed it in the phobos repository. The website www.d-p-l.org is NOW updated to the latest and greatest.There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Jul 18 2011
On 7/18/2011 8:28 PM, Andrei Alexandrescu wrote:On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:Nope, lex.html's Byte Order Marks table is still the same.There was a misunderstanding between Walter and myself - he thought I needed the tag v2.054 on the d-programming-language.org repository, whereas I needed it in the phobos repository. The website www.d-p-l.org is NOW updated to the latest and greatest.There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Jul 18 2011
On 7/18/2011 9:46 PM, Johann MacDonagh wrote:On 7/18/2011 8:28 PM, Andrei Alexandrescu wrote:Oops, scratch that. Hitting F5 pulled in the cached version. A Ctrl+F5 pulled in your new version. Looks good now.On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:Nope, lex.html's Byte Order Marks table is still the same.There was a misunderstanding between Walter and myself - he thought I needed the tag v2.054 on the d-programming-language.org repository, whereas I needed it in the phobos repository. The website www.d-p-l.org is NOW updated to the latest and greatest.There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Jul 18 2011
On Mon, Jul 18, 2011 at 6:51 PM, Johann MacDonagh <johann.macdonagh.no spam.gmail.com> wrote:On 7/18/2011 9:46 PM, Johann MacDonagh wrote:I'm guessing the page for etc.c.zlib isn't supposed to be blank?On 7/18/2011 8:28 PM, Andrei Alexandrescu wrote:Oops, scratch that. Hitting F5 pulled in the cached version. A Ctrl+F5 pulled in your new version. Looks good now.On 7/18/11 5:58 PM, Andrei Alexandrescu wrote:Nope, lex.html's Byte Order Marks table is still the same.There was a misunderstanding between Walter and myself - he thought I needed the tag v2.054 on the d-programming-language.org repository, whereas I needed it in the phobos repository. The website www.d-p-l.org is NOW updated to the latest and greatest.There was a mixup of macros that caused some stuff to be wrongly generated (Walter updated win32.mak but not linux.mak). I regenerated the site now. Please let me know if this works better. Thanks, Andrei
Jul 19 2011