[Bug 10158] New: Fix proper way to use quotes

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 24 14:05:54 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=10158

           Summary: Fix proper way to use quotes
           Product: WineHQ Apps Database
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: website-bugs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: daoo90 at gmail.com


I'm new to this therefor I start with something small to get familiar with the
code.
Anyway to the bugreport:
Double and single quotes are not used properly anywhere in the code which
causes parsing slowdowns. Parser does variable interpolation in double-quoted
strings. Double-quoted strings should only be used when the string contain a
variable that should be parsed. Otherwise use single-quote.
I will be tracking those quotes in this bug and attach cvs diffs.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list