[Issue 10488] Allow template this parameter to work with static functions

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

Steven Schveighoffer  changed:

   What|Removed |Added

Summary|Reg (2.063): Template this  |Allow template this
   |paramter doesn't work   |parameter to work with
   |properly|static functions

--


[Issue 10488] Allow template this parameter to work with static functions

2018-02-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

Nick Treleaven  changed:

   What|Removed |Added

 CC||timon.g...@gmx.ch

--- Comment #4 from Nick Treleaven  ---
*** Issue 17713 has been marked as a duplicate of this issue. ***

--


[Issue 10488] Allow template this parameter to work with static functions

2018-02-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

Nick Treleaven  changed:

   What|Removed |Added

 CC||n...@geany.org

--- Comment #5 from Nick Treleaven  ---
The above duplicate has a nice test case and also a comment that template this
should be allowed anywhere inside a class, not just static function templates.

--


[Issue 10488] Allow template this parameter to work with static functions

2018-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

Nick Treleaven  changed:

   What|Removed |Added

 CC||blah38...@gmail.com

--- Comment #6 from Nick Treleaven  ---
*** Issue 14191 has been marked as a duplicate of this issue. ***

--


[Issue 10488] Allow template this parameter to work with static functions

2022-09-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

Nick Treleaven  changed:

   What|Removed |Added

 CC||maxsamu...@gmail.com

--- Comment #7 from Nick Treleaven  ---
*** Issue 20277 has been marked as a duplicate of this issue. ***

--


[Issue 10488] Allow template this parameter to work with static functions

2022-09-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

Adam D. Ruppe  changed:

   What|Removed |Added

 CC||destructiona...@gmail.com

--


[Issue 10488] Allow template this parameter to work with static functions

2022-09-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

--- Comment #8 from Dlang Bot  ---
@ntrel created dlang/dmd pull request #14446 "Infer template this parameter
when calling static method on instance" mentioning this issue:

- Infer template this parameter when calling static method on instance

  Part of Issue 10488 - Allow template this parameter with static functions.

  Note: `tthis` is only used in `doHeaderInstantiation` for template this
  so assigning null when there's a static storage class is not needed for
  anything else.

https://github.com/dlang/dmd/pull/14446

--


[Issue 10488] Allow template this parameter to work with static functions

2022-09-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

--- Comment #9 from Dlang Bot  ---
dlang/dmd pull request #14446 "Infer template this parameter when calling
static method on instance" was merged into master:

- 0121a59283ab9eb20b8fff646f90df7bd3fbfe13 by Nick Treleaven:
  Infer template this parameter when calling static method on instance

  Part of Issue 10488 - Allow template this parameter with static functions.

https://github.com/dlang/dmd/pull/14446

--


[Issue 10488] Allow template this parameter to work with static functions

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

--- Comment #10 from Dlang Bot  ---
@maxhaton updated dlang/dmd pull request #14482 "Fix Issue 23368 - Don't
segfault on throwing null exception" mentioning this issue:

- Infer template this parameter when calling static method on instance (#14446)

  * Infer template this parameter when calling static method on instance

  Part of Issue 10488 - Allow template this parameter with static functions.

  * Apply suggestions from code review

  Co-authored-by: Dennis 

  Co-authored-by: Dennis 

https://github.com/dlang/dmd/pull/14482

--


[Issue 10488] Allow template this parameter to work with static functions

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--