hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

9.0 support #74

Closed sirduke closed 9 years ago

sirduke commented 9 years ago

Update ReSharper.SDK package and fix failed tests

hmemcpy commented 9 years ago

Wow! Thanks so much, let's see if this works, and finally release Mulder :)

hmemcpy commented 9 years ago

Well, I can confirm this indeed makes the tests pass! So thank you for that :) However, there seems to be some issue with completion now - for some reason it gets broken after the plugin is installed :(

Will investigate...

hmemcpy commented 9 years ago
HasDirtyFiles, caches <len=1>[AgentMulder.ReSharper.Plugin.Components.PatternManagerCache] is dirty

--- EXCEPTION #1/2 [AssertionException]
Message = “HasDirtyFiles, caches <len=1>[AgentMulder.ReSharper.Plugin.Components.PatternManagerCache] is dirty”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Psi
StackTraceString = “
  at JetBrains.ReSharper.Psi.Caches.PsiCaches.Update()
     at JetBrains.ReSharper.Psi.Files.PsiFiles.NotifyListeners(List`1 notifications)
”

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “HasDirtyFiles, caches <len=1>[AgentMulder.ReSharper.Plugin.Components.PatternManagerCache] is dirty”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2015.1.1 Build 102.0.20150521.123255”
Data.SubProducts.#0 = “JetBrains dotCover 3.1.1 Build 3.1.20150521.131501”
Data.SubProducts.#1 = “JetBrains ReSharper 9.1.1 Build 9.1.20150521.134223”
Data.SubProducts.#2 = “JetBrains dotTrace 6.1.1 Build 6.1.20150521.132011”
Data.SubProducts.#3 = “JetBrains dotMemory 4.3.1 Build 4.3.20150521.131505”
Data.SubProducts.#4 = “JetBrains ReSharper C++ 1.0.1 Build 1.0.20150521.130949”
Data.SubProducts.#5 = “JetBrains Solution Builder Duo 9.1.1 Build 1.0.20150521.124132”
Data.VsVersion = 14.0.22823.1
Data.ManagedThreadName = “JetPool (S) Regular thread #1”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ReSharper.Psi.Files.PsiFiles.NotifyListeners(List`1 notifications)
     at JetBrains.ReSharper.Psi.Files.PsiFiles.<ExecuteCommitDocuments>b__15()
     at JetBrains.ReSharper.Psi.Files.CommitProcessAsync2.OnSuccess()
     at JetBrains.ReSharper.Psi.Files.CommitProcessAsync2.<OnPsiBuilded>b__2(MapReduceJob`4 _)
     at JetBrains.Application.Threading.MapReduceJob`4.FinalActionActivity()
     at JetBrains.Threading.JetBarrier`2.<>c__DisplayClass2.<.ctor>b__0(TIn _)
     at JetBrains.Threading.JetBarrier`2.Signal(Boolean awaitForAllParties, Int32 numberOfSignals, Func`2 inputUpdater, Int32 waitTimeoutMilliseconds)
     at JetBrains.Application.Threading.MapReduceJob`4.ReduceActivity(IEnumerable`1 reduceActivityInput)
     at JetBrains.Application.Threading.MapReduceJob`4.<>c__DisplayClass4`1.<ExecuteOnThread>b__1()
     at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass4.<>c__DisplayClass6.<Queue>b__3()
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
     at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__4(QueuedAction action)
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor)
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
     at JetBrains.Threading.JetDispatcher.Closure.Execute()
     at JetBrains.Threading.JetDispatcher.ProcessQueue()
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, ref Boolean handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, ref Boolean handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
”