Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1908 (new defect)

Opened 14 years ago

Last modified 14 years ago

Escape string literals are deprecated in D2

Reported by: Aziz Assigned to: h3r3tic
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: escape string literals D2 migration Cc:

Description

To ease a future migration to D2 a little bit, you should start with converting escape string literals to string literals enclosed in double quotes.

E.g.: \n -> "\n"

Here's a list of files where they occur:
The tuples mean: (line number, column number)

tango/core/tools/WinStackTrace.d: (68,68) (186,90) (215,75) (232,76) (239,101) (242,104) (245,76) (263,86) (282,73) (298,59) (301,64) (1094,47)

tango/tango/sys/SharedLib.d: (314,62) (357,47)

Change History

04/19/10 15:37:33 changed by h3r3tic

/me ducks

04/24/10 22:15:19 changed by kris

  • owner changed from kris to h3r3tic.