VHS plugin bug

Andre Santos alms at cin.ufpe.br
Mon Sep 5 10:37:34 EDT 2005


Hi Adam,

I believe there will be a new (and stable)
release later this month, from the folks at Microsoft,
with lots of updates and new features.
But I am not directly involved in this release.

yours,

Andre.

Adam Molnar wrote:

> Hello,
> 
> I don't know whether this project is still maintained, but I hope so. :-)
> There seems to be a really annoying bug in the VHS plugin v0.1 
> (http://www.cin.ufpe.br/~haskell/vhs/download.html) that can be reproduced 
> in VS.Net 2003 under Windows XP Pro SP2 in the following steps:
> 
> 1) create a new Haskell App-project:
> 
> module Main where
> 
> main :: IO ()
> main = return()
> 
> 2) create 2 function signatures:
> 
> module Main where
> 
> f :: Int -> Int
> g :: Int -> Int -- *** at this point the devenv crashes, or after inserting 
> a new line after "f :: Int -> Int"
> main :: IO ()
> main = return()
> 
> 
> Please note that turning off "Auto list options" and "Parameter Information" 
> didn't solve the problem.
> 
> ---
> 
> Also, there seems to be some resource-leak in the plugin, because after 
> closing the devenv stays in memory and can only be shut down using the 
> task-manager.
> 
> Adam 
> 
> 
> 
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


More information about the Glasgow-haskell-users mailing list