3 Mar 2007 03:00
3 Mar 2007 03:14
Re: System.Process lacking on WinHugs
Ross Paterson <ross <at> soi.city.ac.uk>
2007-03-03 02:14:07 GMT
2007-03-03 02:14:07 GMT
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).
3 Mar 2007 03:16
Re: System.Process lacking on WinHugs
Neil Mitchell <ndmitchell <at> gmail.com>
2007-03-03 02:16:11 GMT
2007-03-03 02:16:11 GMT
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
4 Mar 2007 17:00
[Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!
Hugs <trac <at> galois.com>
2007-03-04 16:00:55 GMT
2007-03-04 16:00:55 GMT
#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)
4 Mar 2007 17:03
Re: [Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!
Hugs <trac <at> galois.com>
2007-03-04 16:03:38 GMT
2007-03-04 16:03:38 GMT
#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
4 Mar 2007 17:10
[Hugs] #60: I attach a notepad file describing the bug I just tried to paste into a ticket
Hugs <trac <at> galois.com>
2007-03-04 16:10:22 GMT
2007-03-04 16:10:22 GMT
#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
4 Mar 2007 17:29
Re: [Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!
Hugs <trac <at> galois.com>
2007-03-04 16:29:51 GMT
2007-03-04 16:29:51 GMT
#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)
4 Mar 2007 17:31
Re: [Hugs] #60: I attach a notepad file describing the bug I just tried to paste into a ticket
Hugs <trac <at> galois.com>
2007-03-04 16:31:33 GMT
2007-03-04 16:31:33 GMT
#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
4 Mar 2007 17:53
Re: [Hugs] #59: missing and/or erroneous output in deteministic function run from WinHUGS cmd line!
Hugs <trac <at> galois.com>
2007-03-04 16:53:15 GMT
2007-03-04 16:53:15 GMT
#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)
21 Mar 2007 13:28
Re: [Hugs] #50: Hugs's implementation of defaulting does not conform to Haskell 98
Hugs <trac <at> galois.com>
2007-03-21 12:28:41 GMT
2007-03-21 12:28:41 GMT
#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)
RSS Feed