New submission from Brandon J. Van Every <[EMAIL PROTECTED]>:

E:\devel\src\chicken>darcs pull http://galinha.ucpel.tche.br/chicken
Pulling from "http://galinha.ucpel.tche.br/chicken";...

This is the development repository of the CHICKEN Scheme system
(http://www-call-with-current-continuation.org/)

See README.darcs for information about how to bootstrap the compiler.
**********************

Fri Aug 11 12:22:43 Pacific Daylight Time 2006  [EMAIL PROTECTED]
  * - moved "chicken-home" into eval.scm
Shall I pull this patch? (1/11)  [ynWvpxqadjk], or ? for help:
darcs: bug in darcs!
in function reconcile_unwindings
Original patch:
merger 0.0 (
merger 0.0 (
merger 0.0 (
merger 0.0 (
hunk ./Makefile.am 78
+# Note that the CMake version of nsample has proven that this benchmarking
+# is woefully inadequate, nearly a random number generator.  3 samples is
+# substandard as far as any kind of repeatability.  Also, if the
+# user starts a build, relegates it to a background task, and starts
+# multitasking apps in the foreground, the results will be completely 
bogus.
+# This is of course the usual way that people run their builds.  For this
+# reason, the CMake build disables nsample benchmarking by default.  A 
build
+# is simply not a proper benchmarking environment.
+#
+# The code remains in Makefile.am until a better policy is implemented.
+
merger 0.0 (
hunk ./Makefile.am 78
-chicken-defaults.h: nsample
+stack-size.h: nsample
hunk ./Makefile.am 78
-chicken-defaults.h: nsample
+chicken-defaults.h:
)
)
hunk ./Makefile.am 89
-stack-size.h: nsample
+stack-size.h: stack-size.h.in nsample
)
hunk ./Makefile.am 78
-chicken-defaults.h: nsample
-       @if [ -n "${NURSERY}" ]; then \
-         nursery=${NURSERY}; \
-         echo "setting nursery size to $${nursery}"; \
-       else \
-         nursery="128*1024"; \
-         echo "using default nursery size of 128k"; \
-       fi; \
-       echo the CHICKEN_HOME install directory is ${pkgdatadir}; \
-       echo creating $@; \
+chicken-defaults.h:
+       @echo creating $@; \
+       echo the CHICKEN_HOME install directory is $(pkgdatadir); \
)
merger 0.0 (
merger 0.0 (
hunk ./Makefile.am 86
+       echo creating $@; \
+       echo "/*** Program generated file: any edits may be lost ***/" 
 >stack-si
ze.h; \
+       echo "#ifndef C_DEFAULT_TARGET_STACK_SIZE" >> stack-size.h; \
+       echo "# define C_DEFAULT_TARGET_STACK_SIZE ($${nursery})" 
 >>stack-size.h
; \
+       echo "#endif" >> stack-size.h;
+
+chicken-paths.h:
hunk ./Makefile.am 86
-       echo the CHICKEN_HOME install directory is ${pkgdatadir}; \
+       echo the CHICKEN_HOME install directory is $(pkgdatadir); \
)
hunk ./Makefile.am 87
-       echo "/*** Program generated file: any edits may be lost ***/" 
 >stack-si
ze.h; \
-       echo "#ifndef C_DEFAULT_TARGET_STACK_SIZE" >> stack-size.h; \
-       echo "# define C_DEFAULT_TARGET_STACK_SIZE ($${nursery})" 
 >>stack-size.h
; \
-       echo "#endif" >> stack-size.h;
+       sed -e "s,@[EMAIL PROTECTED],($${nursery}),g" \
+          <$(srcdir)/stack-size.h.in >stack-size.h;
)
)
Please report this to [EMAIL PROTECTED]
If possible include the output of 'darcs --exact-version'.

E:\devel\src\chicken>darcs --exact-version
darcs compiled on Jun 16 2006, at 13:00:32
# configured Fri Jun 16 12:59:52 USMST 2006
./configure --disable-mmap

Context:

[TAG 1.0.8
Tommy Pettersson <[EMAIL PROTECTED]>**20060616160213]

E:\devel\src\chicken>

----------
messages: 930
nosy: bvanevery, droundy, tommy
status: unread
title: a bug on Windows win32 Darcs 1.0.8

____________________________________
Darcs issue tracker <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue248>
____________________________________

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to