Skip to content

Resolver Hotfix

Choose a tag to compare

@retailcoder retailcoder released this 03 Jul 05:55
· 13045 commits to next since this release

This release fixes a number of resolver issues:

  • #677 Shorthand notation for accessing string-indexed default property (rs!Name) is no longer a problem.
  • #676 Fixed grammar and rebuilt parser to pick up rs!Name as a member call. This fixes a false positive with the "type hint usage" inspection, since the grammar was picking them up as type hints.
  • Fixed an issue involving With blocks, where the qualifier and its type were being referenced at the same Selection coordinates, causing an InvalidOperationException when FindAllReferences was being launched from that selection.

Installation

  • If this is a new install, simply download and run the setup executable.
  • If you already have a previous version of Rubberduck, please uninstall it before proceeding; this installer will not automatically remove a previous installed version.
  • If you're running an anti-virus software, you may need to authorize this executable to run on your computer.
  • Administrative privileges are required for proper registration of the COM-visible API that enables unit testing and other API's.

See version 1.4 release notes for more information.