Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Michael Sperber writes:
> Matthew Flatt writes:
>
>> I don't recognize that error.
>>
>> What version of Mac OS X and the C toolchain are you using?
>
> Mountain Lion, XCode 5.0.2, and this gcc:
>
> i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Matthew Flatt writes:
> I don't recognize that error.
>
> What version of Mac OS X and the C toolchain are you using?
Mountain Lion, XCode 5.0.2, and this gcc:
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658)
(LLVM build 2336.11.00)
--
Regards,
Mike
I pulled plt-release, and get this:
mkdir -p Racket.framework/Versions/5.91.0.900
gcc -o Racket.framework/Versions/5.91.0.900/Racket -pthread -framework
CoreFoundation -dynamiclib -all_load libracket.a libmzgc.a -ldl -lm -liconv
ld: warning: could not create compact unwind for _ffi_call_unix
Ryan Culpepper writes:
> The release process for v6.0 has begun: the `release' branch was
> created for any work that is left and is now bumped to v5.91. You
> can go on using the `master' branch as usual, it is now bumped to
> v6.0.0.1 (to avoid having two different trees with the same version
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Thanks Asumu for making those fixes!
Asumu Takikawa writes:
> On 5.3.1, you'll have to add extra type instantiations in the tests
> or just remove the test files.
I was also e-mailing Sam about this, so some wires got crossed: Sam,
Asumu's fixes make the build go through now.
Sam also asked a
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Regards,
Mike
_
Racket Developers list:
http://lists.racket-lang.org/dev
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
Racket Developers list:
http://lists.racket-lang.org/dev
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
Racket Developers list:
http://lists.racket-lang.org/dev
Ryan Culpepper writes:
> Checklist items for the v5.2.1 release
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
Racket Developers list:
http://lists.racket-lan
Robby Findler writes:
> On Mon, Nov 28, 2011 at 1:30 AM, Michael Sperber
> wrote:
>> Some tests (especially check-property-based tests) are expensive, and
>> you don't always want to run them - especially with world/universe-based
>> code. Is there a way to h
Robby Findler writes:
> [ moved to dev ]
>
> Apparently this broke somewhere in between v5.0 (June 2010) where it
> works and v5.1 (Feb 2011) where it doesn't. I can't use git bisect to
> find the precise commit because the earlier version doesn't compile on
> either my windows or my mac machine
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
For list-related administrative tasks:
http://lists.racket-lang.
Danny Yoo writes:
> I tried the following program in ASL. In Definitions:
>
> ;
> (: g (Number -> Number))
> (define g
> (lambda (x)
> (if (= x 0)
> x
> (list "three" x
> ;;
>
> I ran Definitio
Eli Barzilay writes:
> 11 hours ago, Michael Sperber wrote:
>>
>> I still need Stephen Chang's commit to be merged over:
>>
>> commit 8956364387fa25ffeb51e50fc1a83c20fd88af32
>> Author: Stephen Chang
>> Date: Sun Jul 24 12:18:09 2011 -0400
&
Ryan Culpepper writes:
> * Mike Sperber
> - Stepper Tests
I still need Stephen Chang's commit to be merged over:
commit 8956364387fa25ffeb51e50fc1a83c20fd88af32
Author: Stephen Chang
Date: Sun Jul 24 12:18:09 2011 -0400
change recon-val in stepper to use render-to-sexpr for non-lazy
Stephen Chang writes:
> I've made a push that should fix both these problems. The push should
> be included in the release.
>
> The stepper was intercepting rendering of lists so that infinite lists
> could be handled, but I've restored deferring to render-to-sexp for
> non-lazy lists.
Works fo
Stephen Chang writes:
>>> - Stepper Tests
>>
>> Printing in the Stepper is broken yet again. (I get backquote printing
>> for the DMdA levels for lists.) I'll try to fix it Monday or Tuesday.
>
> Mike, is the DMdA stepper the same as the HtDP stepper?
Yes.
> I'm only seeing 1 dmda test in
Ryan Culpepper writes:
> - Stepper Tests
Printing in the Stepper is broken yet again. (I get backquote printing
for the DMdA levels for lists.) I'll try to fix it Monday or Tuesday.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
__
Matthias Felleisen writes:
> Are the SIGNATURES in the beginner funs definitions and elsewhere
> fed to Mike's signature checker? If so, we need to roll back a commit
> I made for a small change to atan and that Eli just rolled over to the
> release.
You mean those in the documentation? No.
Robby Findler writes:
> On Thu, Jul 7, 2011 at 2:48 AM, Michael Sperber
> wrote:
>>
>> Eli Barzilay writes:
>>
>>>> Yeah, well, except you run into trouble almost immediately because
>>>> that code contains references, and Scribble is sensitiv
Eli Barzilay writes:
>> Yeah, well, except you run into trouble almost immediately because
>> that code contains references, and Scribble is sensitive to all
>> kinds of side conditions involving references.
I'm talking about the references to identifiers, and sections.
Guillaume and I want pur
Eli Barzilay writes:
> 25 minutes ago, Michael Sperber wrote:
>> For the record, I fully agree with Guillaume. I was puzzling over
>> the exact same issue when I was doing the docs for the DMdA teaching
>> languages, came out with the exact same reasoning as Guillaume, a
Jay McCarthy writes:
> If you read the documentation as a textbook when you start
> programming, I can see wanting to see something that says "cond is the
> same as before". But, if you read the documentation as a reference
> when you have a problem it is frustrating to chase through a few links
Robby Findler writes:
> On Sat, Apr 23, 2011 at 7:28 AM, Michael Sperber
> wrote:
>>
>> Ryan Culpepper writes:
>>
>>> * Mike Sperber
>>> - DMdA Tests
>>> - Stepper Tests
>>> - Signature Tests
>>
>> Pending the merg
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Pending the merge of 7f9bd528573ddbe5c3b4607e0b9d842e93662427 into the
release branch, done. (Thanks, Robby!)
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
For list-related administrative tasks:
http://lists.racket-lang.
Jay McCarthy writes:
> I would like to remove the implicit preference the Web Server gives to
> Xexprs and the old esoteric bytes response format. This is backwards
> incompatible change, but I think it will make the server better in the
> long run as it will promote other HTML encodings, like t
Robby Findler writes:
> Number 2 probably changed a while back when signatures were
> introduced, I'd guess. That one is not so easy to roll back.
I specifically fixed this at some point - it may also be related to the
"namespace changes". I'll try to look at it later today, but can't make
any
Robby Findler writes:
> How recently did the change come in that allows internal definitions
> all over the place? And how broken did this make the stepper?
Pretty broken: There are now (let () ...)s all over the place.
(I've sent separate e-mail to John and Matthew.)
--
Cheers =8-} Mike
Fri
Nadeem Abdul Hamid writes:
> Consider a beginner file with:
>(define-struct boa (name length))
>
> Student writes a template/function with parameter named "a-boa", but
> misspells one occurrence, writing "boa" instead of "a-boa".
>
> (define (feed a-boa)
> (make-boa (boa-name a-boa)
>
Mariusz Ceier writes:
> According to [1] png_set_gray_1_2_4_to_8 was renamed to
> png_set_expand_gray_1_2_4_to_8 in libpng-1.4.0
>
> [1] http://libpng.sourceforge.net/ANNOUNCE-1.4.0.txt
>
> Signed-off-by: Mariusz Ceier
> ---
> src/wxcommon/wxJPEG.cxx |4
> 1 files changed, 4 insertion
Also, the DMdA "list" signature is called "list-of" for HtDP.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/dev
Matthias Felleisen writes:
> I found two things so far:
>
> 1. the basic signatures are lowercase in the docs, but are uppercase
>for real.
They are lowercase in the docs because they're lower-case in the DMdA
languages. They're only uppercase in the HtDP languages. (You may
remember tha
Matthias Felleisen writes:
> works in Beginner. It turns out however that even the German docs are
> broken. I should have explored more when Mike merged this in. Then
> again, I doubt we will have many Americans reading these docs.
What's broken?
--
Cheers =8-} Mike
Friede, Völkerverständigu
Eli Barzilay writes:
> I don't know of any plan for signatures, but if it would be bad to
> advertise it if it's not included... Jay/Ryan--??
Signatures are already in there (look in the log in collects/lang) -
they're just not documented yet. They already give you this, for
example:
(define
Sorry, I'm just seeing this now:
Eli Barzilay writes:
> Final version, after some edits and reorganization.
> * The Advanced Student Language now supports hash-table primitives,
> `define-datatype' for defining sets of related structs, and
> `match' for pattern matching.
Is it a good idea
Matthias Felleisen writes:
> 1. Indentation matters. This point is entirely orthogonal to syntax.
>It applies to Racket and Honu as well.
t's been a long time (several years) since I've heard substantial
complaints about parens or prefix syntax from beginning students. Also,
since we've
Shriram Krishnamurthi writes:
> They're very different, actually. And Per Bothner's final post on the thread
> --
>
> http://srfi.schemers.org/srfi-49/mail-archive/msg00021.html
>
> -- points in the direction of P4P, not SRFI-49.
Well, except for a bunch of renamings (... in the direction of
Just a note, it does look not entirely unsimilar to:
http://srfi.schemers.org/srfi-49/srfi-49.html
(For a good chuckle, look at the discussion archive.)
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
For list-related adm
46 matches
Mail list logo