[nem-bug] [Nemerle 0001049]: Quick tip doesn't show for events
feedback at nemerle.org
feedback at nemerle.org
Fri Sep 14 12:30:53 CEST 2007
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1049>
======================================================================
Reported By: KLiss
Assigned To: VladD2
======================================================================
Project: Nemerle
Issue ID: 1049
Category: Visual Studio Plugin
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 09-01-2007 22:16 CEST
Last Modified: 09-14-2007 12:30 CEST
======================================================================
Summary: Quick tip doesn't show for events
Description:
Instead of quick tip, user gets an exception
---------------------------
Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue
---------------------------
Unknown member type 'event `Program.Foo.SomeEvent''.
at Project.FindObject(Type typeDecl, Int32 fileIndex, Int32 line,
Int32 col)
C:\Nemerle\Nemerle.VSIP\Nemerle.Compiler.Utils\Nemerle.Completion2\CodeModel\Project.Type.n(319)
at Project.GetTypeQuickTip(Type typeDecl, Int32 fileIndex, Int32 line,
Int32 col, ManagerClass manager)
C:\Nemerle\Nemerle.VSIP\Nemerle.Compiler.Utils\Nemerle.Completion2\CodeModel\Project.Type.n(335)
at Project.GetQuickTipInfo(String filePath, Int32 line, Int32 col)
C:\Nemerle\Nemerle.VSIP\Nemerle.Compiler.Utils\Nemerle.Completion2\CodeModel\Project.n(216)
at ProjectInfo.GetQuickTip(String filePath, Int32 line, Int32 col,
ISource source)
C:\Nemerle\Nemerle.VSIP\Nemerle.VsIntegration\Project\ProjectInfo.cs(429)
at NemerleAuthoringScope.GetDataTipText(Int32 line, Int32 col,
TextSpan& span)
C:\Nemerle\Nemerle.VSIP\Nemerle.VsIntegration\LanguageService\NemerleAuthoringScope.cs(96)
at ViewFilter.GetDataTipResponse(ParseRequest req)
at Source.BeginParse(Int32 line, Int32 idx, TokenInfo info,
ParseReason reason, IVsTextView view, ParseResultHandler callback)
at ViewFilter.GetDataTipText(TextSpan[] aspan, String& textValue)
======================================================================
----------------------------------------------------------------------
VladD2 - 09-14-07 12:30
----------------------------------------------------------------------
fixed in 7798
Issue History
Date Modified Username Field Change
======================================================================
09-01-07 22:16 KLiss New Issue
09-14-07 12:30 VladD2 Status new => resolved
09-14-07 12:30 VladD2 Resolution open => fixed
09-14-07 12:30 VladD2 Assigned To => VladD2
09-14-07 12:30 VladD2 Note Added: 0001958
======================================================================
More information about the bugs
mailing list