Re: [racket-dev] safe version of racket/unsafe/ops?

2010-09-27 Thread Jay McCarthy
as such a library (mutatis > mutandis).  If it doesn't already exist, could I create > > racket/unsafe/safe-ops > > ? > > John > > > _ >  For list-related administrative tasks: >  http://lists.racket-

Re: [racket-dev] random-access file reading

2010-09-28 Thread Jay McCarthy
;s a simpler way to do this; doc pointers always appreciated. > > John > > > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Y

[racket-dev] ffi vectors

2010-09-30 Thread Jay McCarthy
sizeof (_f32vector io 4)) expected: 16 got: error: expand: unbound identifier in module Normally I would just go do this, but I don't really understand the FFI. If someone can point me appropriately, I'll go do it. Jay -- Jay McCarthy Assistant Professor / Brigham Young Univers

Re: [racket-dev] ffi vectors

2010-09-30 Thread Jay McCarthy
in the FFI always has a pointer > size, because it's always like a pointer. > > A `(_cvector o _float 4)' or `(_f32vector o 4)' is probably > what you want, if the function you'll calling fills in the vector. A > `_float4-pointer' (not `_float4'!) if you all

Re: [racket-dev] ffi vectors

2010-09-30 Thread Jay McCarthy
x27; as needed in different contexts (the former for > `malloc' or a struct member, the latter for a function argument or > result). That strategy was was particularly awkward for a struct that > contained an array of 32 bytes, though. > > At Thu, 30 Sep 2010 17:19:43 -0600, Jay Mc

Re: [racket-dev] #:namespace

2010-10-04 Thread Jay McCarthy
er to that > namespace, at least. > > Robby > > On Mon, Oct 4, 2010 at 8:28 AM, Jay McCarthy wrote: >> I didn't realize the handin server used it when I removed it. >> >> It definitely doesn't need it. >> >> The #:namespace argument made it so the

Re: [racket-dev] #:namespace

2010-10-04 Thread Jay McCarthy
x27; lose its `#:namespace' argument? > > The handin server was using that argument, so it no longer runs. > > -- Jay McCarthy Assistant Professor / Brigham Young University http://teammccarthy.org/jay "The glory of God is Intelligence" - D&C 93

Re: [racket-dev] #:namespace

2010-10-04 Thread Jay McCarthy
On Mon, Oct 4, 2010 at 8:17 AM, Eli Barzilay wrote: > 40 minutes ago, Jay McCarthy wrote: >> >> [...] I removed the namespace argument and the request handler >> closure is simply evaluated in the namespace it came from. > > The relevant piece of code: > &g

Re: [racket-dev] Racket runs on 64-bit ubuntu, right?

2010-10-05 Thread Jay McCarthy
> For list-related administrative tasks: > http://lists.racket-lang.org/listinfo/dev > > _____ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev >

Re: [racket-dev] #true and #false

2010-10-10 Thread Jay McCarthy
> _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://teammccarthy.org/jay "The glory of God is Intelligence" - D&

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-10 Thread Jay McCarthy
et () for just that purpose. > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://teammccarthy.org/jay &quo

Re: [racket-dev] fuzz testing the bytecode reader

2010-10-19 Thread Jay McCarthy
gt;> >> Thanks to Robby for advice on the code, and to Lars Hansen for the idea. >> -- >> sam th >> sa...@ccs.neu.edu > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Jay McCarthy
ow v5.0.2 as the most current version; email me >  to pick the changes when they're done, or tell me if there are no such >  changes.) > > * Casey Klein >  - Redex Tests >  Updates: >  - Redex Updates: update HISTORY >  (updates should show v5.0.2 as the most current ver

Re: [racket-dev] [plt] Push #21313: master branch updated

2010-10-22 Thread Jay McCarthy
Jon, This is awesome that we can see what you've been doing. Also, by default, DrDr won't run your .honu tests because they don't end in .rkt. If you want to keep them as .honu, and have them run, then you'll need to set the drdr:command-line property for them. Jay -- Jay

Re: [racket-dev] Web language

2010-10-26 Thread Jay McCarthy
opinion. > > -- >          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay: >                    http://barzilay.org/                   Maze is Life! > _____ >  For list-related administrative tasks: >  http://lists.racket-la

Re: [racket-dev] [plt] Push #21341: master branch updated

2010-10-26 Thread Jay McCarthy
s.) >> : >>   M collects/meta/build/build |  108 >> +- > > -- >          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay: >                    http://barzilay.org/                   Maze is Life! >

Re: [racket-dev] Web language

2010-10-26 Thread Jay McCarthy
On Tue, Oct 26, 2010 at 8:01 AM, Eli Barzilay wrote: > 20 minutes ago, Jay McCarthy wrote: >> Can you do scribble/xml and if you want the XHTML specific stuff >> use/require scribble/xhtml? > > Well, it's kind of raw in the sense of being able to support xml if > you

Re: [racket-dev] 5.0.2 changelog

2010-10-27 Thread Jay McCarthy
et > > Will M. Farr > commit beb21754564fa8f20eae7e0e3109f2c1d06260c4 >    Added flvector-copy (with tests and docs). > commit 82096abb1b6fd4a8872f528437ba95c44a4aedba >    Added interation forms for/vector, for*/vector, for/flvector, and > for*/flvector and for-clause in-flvector. &g

Re: [racket-dev] 5.0.2 changelog

2010-10-28 Thread Jay McCarthy
Net - WebSocket implementation added You may not find them important. On Wed, Oct 27, 2010 at 11:40 PM, Jon Rafkind wrote: > Please find your name below and provide some blurb for the 5.0.2 changelog > > Author: Jay McCarthy >    - Adding define-datatype to ASL >    - PLAI changes >

Re: [racket-dev] relative lines of C in gracket vs. gracket2

2010-10-28 Thread Jay McCarthy
233205 ./racket/src/thread.c >   9123   24924  230059 ./racket/src/port.c > > Which seems to be a difference of 33 lines.  I don't see where the > 590K to 340K is coming from. > > -- > ~jrm > _____ >  For list-related admi

[racket-dev] Demodularizer

2010-10-29 Thread Jay McCarthy
do not anticipate that there will be any because we are not doing DCE or the re-optimization. We'll let everyone know when we measure that. For the moment, this may be of particular interest to any out there that are doing program analysis and would like "whole programs". Jay -- Jay M

Re: [racket-dev] Demodularizer

2010-10-30 Thread Jay McCarthy
t; (define (hello) >>   (printf "Hello world!")) >> >> (hello) >> >> $ ls -l compiled/p_rkt.zo ;; just using raco make >> 352 >> $ ls -l compiled/p_rkt_zo_merged.zo >> 448410 >> >> Would you mind renaming the command to '

Re: [racket-dev] Demodularizer

2010-10-30 Thread Jay McCarthy
Just for some numbers, http://drdr.racket-lang.org/21386/collects/tests/compiler/demodularizer/ used to take 5.76 minutes and now it takes 2.90 Jay On Sat, Oct 30, 2010 at 9:17 AM, Jay McCarthy wrote: > I just pushed a few commits that should speed it up a bit. > > Jay > >

Re: [racket-dev] [plt] Push #21393: master branch updated

2010-10-31 Thread Jay McCarthy
I believe Casey actually wants this code in the history. Jay Sent from my iPhone On Oct 31, 2010, at 9:16 PM, Eli Barzilay wrote: > Four minutes ago, Sam Tobin-Hochstadt wrote: >> On Sun, Oct 31, 2010 at 6:32 PM, wrote: >>> >>> >>> 152084d Casey Klein 2010-10-31 17:13 >>> : >>> | Adds an

Re: [racket-dev] [plt] Push #21390: master branch updated

