Thread overview | ||||||
---|---|---|---|---|---|---|
|
March 20, 2013 [Issue 9764] New: Ddoc: Ddoc file name is incorrectly emphasized | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9764 Summary: Ddoc: Ddoc file name is incorrectly emphasized Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ddoc Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: k.hara.pg@gmail.com --- Comment #0 from Kenji Hara <k.hara.pg@gmail.com> 2013-03-19 23:41:57 PDT --- In http://dlang.org/attribute : attribute declaration; // affects the declaration attribute: // affects all declarations until the end of // the current scope declaration; declaration; ... attribute { // affects all declarations in the block declaration; declaration; ... } "attribute" word is incorrectly underlined. Test case: test.dd Ddoc Check test document. ---- // Check test comment. test(); <----- "test" is underlined ---- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 20, 2013 [Issue 9764] Ddoc: Ddoc file name is incorrectly emphasized | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=9764 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-03-20 01:01:34 PDT --- https://github.com/D-Programming-Language/dmd/pull/1775 This regression is introduced by bug 9369, in 2.062. https://github.com/D-Programming-Language/dmd/commit/2471fe912b0707e30be3c7b58d5a0f70a0f6a796 https://github.com/D-Programming-Language/dmd/commit/9f780b01c551ff86b6cb9b9acd152dce158a7419 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 22, 2013 [Issue 9764] Ddoc: Ddoc file name is incorrectly emphasized | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=9764 --- Comment #2 from github-bugzilla@puremagic.com 2013-03-22 13:04:22 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9ccf408054ded3a3aea1c3e718ebf66ec844385b fix Issue 9764 - Ddoc: Ddoc file name is incorrectly emphasized https://github.com/D-Programming-Language/dmd/commit/606e39275c302bb8d37f3a7a4fa903c3c7b6cbd6 Merge pull request #1775 from 9rnsr/fix9764 Issue 9764 - Ddoc: Ddoc file name is incorrectly emphasized -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 22, 2013 [Issue 9764] Ddoc: Ddoc file name is incorrectly emphasized | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kenji Hara | http://d.puremagic.com/issues/show_bug.cgi?id=9764 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.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