Neil Mitchell | 3 Mar 2007 03:00
Picon
Gravatar

System.Process lacking on WinHugs

Hi,

I've just tried to load System.Process and its entirely missing on
WinHugs, should it be there?

Thanks

Neil
Ross Paterson | 3 Mar 2007 03:14
Picon
Favicon

Re: System.Process lacking on WinHugs

On Sat, Mar 03, 2007 at 02:00:20AM +0000, Neil Mitchell wrote:
> I've just tried to load System.Process and its entirely missing on
> WinHugs, should it be there?

It would be useful, but it's not in any version of Hugs
(cf http://cvs.haskell.org/Hugs/pages/libstatus.html).
Neil Mitchell | 3 Mar 2007 03:16
Picon
Gravatar

Re: System.Process lacking on WinHugs

On 3/3/07, Ross Paterson <ross <at> soi.city.ac.uk> wrote:
> On Sat, Mar 03, 2007 at 02:00:20AM +0000, Neil Mitchell wrote:
> > I've just tried to load System.Process and its entirely missing on
> > WinHugs, should it be there?
>
> It would be useful, but it's not in any version of Hugs
> (cf http://cvs.haskell.org/Hugs/pages/libstatus.html).

Perhaps the documentation should be updated to say that in
System.Process? It lists itself as portable, when it probably only
works on GHC.

http://haskell.org/ghc/docs/latest/html/libraries/base/System-Process.html
Hugs | 4 Mar 2007 17:00
Favicon

[Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!

#59: missing and/or erroneous output in deteministic function run from WinHUGS
cmd line!
------------------------------------------------+---------------------------
 Reporter:  ettinger <at> elmgate.eclipse.co.uk      |       Owner:  neil  
     Type:  defect                              |      Status:  new   
 Priority:  critical                            |   Milestone:        
Component:  winhugs                             |     Version:  200609
 Keywords:  inconsistent expression evaluation  |  
------------------------------------------------+---------------------------
--(Output showing the bug is appended below.  It isn't part of the
 program).

 --PLEASE run the function called bug.  It will tell you to type a
 --short expression at the WinHUGS command line.
 --Retry the expression ten times.  I do not get the same result every
 time!
 --Do you find the same problem?  Please, please let me know either way.
 --See below for printout of my "impossible" results.

 --The functions os and s below will be used to demonstrate the WinHUGS
 bug:
 os :: Int -> Int -> Double
 os i j = -22.0/7.1
 s :: [[Int]] -> [[Double]]
 s dat = [[
    sum [ fromIntegral (dat!!i!!j) * os i x * os j y
                               | i <-[0..7] , j <-[0..7] ]
               | x <- [0..7] ]
               | y <- [0..7] ]

(Continue reading)

Hugs | 4 Mar 2007 17:03
Favicon

Re: [Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!

#59: missing and/or erroneous output in deteministic function run from WinHUGS
cmd line!
---------------------------------------------+------------------------------
  Reporter:  ettinger <at> elmgate.eclipse.co.uk  |       Owner:  neil                              
      Type:  defect                          |      Status:  new                               
  Priority:  critical                        |   Milestone:                                    
 Component:  winhugs                         |     Version:  200609                            
Resolution:                                  |    Keywords:  inconsistent expression evaluation
---------------------------------------------+------------------------------
-- 
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/59>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
_______________________________________________
Hugs-Bugs mailing list
Hugs-Bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/hugs-bugs
Hugs | 4 Mar 2007 17:10
Favicon

[Hugs] #60: I attach a notepad file describing the bug I just tried to paste into a ticket

#60: I attach a notepad file describing the bug I just tried to paste into a
ticket
------------------------------------------------+---------------------------
 Reporter:  ettinger <at> elmgate.eclipse.co.uk      |       Owner:  neil  
     Type:  defect                              |      Status:  new   
 Priority:  critical                            |   Milestone:        
Component:  winhugs                             |     Version:  200609
 Keywords:  inconsistent expression evaluation  |  
------------------------------------------------+---------------------------


-- 
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/60>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
_______________________________________________
Hugs-Bugs mailing list
Hugs-Bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/hugs-bugs
Hugs | 4 Mar 2007 17:29
Favicon

Re: [Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!

#59: missing and/or erroneous output in deteministic function run from WinHUGS
cmd line!
---------------------------------------------+------------------------------
  Reporter:  ettinger <at> elmgate.eclipse.co.uk  |       Owner:                                    
      Type:  defect                          |      Status:  new                               
  Priority:  critical                        |   Milestone:                                    
 Component:  hugs                            |     Version:  200609                            
Resolution:                                  |    Keywords:  inconsistent expression evaluation
---------------------------------------------+------------------------------
Changes (by neil):

  * component:  winhugs => hugs
  * owner:  neil =>

Comment:

 I have tried this on both Hugs and WinHugs Sep 2006 and cannot replicate,
 can you pleave give your version? And your OS, and processor.

 This looks like its floating point rounding errors etc - and is almost
 certainly not a bug in WinHugs, but in the underlying Hugs, so am
 reassigning it.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/59>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
_______________________________________________
Hugs-Bugs mailing list
(Continue reading)

Hugs | 4 Mar 2007 17:31
Favicon

Re: [Hugs] #60: I attach a notepad file describing the bug I just tried to paste into a ticket

#60: I attach a notepad file describing the bug I just tried to paste into a
ticket
---------------------------------------------+------------------------------
  Reporter:  ettinger <at> elmgate.eclipse.co.uk  |       Owner:  neil                              
      Type:  defect                          |      Status:  closed                            
  Priority:  critical                        |   Milestone:                                    
 Component:  winhugs                         |     Version:  200609                            
Resolution:  duplicate                       |    Keywords:  inconsistent expression evaluation
---------------------------------------------+------------------------------
Changes (by neil):

  * resolution:  => duplicate
  * status:  new => closed

Comment:

 Moved the attachment to bug 59, where it belongs.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hugs/ticket/60>
Hugs <http://www.haskell.org/hugs/>
Hugs 98, an interpreter for Haskell
_______________________________________________
Hugs-Bugs mailing list
Hugs-Bugs <at> haskell.org
http://www.haskell.org/mailman/listinfo/hugs-bugs
Hugs | 4 Mar 2007 17:53
Favicon

Re: [Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!

#59: missing and/or erroneous output in deteministic function run from WinHUGS
cmd line!
---------------------------------------------+------------------------------
  Reporter:  ettinger <at> elmgate.eclipse.co.uk  |       Owner:                                    
      Type:  defect                          |      Status:  new                               
  Priority:  critical                        |   Milestone:                                    
 Component:  hugs                            |     Version:  200609                            
Resolution:                                  |    Keywords:  inconsistent expression evaluation
---------------------------------------------+------------------------------
Old description:

> --(Output showing the bug is appended below.  It isn't part of the
> program).
>
> --PLEASE run the function called bug.  It will tell you to type a
> --short expression at the WinHUGS command line.
> --Retry the expression ten times.  I do not get the same result every
> time!
> --Do you find the same problem?  Please, please let me know either way.
> --See below for printout of my "impossible" results.
>
> --The functions os and s below will be used to demonstrate the WinHUGS
> bug:
> os :: Int -> Int -> Double
> os i j = -22.0/7.1
> s :: [[Int]] -> [[Double]]
> s dat = [[
>    sum [ fromIntegral (dat!!i!!j) * os i x * os j y
>                               | i <-[0..7] , j <-[0..7] ]
>               | x <- [0..7] ]
(Continue reading)

Hugs | 21 Mar 2007 13:28
Favicon

Re: [Hugs] #50: Hugs's implementation of defaulting does not conform to Haskell 98

#50: Hugs's implementation of defaulting does not conform to Haskell 98
--------------------------+-------------------------------------------------
  Reporter:  guest        |       Owner:  nobody               
      Type:  defect       |      Status:  new                  
  Priority:  minor        |   Milestone:                       
 Component:  type system  |     Version:  current              
Resolution:               |    Keywords:  top level overloading
--------------------------+-------------------------------------------------
Comment (by edoll):

 [http://www.sj83.com/google.htm google左侧排名]
 [http://www.sj83.com/google.htm google排名]
 [http://www.global-jipiao.cn/feijipiao.htm 飞机票]
 [http://www.zzsszg.com/ 破碎机]
 [http://www.zzsszg.com/ 球磨机]
 [http://www.zzsszg.com/ 选矿设备]
 [http://www.zzsszg.com/ 雷蒙磨]
 [http://www.zzsszg.com/ 烘干机]
 [http://www.bjqmzx.com/ 整形]
 [http://www.bjqmzx.com/ 隆鼻]
 [http://www.bj-huaao.com/ 机票]
 [http://www.kenhua.com/ 打包机]
 [http://www.nuoyasoft.cn/ 短信群发]
 [http://www.noahsoft.cn/ 短信群发器]
 [http://www.nuoyasoft.cn/ 短信群发软件]
 [http://www.shujuhuifu.com.cn/index.htm 数据恢复]
 [http://www.edoll.cn/ google左侧排名]
 [http://www.edoll.cn/about.htm google左侧排名]
 [http://www.edoll.cn/ google排名]
 [http://www.edoll.cn/problems.htm google排名]
(Continue reading)


Gmane