Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-2662

For internal spell checking, strip out double quote literals, they confuse aspell

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • WT2.9.0, 3.3.8
    • Affects Version/s: WT2.8.0
    • Component/s: None
    • Labels:
      None

      In C code, spell checking is supposed to occur in double quoted strings and comments. But a double quote char literal confuses the checker, as in the following:

      case '"': somevar = othervar;

      The s_string script complains that somevar and othervar are misspelled. It will have that behavior until the end of file, or the next occurrence of a double quote.

      This is at least true on OSX aspell 0.60.6.1.

            Assignee:
            donald.anderson@mongodb.com Donald Anderson
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: