[Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++

2024-06-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15587 Tim changed: What|Removed |Added CC||tim.dl...@t-online.de --- Comment #4 from Tim --- Usi

[Issue 24376] New: ImportC: .di generator outputs D keywords for members

2024-02-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24376 Issue ID: 24376 Summary: ImportC: .di generator outputs D keywords for members Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ImportC

[Issue 24312] importC: Document workaround for using C symbols which are also D keywords

2024-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24312 Dennis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 24312] importC: Document workaround for using C symbols which are also D keywords

2024-01-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24312 Walter Bright changed: What|Removed |Added Keywords||ImportC, spec Component|dmd

[Issue 24312] importC: Document workaround for using C symbols which are also D keywords

2024-01-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24312 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot

[Issue 24312] importC: Document workaround for using C symbols which are also D keywords

2024-01-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24312 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 24312] New: importC: Document workaround for using C symbols which are also D keywords

2024-01-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24312 Issue ID: 24312 Summary: importC: Document workaround for using C symbols which are also D keywords Product: D Version: D2 Hardware: All OS: All

[Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15587 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 19988] Provide a way to use dlang reserved keywords in certain circumstances

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19988 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 12986] keywords allowed in module names if no ModuleDeclaration is used

2022-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12986 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 166] Proposed new Bugzilla keywords: undefined, warning

2021-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=166 --- Comment #3 from Dlang Bot --- dlang/dlang-bot pull request #271 "Fixes so far" was merged into master: - e4775e9412f288818d94efe5f7a9f3baf4f8e3a3 by Vladimir Panteleev: Cache GitHub API requests Cache hits do not count against the API rate-li

[Issue 21530] dtoh: Identifiers need to be sanitized wrt. reserved C++ keywords

2021-01-14 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #2 from Dlang Bot --- dlang/dmd pull request #12122 "Fix 21530 - dtoh: Sanitize identifiers wrt. reserved C++ keywords" was merged into master: - 843bc8549e264b9a4b127a6da8f98524d52f23b1 by MoonlightSentinel: Fix 21530 - dtoh: Sanitize identifiers wrt.

[Issue 21530] dtoh: Identifiers need to be sanitized wrt. reserved C++ keywords

2021-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21530 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot

[Issue 21530] New: dtoh: Identifiers need to be sanitized wrt. reserved C++ keywords

2021-01-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21530 Issue ID: 21530 Summary: dtoh: Identifiers need to be sanitized wrt. reserved C++ keywords Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 5881] Spellchecker should include built-in keywords

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5881 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 5881] Spellchecker should include built-in keywords

2020-02-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5881 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++

2020-02-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15587 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #3 fro

[Issue 19988] New: Provide a way to use dlang reserved keywords in certain circumstances

2019-06-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19988 Issue ID: 19988 Summary: Provide a way to use dlang reserved keywords in certain circumstances Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 17528] dlangspec.pdf: keywords and globally defined symbols tables have broken formatting

2017-12-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17528 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15587 --- Comment #2 from Vladimir Panteleev --- In this particular case, the easiest workaround is to use pragma(mangle), right? I understand that this is more useful for C++ functions, whose mangling is non-trivial. --

[Issue 17528] dlangspec.pdf: keywords and globally defined symbols tables have broken formatting

2017-06-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17528 --- Comment #1 from greensunn...@gmail.com --- The same happens for storage classes: http://imgur.com/GfB3VrP --

[Issue 17528] New: dlangspec.pdf: keywords and globally defined symbols tables have broken formatting

2017-06-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17528 Issue ID: 17528 Summary: dlangspec.pdf: keywords and globally defined symbols tables have broken formatting Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 5984] add new keywords objconst and objimmutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5984 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++

2016-01-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15587 --- Comment #1 from Sobirari Muhomori --- Another option: extern (C++) int __symbol__with(); And let C++ mangler recognize and remove the __symbol__ prefix. Choose your naming convention: alias with_ = __symbol__with; alias _with = __symbol__with; a

[Issue 15587] Enable use of D keywords as identifiers when interfacing to C/C++

2016-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15587 Walter Bright changed: What|Removed |Added Keywords||C++ --

[Issue 15587] New: Enable use of D keywords as identifiers when interfacing to C/C++

2016-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15587 Issue ID: 15587 Summary: Enable use of D keywords as identifiers when interfacing to C/C++ Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 1267] "crash-on-valid-code" and "crash-on-invalid-code" keywords?

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1267 Andrei Alexandrescu changed: What|Removed |Added Component|general |websites Product|puremagic.c

[Issue 166] Proposed new Bugzilla keywords: undefined, warning

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=166 Andrei Alexandrescu changed: What|Removed |Added Component|general |websites Product|puremagic.co

