RomanYankovsky / DelphiAST

Abstract syntax tree builder for Delphi
Mozilla Public License 2.0
271 stars 116 forks source link

bugfix: unit list in project parser must use case-insensitive compare #264

Closed gabr42 closed 6 years ago

gabr42 commented 6 years ago

This fixes a bug where a project which (for example) used "Classes" in one unit and "classes" in another ended with both "Classes" and "classes" in the list of parsed units.