by Lucas De Marchi
RSS icon Home icon
  • codespell 1.0.1

    I released codespell 1.0.1 after a small fix that is really necessary for codespell working right. Thanks to Luis Felipe Strano that spot the bug and generated another giant patch to LLVM.

    Grab the latest version below:

    http://packages.profusion.mobi/codespell/

     

    2 responses to “codespell 1.0.1” RSS icon

    • Lucas,

      Congratulations for you software: certainly it comes to correct errors in the most used kind of languages — natural ones!

      A question: why have you developed a new software insted of add functionaly to [i|a]spell?

      I am sure you do have a smart answer, as usual!

      Congratulations, again!

      • Thanks Ricardo.

        I developed it because the final goal is to fix misspellings in source code. Sure you could use [i|a]spell for documentation, but inside the source code it’s not the same rules that apply. E.g. I’m planning to add support for toggling the fixes only for strings / comments / code in the next version.

        Moreover, [i|a]spell would do an all-words-might-be-wrong and this is really not what we want. Try to enable your spelling program while you are editing a piece of code and see how many false positives there would be.

        Oww.. and don’t forget there’s a new release that fixes some bugs