[Issue 1505] keywords list needs some work

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1505 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 1505] keywords list needs some work

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1505 Andrei Alexandrescu changed: What|Removed |Added Component|general |websites Product|puremagic.c

[Issue 166] Proposed new Bugzilla keywords: undefined, warning

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=166 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 910] Error in description of "this" and "super" keywords

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=910 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 1267] "crash-on-valid-code" and "crash-on-invalid-code" keywords?

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1267 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 9469] Keywords list could use linkage; more-humane documentation

2014-11-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9469 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12986] New: keywords allowed in module names if no ModuleDeclaration is used

2014-06-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12986 Issue ID: 12986 Summary: keywords allowed in module names if no ModuleDeclaration is used Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 5881] Spellchecker should include built-in keywords

2014-03-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5881 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Co

[Issue 5881] Spellchecker should include built-in keywords

2014-03-21 Thread d-bugmail
yebblies 2014-03-21 23:02:06 EST --- (In reply to comment #1) > Everyone: is there a singular list of all the keywords somewhere? Inside the compiler or one of the alternative lexers. I think this is of questionable value - basic syntax highlighting makes this unnecessary. -- Configure issuem

[Issue 5881] Spellchecker should include built-in keywords

2014-03-19 Thread d-bugmail
#1 from Infiltrator 2014-03-19 17:43:00 PDT --- Everyone: is there a singular list of all the keywords somewhere? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 10522] __FILE__ and other special keywords cannot be used with printf

2013-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10522 --- Comment #2 from Andrej Mitrovic 2013-08-19 08:35:40 PDT --- (In reply to comment #1) > Neither can string literals! printf is a c-varargs function, and has no way > of > knowing you want the implicit conversion to const(char)*. I guess

[Issue 10522] __FILE__ and other special keywords cannot be used with printf

2013-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10522 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10522] New: __FILE__ and other special keywords cannot be used with printf

2013-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10522 Summary: __FILE__ and other special keywords cannot be used with printf Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity

[Issue 9469] Keywords list could use linkage; more-humane documentation

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9469 Alex R�nne Petersen changed: What|Removed |Added CC||a...@lycus.org --- Comment #1 fr

[Issue 9440] Listing of keywords on dlang.org does not match compiler

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9440 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Com

[Issue 9440] Listing of keywords on dlang.org does not match compiler

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9440 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9469] New: Keywords list could use linkage; more-humane documentation

2013-02-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9469 Summary: Keywords list could use linkage; more-humane documentation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity

[Issue 9440] New: Listing of keywords on dlang.org does not match compiler

2013-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9440 Summary: Listing of keywords on dlang.org does not match compiler Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
ng is a struct vs. a class, but I don't think using the keyword ref is the best way to do this. I have my own idea about this--just permit the optional prefixing of the type names with "class", "struct", or "enum" and the compiler doubles checks it. This is a bette

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #3 from kenn...@gmail.com 2011-05-13 11:43:14 PDT --- (In reply to comment #2) > Where do I find the "const(Object) ref" syntax described? I've never run > across it in the D Language Reference. Point me to some info about this > p

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #2 from Christopher the Magnificent 2011-05-13 10:09:30 PDT --- Where do I find the "const(Object) ref" syntax described? I've never run across it in the D Language Reference. Point me to some info about this particular syntax an

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1 fr

[Issue 5984] New: add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 Summary: add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances Product: D

[Issue 5881] New: Spellchecker should include built-in keywords

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5881 Summary: Spellchecker should include built-in keywords Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: enhancement

Re: keywords

2008-11-20 Thread Stewart Gordon
"Brad Roberts" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Sorry, I want to distinguish 'enter' from 'use'. It's obvious that some people enter them. Have you ever searched for bugs with specific key words, or used it for any analysis of existing bugs in any way? Yes. Being

Re: keywords

2008-11-20 Thread Brad Roberts
pe them in exactly as they > are defined. > > Every time I add a keyword (and I do use them, not sure if it helps > anything), I have to click on the keywords link to see how they are spelled > and what they mean. It would be a MUCH better interface (and probably more > use

Re: keywords

2008-11-20 Thread Steven Schveighoffer
I add a keyword (and I do use them, not sure if it helps anything), I have to click on the keywords link to see how they are spelled and what they mean. It would be a MUCH better interface (and probably more used feature) if the keywords were a checkbox list instead. I understand that this

keywords

2008-11-19 Thread Brad Roberts
Does anyone, particularly Walter, pay any attention? I agree they're useful categorizers, but I have doubts that they're even used by anyone. > --- Comment #1 from [EMAIL PROTECTED] 2008-11-19 18:10 --- > Please remember to assign keywords to bug reports. To everyb