[Haskell-cafe] Darcs fetches too little files

2012-08-30 Thread Ramana Kumar
On Aug 29, 2012 10:56 PM, Henk-Jan van Tuyl hjgt...@chello.nl wrote:

 On Wed, 29 Aug 2012 23:10:24 +0200, Stefan Monnier 
monn...@iro.umontreal.ca wrote:

 Albert Einstein said:
   Insanity: doing the same thing over and over again and expecting
 different results.
 I repeated the command today and it worked!


 So, did you expect the result to be different, or did you re-try just to
 confirm that it doesn't work?


 The day after I tried the command the first time, I thought the result
might be different; I have the experience that my browser crashes, and
starting it again results in an immediate crash. Logging off and on again
solves the problem. This might be because of a corrupted DLL or a corrupted
data area of a DLL.

 The command failure could have also been caused by a problem at the
server side.

 In conclusion: repeating the same thing could give different results.

This depends on what counts as the same. (There is a nice book called
The Subtlety of Sameness.) I'm surprised that as users of a language that
makes a big deal out of referential transparency none of you have said that
neither invoking the same command at a different time nor invoking a
browser after changing context (logging in again) is doing the same thing.



 Regards,
 Henk-Jan van Tuyl


 --
 http://Van.Tuyl.eu/
 http://members.chello.nl/hjgtuyl/tourdemonad.html
 Haskell programming
 --

 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Darcs fetches too little files

2012-08-29 Thread Stefan Monnier
 Albert Einstein said:
   Insanity: doing the same thing over and over again and expecting
 different results.
 I repeated the command today and it worked!

So, did you expect the result to be different, or did you re-try just to
confirm that it doesn't work?


Stefan


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Darcs fetches too little files

2012-08-29 Thread Henk-Jan van Tuyl
On Wed, 29 Aug 2012 23:10:24 +0200, Stefan Monnier  
monn...@iro.umontreal.ca wrote:



Albert Einstein said:
  Insanity: doing the same thing over and over again and expecting
different results.
I repeated the command today and it worked!


So, did you expect the result to be different, or did you re-try just to
confirm that it doesn't work?


The day after I tried the command the first time, I thought the result  
might be different; I have the experience that my browser crashes, and  
starting it again results in an immediate crash. Logging off and on again  
solves the problem. This might be because of a corrupted DLL or a  
corrupted data area of a DLL.


The command failure could have also been caused by a problem at the server  
side.


In conclusion: repeating the same thing could give different results.

Regards,
Henk-Jan van Tuyl


--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Darcs fetches too little files

2012-08-28 Thread Henk-Jan van Tuyl
On Fri, 24 Aug 2012 22:47:37 +0200, Henk-Jan van Tuyl hjgt...@chello.nl  
wrote:




I am trying to fetch wxHaskell with the command
   darcs get --lazy http://code.haskell.org/wxhaskell/
but there are much too little files downloaded; what could be the  
problem?




Albert Einstein said:
  Insanity: doing the same thing over and over again and expecting  
different results.


I repeated the command today and it worked!

Regards,
Henk-Jan van Tuyl


--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Darcs fetches too little files

2012-08-25 Thread Henk-Jan van Tuyl

On Fri, 24 Aug 2012 23:14:05 +0200, Gwern Branwen gwe...@gmail.com wrote:

On Fri, Aug 24, 2012 at 4:47 PM, Henk-Jan van Tuyl hjgt...@chello.nl  
wrote:

I am trying to fetch wxHaskell with the command
  darcs get --lazy http://code.haskell.org/wxhaskell/
but there are much too little files downloaded; what could be the  
problem?


I'm working on Windows XP, both in an MS-DOS shell and an MSYS shell.
Installed Darcs version: 2.8.1


Could you be more specific? The point of --lazy *is* to fetch very few
files, so as described, it's working as it should...



I get the same files, with or without --lazy, they are:

wxhaskell_3dir /s/b
wxhaskell_3\darcs916
wxhaskell_3\darcs916-new_be8f187acbc53e7192167af035fde402
wxhaskell_3\_darcs
wxhaskell_3\_darcs\format
wxhaskell_3\_darcs\hashed_inventory
wxhaskell_3\_darcs\patches
wxhaskell_3\_darcs\prefs
wxhaskell_3\_darcs\pristine.hashed
wxhaskell_3\_darcs\prefs\binaries
wxhaskell_3\_darcs\prefs\boring
wxhaskell_3\_darcs\prefs\defaultrepo
wxhaskell_3\_darcs\prefs\motd
wxhaskell_3\_darcs\prefs\repos
wxhaskell_3\_darcs\pristine.hashed\e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

Regards,
Henk-Jan van Tuyl


--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Darcs fetches too little files

2012-08-24 Thread Henk-Jan van Tuyl


I am trying to fetch wxHaskell with the command
  darcs get --lazy http://code.haskell.org/wxhaskell/
but there are much too little files downloaded; what could be the problem?

I'm working on Windows XP, both in an MS-DOS shell and an MSYS shell.
Installed Darcs version: 2.8.1

Regards,
Henk-Jan van Tuyl


--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Darcs fetches too little files

2012-08-24 Thread Gwern Branwen
On Fri, Aug 24, 2012 at 4:47 PM, Henk-Jan van Tuyl hjgt...@chello.nl wrote:
 I am trying to fetch wxHaskell with the command
   darcs get --lazy http://code.haskell.org/wxhaskell/
 but there are much too little files downloaded; what could be the problem?

 I'm working on Windows XP, both in an MS-DOS shell and an MSYS shell.
 Installed Darcs version: 2.8.1

Could you be more specific? The point of --lazy *is* to fetch very few
files, so as described, it's working as it should...

-- 
gwern
http://www.gwern.net

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe