Thread overview
[Issue 11103] w and d suffix for char literals too
Apr 26, 2014
Andrej Mitrovic
Apr 26, 2014
yebblies
Apr 26, 2014
Andrej Mitrovic
Dec 17, 2022
Iain Buclaw
April 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11103

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to yebblies from comment #2)
> Well, I implemented it.
> 
> It was pretty easy, but I'm really not sure if it's worth doing after all.
> 
> https://github.com/yebblies/dmd/tree/issue11103

Can we get this as a pull request? It looks like low-hanging fruit to me.

--
April 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11103

--- Comment #5 from yebblies <yebblies@gmail.com> ---
(In reply to Andrej Mitrovic from comment #4)
> 
> Can we get this as a pull request? It looks like low-hanging fruit to me.

If you feel it's worthwhile feel free to take that patch and pull-request it. I can't remember why I didn't go through with it...  I'm sure there was some kind of reason. :)

--
April 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11103

--- Comment #6 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to yebblies from comment #5)
> (In reply to Andrej Mitrovic from comment #4)
> > 
> > Can we get this as a pull request? It looks like low-hanging fruit to me.
> 
> If you feel it's worthwhile feel free to take that patch and pull-request it.  I can't remember why I didn't go through with it...  I'm sure there was some kind of reason. :)

I'll pass, unicode escapes me. When you have a 680 page book called "Unicode Explained" it's time to say "fuck it." :P

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11103

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--