2010-11-01 Thread Jay McCarthy
  (code:line #:keep-lang-line? keep-expr)]) > +              #:contracts ([indent-expr exact-nonnegative-integer?] > +                           [expand-expr (or/c #f (syntax-object? . -> . > syntax-object?))] > +                           [context-expr syntax-object?] > +                      

Re: [racket-dev] [DrDr] R21402 (timeout 0) (unclean 3) (stderr 5) (changes 37)

2010-11-01 Thread Jay McCarthy
nit/standalone.rkt > Any idea how this could be different on my machine vs DrDr? Jay -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For

Re: [racket-dev] getpid

2010-11-02 Thread Jay McCarthy
arzilay: >                    http://barzilay.org/                   Maze is Life! > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / B

Re: [racket-dev] 64-bit Mac OS X (was: try the GRacket2 branch)

2010-11-06 Thread Jay McCarthy
master branch, and the gr2 > branch is gone. > > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] [DrDr] R21445 (timeout 1) (unclean 715) (stderr 715) (changes 32)

2010-11-08 Thread Jay McCarthy
hese builds are currently failing to test anything b/c > the gtk libraries are missing on the DrDr machine.  When you fix this, > you might want to re-run all the builds since gr2 landed. > > -- > sam th > sa...@ccs.neu.edu > -- Jay McCarthy Assistant Profe

Re: [racket-dev] [DrDr] R21445 (timeout 1) (unclean 715) (stderr 715) (changes 32)

2010-11-08 Thread Jay McCarthy
Anyways, I think I got them (apt-get install libgtk2-dev) and restarted the builds Jay On Mon, Nov 8, 2010 at 7:34 PM, Jay McCarthy wrote: > I thought the whole point of the build process is that it gets the > libraries if they are missing? > > Jay > > On Mon, Nov 8, 2010 at

Re: [racket-dev] [DrDr] R21443 (timeout 5) (unclean 85) (stderr 708) (changes 636)

2010-11-08 Thread Jay McCarthy
For now, we should mark non-Linux things as do not run in DrDr and later we'll have to incorporate some system type information. For the RANDR problem, I'm using Xvfb, which may not support it. I've added an explicit loading of the extension to the way I start it up... hopefully that will work. J

Re: [racket-dev] [plt] Push #21487: master branch updated

2010-11-09 Thread Jay McCarthy
>                    (i (in-naturals))) >           `(map ((name ,(format "revmap~a" i))) >                 ,@(graphs->areas graphs i))) > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

[racket-dev] DrDr / GR2 status

2010-11-09 Thread Jay McCarthy
bug the Xorg problem. Hopefully the problem won't be replicated there. Jay -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For li

Re: [racket-dev] set operations

2010-11-11 Thread Jay McCarthy
: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-12 Thread Jay McCarthy
y: >                    http://barzilay.org/                   Maze is Life! > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University ht

Re: [racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-12 Thread Jay McCarthy
            Maze is Life! > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "

Re: [racket-dev] OT: stump misunderstands Scheme?

2010-11-16 Thread Jay McCarthy
..@ccs.neu.edu > _________ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is In

Re: [racket-dev] proposed clarification to "async-apply" docs

2010-11-16 Thread Jay McCarthy
acket[async-apply] procedure itself >  returns; if the thunk raises an exception or synchronizes within an >  unsuitable Racket-level thread, it can deadlock or otherwise damage >  the Racket process. Foreign-thread detection to trigger > pcp062767pcs:~/plt/collects/scribblings/foreign

Re: [racket-dev] [racket] newbie: foreign C structure definition question

2010-11-17 Thread Jay McCarthy
look through the libffi documentation you'll see no mention of > arrays, and an explicit mention of "no special support for unions". > > -- >          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay: >                    http://barzilay.org/              

Re: [racket-dev] [plt] Push #21564: master branch updated

2010-11-25 Thread Jay McCarthy
~~ > --- OLD/src/racket/src/stypes.h > +++ NEW/src/racket/src/stypes.h > @@ -88,7 +88,7 @@ enum { >   scheme_hash_table_type,               /* 69 */ >   scheme_hash_tree_type,                /* 70 */ >   scheme_cpointer_type,                 /* 71 */ > -  sc

[racket-dev] Removing Xexpr preference from Web Server

2010-11-26 Thread Jay McCarthy
ards incompatibility, this could make Web programming a bit more verbose, because you'd have to explicitly call "make-xexpr-response" to construct the response from the Xexpr. I could ease that a little bit by changing its name to "xexpr" or something similar. Any ideas on

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-11-27 Thread Jay McCarthy
advantages > of using Scheme. I very much agree; I wonder if the single 'make-xexpr-response' will be too much overhead. Jay > > -- > http://www.neilvandyke.org/ > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-11-29 Thread Jay McCarthy
#x27;m > not sure if this change will have any impact to those libs? Thanks, > regardless of that, this change looks great so I don't need to worry about > escaping and content insertion. Thank you! > Nevo > > On 27 November 2010 08:55, Jay McCarthy wrote: >> >>

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-11-29 Thread Jay McCarthy
le, right now, I have to first convert > a list to json object, then to byte string before sending out. > _________ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assis

Re: [racket-dev] Refactoring in-vector and friends

2010-12-02 Thread Jay McCarthy
Since this > is a moderately large change I'm looking for comments/objections > before committing. If you have objections please let me know -- if I > don't hear any I'll commit tomorrow. Diff is attached. > > N. > > __

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-03 Thread Jay McCarthy
* The fact that this is much more problematic in the web server's > case, combined with the fact that the change itself is much more > minor (compared to the class system changes), is -- IMO -- a strong > indication that a backward-compatible change via a parameter is

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-04 Thread Jay McCarthy
ly wouldn't work with parallel version because there would be, for example, two incompatible request data structures because they are generative. Jay > > Cheers, > yc > > On Fri, Dec 3, 2010 at 10:54 PM, Jay McCarthy wrote: > >> Here is my current plan: >> >&g

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-04 Thread Jay McCarthy
urrent-response/c parameter for customization. The default will be no coercion, but Xexpr conversion will be easily accessible. A compatibility library will automatically set current-response/c appropriately. Attached is the new compatibility README. I hope this will satisfy all. Jay --

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-05 Thread Jay McCarthy
#x27;ve made a contract that isn't a projection, but does a coercion? > > I'd be happier if you instead made your own separate wrappers and > didn't use "/c" and didn't call this a contract. > > Robby > > On Sun, Dec 5, 2010 at 12:29 AM, Jay McCart

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
am also reluctant to throw contracts at dynamic places. Contract > boundaries should be syntactically distinct, e.g., module boundaries or > define/contract. > > ;; --- > > I think you're really just checking an assertion. So perhaps you want to go > with /a as a suffix. &

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
some kind of a coercion somehwere buried inside the racket primitives > > for dealing with the filesystem. Is that like what you want to do? If > > so, how would your arguments hold up for that part of our system? > > > > Robby > > > > On Monday, December 6, 2010, Jay Mc

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
oercion will > >> > always succeed. Let's assume you have done that and now discuss only > >> > where the coercing bit of the "contract" goes. Is it in a higher order > >> > position? Is it something that describes an interface to your module &

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
lain Racket experiment bears this out. -- > Matthias > > _ > For list-related administrative tasks: > http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http:

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
any/c current-response/c response?) where response? is the data structure predicate that the internal plumbing uses. Jay On Mon, Dec 6, 2010 at 9:51 AM, Jay McCarthy wrote: > That's why dynamic/c has a pre/c and post/c. Before it uses the user's > contract, it applies pre/c. After

Re: [racket-dev] Hacking on the collects

2010-12-06 Thread Jay McCarthy
easier/faster way? Or should I just develop in the "live" > collects tree and then endure the "raco setup" once for final testing? > > Thanks for any suggestions. > > -- > regards, > Jakub Piotr Cłapa > _________ &

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
parameter (contract response)) not (contract (parameter response)), where /c is the post-fix syntax for (contract x) and current- is the pre-fix syntax for (parameter x) Jay > > Robby > > On Mon, Dec 6, 2010 at 10:55 AM, Jay McCarthy > wrote: > > Maybe dynamic/c isn

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
be blamed if the coercion does not return a response? > > > > Is there a contract on current-response/c? (I assume that the "/c" > > there is a misnomer and it really is a parameter that holds a > > contact/coercion, not a contract.) > > > > Robby > &

Re: [racket-dev] Hacking on the collects

2010-12-06 Thread Jay McCarthy
I've done it and it wasn't as nice as getting a patch. Jay On Mon, Dec 6, 2010 at 10:19 AM, Sam Tobin-Hochstadt wrote: > On Mon, Dec 6, 2010 at 12:16 PM, Jay McCarthy > wrote: > > > > If you do a pull request on github, it will not be useful because github > is

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
On Mon, Dec 6, 2010 at 10:23 AM, Robby Findler wrote: > On Mon, Dec 6, 2010 at 11:19 AM, Jay McCarthy > wrote: > > > > > > On Mon, Dec 6, 2010 at 10:16 AM, Robby Findler < > ro...@eecs.northwestern.edu> > > wrote: > >> > >> Who sh

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
On Mon, Dec 6, 2010 at 9:32 PM, Eli Barzilay wrote: > 11 hours ago, Jay McCarthy wrote: > > > > > > On Mon, Dec 6, 2010 at 10:16 AM, Robby Findler < > ro...@eecs.northwestern.edu> > > wrote: > > > > Who should be blamed if the coercion does no

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-06 Thread Jay McCarthy
The only response struct that will be left is what response/port was. Jay On Mon, Dec 6, 2010 at 9:38 PM, Eli Barzilay wrote: > Two days ago, Jay McCarthy wrote: > > > > In that directory is the attached README. > > Perhaps you wrote about this elsewhere, but what

Re: [racket-dev] Removing Xexpr preference from Web Server

2010-12-07 Thread Jay McCarthy
Jay On Fri, Nov 26, 2010 at 5:55 PM, Jay McCarthy wrote: > 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

Re: [racket-dev] DrDr 'shmget' errors

2010-12-08 Thread Jay McCarthy
d to running files that > involve graphical display, and that I don't need to worry about it. Is this > correct? > > Apologies if I missed discussion of this. > > John -- Jay McCarthy Assistant Professor / Brigham Young University http://fa

Re: [racket-dev] DrDr 'shmget' errors

2010-12-08 Thread Jay McCarthy
Alright. I have 4096 shared memory segments with nothing attached to them. I think this means that gr2 has a bug because it is not returning them, maybe by not closing gdk properly? Jay On Wed, Dec 8, 2010 at 1:47 PM, Jay McCarthy wrote: > We talked about it on IRC. > > I looked up

Re: [racket-dev] DrDr 'shmget' errors

2010-12-15 Thread Jay McCarthy
Do you see something different in any of those cases? > > At Wed, 8 Dec 2010 14:16:24 -0700, Jay McCarthy wrote: > > Alright. I have 4096 shared memory segments with nothing attached to > them. > > > > I think this means that gr2 has a bug because it is not returning them

Re: [racket-dev] [racket] Question about fields in Racket OO

2010-12-16 Thread Jay McCarthy
ays what the methods are, but > everything else is just executed in sequence as if it were in the body > of the initializer (if this were in Java, say). > > hth, > Robby > _____ > For list-related administrative tasks: > http://

Re: [racket-dev] [racket] Question about fields in Racket OO

2010-12-16 Thread Jay McCarthy
ot;Each field, init-field, and non-method define-values clause in a > class declares one or more new fields for the class. Fields declared > with field or init-field are public." > > So only the public ones are accessible via get-field. > > Carl Eastlund > > On Thu, Dec 16,

[racket-dev] Fwd: [DrDr] R21835 (timeout 1) (unclean 5) (stderr 11) (changes 47)

2010-12-29 Thread Jay McCarthy
DrDr is now in a state where you should pay attention to it again, because the GUI tests are working again. Jay -- Forwarded message -- From: Date: 2010/12/29 Subject: [DrDr] R21835 (timeout 1) (unclean 5) (stderr 11) (changes 47) To: mfl...@racket-lang.org, matth...@racket-lan

Re: [racket-dev] replacement for #:namespace arg in dispatch/servlet

2011-01-03 Thread Jay McCarthy
it as an > optional argument, but since the handin server code isn't mine, I wouldn't be > confident that my change was a sane one. > > So: is there a simple mechanism that replaces this optional argument? > > John Clements > > -- Jay McCarthy Assistant Profe

Re: [racket-dev] Git

2011-01-05 Thread Jay McCarthy
t; > Carl Eastlund > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of G

Re: [racket-dev] Git

2011-01-07 Thread Jay McCarthy
t; machines that have unsquashed versions of those commits? > > Robby > > On Fri, Jan 7, 2011 at 9:43 AM, Jay McCarthy wrote: >> I like to do an interactive rebase and squash commits together: >> >> git rebase -i HEAD^^10 >> >> where 10 is how many commits

Re: [racket-dev] Git

2011-01-07 Thread Jay McCarthy
t, but now I'm worried about that.) > > Robby > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.b

[racket-dev] Temporal Contracts and Match Automata

2011-01-07 Thread Jay McCarthy
the core? I think it is quite a big extension over racket/contract. What do you think generally? Jay -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 ___

Re: [racket-dev] input methods under Unix/X

2011-01-17 Thread Jay McCarthy
s that this > change could go wrong. Keep an eye out for new event-handling problems > under X. > > _________ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.ed

Re: [racket-dev] changing #lang plai to depend on racket rather than scheme?

2011-01-19 Thread Jay McCarthy
ery minimal. I'd go ahead and do it. Jay > > John > > > > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young Uni

Re: [racket-dev] What is handle in racket?

2011-01-21 Thread Jay McCarthy
ry just uses that name. > Is it like a callback function in C? You could imagine that it is a "callback" from call/input-url to your code to do something to the port before it closes it. Jay > > Thanks in advance. > > - Joe > > > > _

Re: [racket-dev] Pre-Release Checklist for v5.1

2011-02-01 Thread Jay McCarthy
2011/1/31 Ryan Culpepper : > * Jay McCarthy >  - Web Server Tests >  - XML Tests >  - HTML Tests >  - PLAI Tests >  - Racklog tests >  - Datalog tests All passed -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The gl

Re: [racket-dev] Pre-Release Checklist for v5.1

2011-02-04 Thread Jay McCarthy
on for FrTime has broken.  I > don't think anyone's using FrTime, so it might be best just to remove > it.  (I don't have commit access, so someone else would have to do > it.) > > Greg > > _ >  For list-relate

Re: [racket-dev] Pre-Release Checklist for v5.1

2011-02-04 Thread Jay McCarthy
I'll update and re-run the FrTime test then for Greg Jay 2011/2/4 Matthew Flatt : > At Fri, 4 Feb 2011 15:02:18 -0700, Jay McCarthy wrote: >> I've looked into this and I think it is a regression of GR2. > > Thanks for investigating! > >> The dc<%> interf

Re: [racket-dev] Pre-Release Checklist for v5.1

2011-02-04 Thread Jay McCarthy
The Fred GUI doesn't seem to work. I can't adjust the sliders on demos/orbit-mouse.rkt for example. I see no output on the console though. I'm not really sure where to check from there. I will try to trace it through Jay 2011/2/4 Jay McCarthy : > I'll update and re-run t

Re: [racket-dev] response/sxml ?

2011-02-09 Thread Jay McCarthy
but no response/sxml ... yet. Right? I'm guessing I could do > a half-assed job of building it, but I want to make sure it doesn't already > exist. > > John > > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay

Re: [racket-dev] polling select in racket

2011-02-09 Thread Jay McCarthy
>>  For list-related administrative tasks: >>  http://lists.racket-lang.org/listinfo/dev >> > > _________ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev >

Re: [racket-dev] drafting the v5.1 release announcement

2011-02-09 Thread Jay McCarthy
onality as before (except for 'xor drawing). > > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] drafting the v5.1 release announcement

2011-02-09 Thread Jay McCarthy
   and Gtk (instead of Xt) under Unix/X. >> >>    Unix/X users will see the biggest difference with this change. >>    DrRacket and all Racket GUI programs take on the desktop theme for >>    menus, buttons, and other GUI widgets. >> >>    The GRacket executable is no longer

Re: [racket-dev] Latex files

2011-02-18 Thread Jay McCarthy
>                    http://barzilay.org/                   Maze is Life! > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Youn

[racket-dev] Packaging

2011-02-18 Thread Jay McCarthy
your feedback so I can direct my efforts better. Jay -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For list-related administrative tasks:

Re: [racket-dev] Packaging

2011-02-19 Thread Jay McCarthy
sign goal anymore (I noticed automatic > upgrades and "freezing" being an explicit operation but there may be > other places). > > Do you have a rationale for deviating from this seemingly nice property? I agree with Sam's explanation. I do think it is valuable to be

Re: [racket-dev] Packaging

2011-02-19 Thread Jay McCarthy
know where our community stands on this issue, because if most are happy with (1), then I think the packaging system could be much simpler. I personally think (2) is more complicated than (3). Jay -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay

Re: [racket-dev] Packaging

2011-02-22 Thread Jay McCarthy
may think this > far fetched, but if you look you should find an example of this in our > current collection tree) > > Robby > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Packaging

2011-02-22 Thread Jay McCarthy
Good point Jay 2011/2/19 Eli Barzilay : > 5 hours ago, Jay McCarthy wrote: >> 2011/2/18 Jos Koot : >> > For a simple windows 7 user as I it is rather difficult to use >> > command line instructions. I plead for an easy to use gui for >> > making contributions.

Re: [racket-dev] overwrite

2011-02-26 Thread Jay McCarthy
e file or > revert. Is anyone else suffering from this problem? > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://facu

Re: [racket-dev] form:binding / request utilities

2011-03-04 Thread Jay McCarthy
t's always a pain to operate on the request > structures.  Would you be open to adding a few functions like this to the > web-server (if we provide them, along with docs and tests)? Looking at the > documentation, it appears that there's some cleanup that just never made it

Re: [racket-dev] racket/stream

2011-03-16 Thread Jay McCarthy
speed up stream iteration via `for'. > > Adding streams as sequences effectively introduces a simpler > representation for sequences that fit neatly into the stream protocol. > Along those lines, operations like `sequence-append' can detect when > all arguments are

Re: [racket-dev] racket/stream

2011-03-17 Thread Jay McCarthy
gt;> _____ >>  For list-related administrative tasks: >>  http://lists.racket-lang.org/listinfo/dev >> > > _ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Alpha-equivalence for Racket

2011-03-25 Thread Jay McCarthy
lund >> _ >>   For list-related administrative tasks: >>   http://lists.racket-lang.org/listinfo/dev > > _____ >  For list-related administrative tasks: >  http://lists.racket-lang

Re: [racket-dev] [plt-planet-announce] New PLaneT package: stephanh/RacketGL.plt for 4.x, 3xx

2011-04-14 Thread Jay McCarthy
etGL.plt&owner=stephanh > > for more information. > _ >  For list-related administrative tasks: >  http://list.cs.brown.edu/mailman/listinfo/plt-planet-announce > -- Jay McCarthy Assistant Professor / Brigham Young University http:

Re: [racket-dev] Pre-Release Checklist for v5.1.1

2011-04-21 Thread Jay McCarthy
llation failed >>      (Removing installation files in >> /tmp/work/x/binary/racket-unix/racket-tmp-install) >> >> _ >>   For list-related administrative tasks: >>   http://lists.racket-lang.org/listinfo/dev > >

Re: [racket-dev] Pre-Release Checklist for v5.1.1

2011-04-22 Thread Jay McCarthy
2011/4/20 Ryan Culpepper : > * Jay McCarthy >  - Web Server Tests >  - XML Tests >  - HTML Tests >  - PLAI Tests >  - Racklog tests >  - Datalog tests All passed -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The gl

Re: [racket-dev] Optional equality predicate for assoc and member

2011-04-22 Thread Jay McCarthy
___ >  For list-related administrative tasks: >  http://lists.racket-lang.org/listinfo/dev > -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 _

Re: [racket-dev] lots of new tests pushed

2011-04-25 Thread Jay McCarthy
t; drdr. But I have no other reason. >> >> Ah, makes sense. However, this has the drawback that they're in the >> distribution.  Does that need to be fixed? >> -- >> sam th >> sa...@ccs.neu.edu >> > >

<    1   2   3   4   5   6   >