Thread overview | |||||
---|---|---|---|---|---|
|
February 03, 2013 [Issue 9446] New: ".keys" missing from properties table at http://dlang.org/hash-map.html | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9446 Summary: ".keys" missing from properties table at http://dlang.org/hash-map.html Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites AssignedTo: nobody@puremagic.com ReportedBy: john.loughran.colvin@gmail.com --- Comment #0 from John Colvin <john.loughran.colvin@gmail.com> 2013-02-03 09:25:07 PST --- Pretty self-explanatory. As can be seen here, there's missing html. <tr><td><span class="notranslate"><span class="d_inlinecode donthyphenate">.length</span> </span></td><td>Returns number of values in the associative array. Unlike for dynamic arrays, it is read-only.</td></tr> <tr><td></td><td>Returns dynamic array, the elements of which are the keys in the associative array.</td></tr> It's been suggested that it could be a be a bug in the hyphenation JS. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 07, 2013 [Issue 9446] ".keys" missing from properties table at http://dlang.org/hash-map.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Colvin | http://d.puremagic.com/issues/show_bug.cgi?id=9446 --- Comment #1 from github-bugzilla@puremagic.com 2013-02-06 20:07:08 PST --- Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/commit/88d8ffe488957672df62892c468e1dfeb8c3dcca Fixes Issue 9446 - Missing .keys in properties table. https://github.com/D-Programming-Language/d-programming-language.org/commit/afa35d16a6c11853187c5f3e283661fd818af5a5 Merge pull request #257 from AndrejMitrovic/Fix9446 Issue 9446 - Missing .keys in properties table. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 07, 2013 [Issue 9446] ".keys" missing from properties table at http://dlang.org/hash-map.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Colvin | http://d.puremagic.com/issues/show_bug.cgi?id=9446 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation