Re: [GHC] #1468: :browse should browse currently loaded module

2007-10-22 Thread GHC
#1468: :browse should browse currently loaded module
--+-
Reporter:  [EMAIL PROTECTED]  |Owner:  igloo  
Type:  merge  |   Status:  closed 
Priority:  normal |Milestone:  6.8 branch 
   Component:  GHCi   |  Version:  6.6.1  
Severity:  trivial|   Resolution:  fixed  
Keywords: |   Difficulty:  Easy (1 hr)
  Os:  Unknown| Testcase: 
Architecture:  Unknown|  
--+-
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 First merged; second is in the shared testsuite, so no merge needed.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1468#comment:7
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-10-19 Thread GHC
#1468: :browse should browse currently loaded module
--+-
Reporter:  [EMAIL PROTECTED]  |Owner:  igloo  
Type:  merge  |   Status:  new
Priority:  normal |Milestone:  6.8 branch 
   Component:  GHCi   |  Version:  6.6.1  
Severity:  trivial|   Resolution: 
Keywords: |   Difficulty:  Easy (1 hr)
  Os:  Unknown| Testcase: 
Architecture:  Unknown|  
--+-
Changes (by simonmar):

  * priority:  low = normal
  * owner:  = igloo
  * type:  feature request = merge

Comment:

 Done:

 {{{
 Fri Oct 19 04:57:51 PDT 2007  Simon Marlow [EMAIL PROTECTED]
   * implement #1468, :browse on its own uses the currently-loaded module
 }}}

 {{{
 Fri Oct 19 05:32:14 PDT 2007  Simon Marlow [EMAIL PROTECTED]
   * add test for #1468
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1468#comment:6
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-07-02 Thread GHC
#1468: :browse should browse currently loaded module
--+-
Reporter:  [EMAIL PROTECTED]  |Owner: 
Type:  feature request|   Status:  new
Priority:  low|Milestone: 
   Component:  GHCi   |  Version:  6.6.1  
Severity:  trivial|   Resolution: 
Keywords: |   Difficulty:  Easy (1 hr)
  Os:  Unknown| Testcase: 
Architecture:  Unknown|  
--+-
Changes (by guest):

  * cc:  [EMAIL PROTECTED], [EMAIL PROTECTED] =
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1468
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-06-29 Thread Simon Marlow

Josef Svenningsson wrote:

On 6/28/07, *GHC* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

#1468: :browse should browse currently loaded module
+---
  Reporter:  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  |  Owner:
  Type:  feature request| Status:  new
  Priority:  low|  Milestone:
Component:  GHCi   |Version:  6.6.1
  Severity:  trivial|   Keywords:
Difficulty:  Easy (1 hr)| Os:  Unknown
  Testcase: |   Architecture:  Unknown
+---
With module Foo loaded, :browse should be equivalent to :browse Foo. 



Yes! I've wanted this a thousand times. If there was a voting mechanism 
on Trac I would vote for this feature.


Add yourself to the CC list for the bug - this is our low-tech voting mechanism 
for now.


Cheers,
Simon
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-06-29 Thread Josef Svenningsson

On 6/29/07, Simon Marlow [EMAIL PROTECTED] wrote:


Josef Svenningsson wrote:
 On 6/28/07, *GHC* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

 #1468: :browse should browse currently loaded module

+---
   Reporter:  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]  |  Owner:
   Type:  feature request| Status:  new
   Priority:  low|  Milestone:
 Component:  GHCi   |Version:  6.6.1
   Severity:  trivial|   Keywords:
 Difficulty:  Easy (1 hr)| Os:  Unknown
   Testcase: |   Architecture:  Unknown

+---
 With module Foo loaded, :browse should be equivalent to :browse Foo.


 Yes! I've wanted this a thousand times. If there was a voting mechanism
 on Trac I would vote for this feature.

Add yourself to the CC list for the bug - this is our low-tech voting
mechanism
for now.



Hmmm, I don't know if it's me being computer illiterate, but I can't seem to
add myself to the CC list after loggin in. In fact not much seems to change
after I've logged in. Could this be a possible side effect from changes you
did to help fix the spam problem a while ago? Help appreciated. If you need
to do some tweaking to my user account my id is: josef.

Cheers,

Josef
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-06-29 Thread Ian Lynagh
On Fri, Jun 29, 2007 at 12:48:33PM +0200, Josef Svenningsson wrote:
 
 to do some tweaking to my user account my id is: josef.

I've tweaked your account.


Thanks
Ian

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-06-29 Thread GHC
#1468: :browse should browse currently loaded module
--+-
Reporter:  [EMAIL PROTECTED]  |Owner: 
Type:  feature request|   Status:  new
Priority:  low|Milestone: 
   Component:  GHCi   |  Version:  6.6.1  
Severity:  trivial|   Resolution: 
Keywords: |   Difficulty:  Easy (1 hr)
  Os:  Unknown| Testcase: 
Architecture:  Unknown|  
--+-
Changes (by josef):

  * cc:  = [EMAIL PROTECTED]

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1468
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-06-29 Thread Josef Svenningsson

On 6/29/07, Ian Lynagh [EMAIL PROTECTED] wrote:

On Fri, Jun 29, 2007 at 12:48:33PM +0200, Josef Svenningsson wrote:

 to do some tweaking to my user account my id is: josef.

I've tweaked your account.


Thanks. I hope I did the right thing when adding myself to the CC list.

Cheers,

Josef
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-06-29 Thread GHC
#1468: :browse should browse currently loaded module
--+-
Reporter:  [EMAIL PROTECTED]  |Owner: 
Type:  feature request|   Status:  new
Priority:  low|Milestone: 
   Component:  GHCi   |  Version:  6.6.1  
Severity:  trivial|   Resolution: 
Keywords: |   Difficulty:  Easy (1 hr)
  Os:  Unknown| Testcase: 
Architecture:  Unknown|  
--+-
Changes (by neil):

  * cc:  [EMAIL PROTECTED] = [EMAIL PROTECTED],
 [EMAIL PROTECTED]

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1468
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #1468: :browse should browse currently loaded module

2007-06-28 Thread GHC
#1468: :browse should browse currently loaded module
+---
  Reporter:  [EMAIL PROTECTED]  |  Owner: 
  Type:  feature request| Status:  new
  Priority:  low|  Milestone: 
 Component:  GHCi   |Version:  6.6.1  
  Severity:  trivial|   Keywords: 
Difficulty:  Easy (1 hr)| Os:  Unknown
  Testcase: |   Architecture:  Unknown
+---
With module Foo loaded, :browse should be equivalent to :browse Foo.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1468
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1468: :browse should browse currently loaded module

2007-06-28 Thread Josef Svenningsson

On 6/28/07, GHC [EMAIL PROTECTED] wrote:


#1468: :browse should browse currently loaded module

+---
  Reporter:  [EMAIL PROTECTED]  |  Owner:
  Type:  feature request| Status:  new
  Priority:  low|  Milestone:
Component:  GHCi   |Version:  6.6.1
  Severity:  trivial|   Keywords:
Difficulty:  Easy (1 hr)| Os:  Unknown
  Testcase: |   Architecture:  Unknown

+---
With module Foo loaded, :browse should be equivalent to :browse Foo.



Yes! I've wanted this a thousand times. If there was a voting mechanism on
Trac I would vote for this feature.

Josef


--

Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1468
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs