[Issue 17541] Function attribute deduction depends on compile invocation

2023-08-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #15 from Dlang Bot ---

[Issue 17541] Function attribute deduction depends on compile invocation

2023-02-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 Paul Backus changed: What|Removed |Added CC||212fahrenh...@posteo.us --- Comment #14 from

[Issue 17541] Function attribute deduction depends on compile invocation

2023-02-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 Paul Backus changed: What|Removed |Added CC||snarwin+bugzi...@gmail.com --- Comment #13

[Issue 17541] Function attribute deduction depends on compile invocation

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

[Issue 17541] Function attribute deduction depends on compile invocation

2020-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 --- Comment #12 from johanenge...@weka.io --- (In reply to Walter Bright from comment #11) > I cannot reproduce the problem. The previous fix I pushed was wrong. > > The pragma(msg, insertabcdefg.mangleof) gives the wrong name mangling, as it >

[Issue 17541] Function attribute deduction depends on compile invocation

2020-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17541] Function attribute deduction depends on compile invocation

2020-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 --- Comment #11 from Walter Bright --- I cannot reproduce the problem. The previous fix I pushed was wrong. The pragma(msg, insertabcdefg.mangleof) gives the wrong name mangling, as it happens before the inference is complete. The compiler should

[Issue 17541] Function attribute deduction depends on compile invocation

2020-03-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 --- Comment #10 from Dlang Bot --- @WalterBright created dlang/dmd pull request #10959 "add pure and @safe to correct for issue 17541" mentioning this issue: - add pure and @safe to correct for issue 17541 https://github.com/dlang/dmd/pull/10959

[Issue 17541] Function attribute deduction depends on compile invocation

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 johanenge...@weka.io changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 17541] Function attribute deduction depends on compile invocation

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 17541] Function attribute deduction depends on compile invocation

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/df847ccb60a37f4dbc349e8cee4a2ee6081e0c3c fix Issue 17541 - Function attribute deduction depends

[Issue 17541] Function attribute deduction depends on compile invocation

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 johanenge...@weka.io changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 17541] Function attribute deduction depends on compile invocation

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17541] Function attribute deduction depends on compile invocation

2017-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/df847ccb60a37f4dbc349e8cee4a2ee6081e0c3c fix Issue 17541 - Function attribute deduction depends

[Issue 17541] Function attribute deduction depends on compile invocation

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 Walter Bright changed: What|Removed |Added CC|

[Issue 17541] Function attribute deduction depends on compile invocation

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 Steven Schveighoffer changed: What|Removed |Added Keywords||wrong-code --

[Issue 17541] Function attribute deduction depends on compile invocation

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 --- Comment #4 from johanenge...@weka.io --- This problem is bigger than just templates. I am seeing more and more deduction errors, resulting in linker errors. --

[Issue 17541] Function attribute deduction depends on compile invocation

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17541 johanenge...@weka.io changed: What|Removed |Added Summary|Template attribute |Function attribute