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

2010-06-26 Thread Jay McCarthy
/                   Maze is Life! -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket-lang.org

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

2010-06-26 Thread Jay McCarthy
, Jay McCarthy jay.mccar...@gmail.com wrote: Just using the core of even-read didn't work. It would start to read after parse-statement had returned and then my parser would just sit there because the port wasn't returning EOF. I think it is a bug. Jay On Fri, Jun 25, 2010 at 10:44 PM, Eli

Re: [racket-dev] proposal: `data' collection

2010-07-02 Thread Jay McCarthy
_  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

Re: [racket-dev] internal-definition parsing

2010-07-08 Thread Jay McCarthy
. In a sense, we now should say that modules are just bodies. Or is there a difference? #%module-begin as the top level controlling macro is a distinguishing feature. Requires and provides can only be there and you know there's only one application. Jay -- Jay McCarthy j...@cs.byu.edu Assistant

Re: [racket-dev] multiple key-press

2010-07-22 Thread Jay McCarthy
-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket-lang.org

Re: [racket-dev] multiple key-press

2010-07-22 Thread Jay McCarthy
is silly? Perhaps you do indeed know a great deal about games.  But perhaps you have a more limited understanding of your audience. Shriram -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

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

2010-07-22 Thread Jay McCarthy
]== Directory summary:  45.5% collects/lang/private/  15.2% collects/scribblings/htdp-langs/  38.1% collects/tests/racket/ ~~ eeada45 Jay McCarthy j...@racket-lang.org 2010-07-22 15:12 : | Fixing error string :  M collects/lang/private/teachprims.rkt

Re: [racket-dev] Release Announcement for v5.0.1

2010-07-24 Thread Jay McCarthy
/                   Maze is Life! _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence

Re: [racket-dev] haskell's 'hell of a lot of libraries', planet

2010-07-27 Thread Jay McCarthy
_  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

Re: [racket-dev] haskell's 'hell of a lot of libraries', planet

2010-07-27 Thread Jay McCarthy
-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related

Re: [racket-dev] P4P: A Syntax Proposal

2010-07-28 Thread Jay McCarthy
. Shriram _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

Re: [racket-dev] P4P: A Syntax Proposal

2010-07-28 Thread Jay McCarthy
you can learn more:  http://www.cs.brown.edu/~sk/tmp/P4P/ Shriram _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

Re: [racket-dev] Regher continues his excellent tutorial on undefined behavior language specifications

2010-07-30 Thread Jay McCarthy
and 3:  http://blog.regehr.org/archives/226 and if you missed part 1, you should really check it out:  http://blog.regehr.org/archives/213 Robby _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay

Re: [racket-dev] Release Announcement for v5.0.1 -- final version

2010-08-02 Thread Jay McCarthy
) (x x)) (lambda (x) (x x)))          Eli Barzilay:                    http://barzilay.org/                   Maze is Life! -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

Re: [racket-dev] Release Announcement for v5.0.1 -- final version

2010-08-02 Thread Jay McCarthy
: are you saying that those commits were not included in the testing bundles? If so, why do we need to re-run the release tests? (Or is there something else?) Robby On Mon, Aug 2, 2010 at 2:12 PM, Eli Barzilay e...@barzilay.org wrote: On Aug  2, Jay McCarthy wrote: On Mon, Aug 2, 2010 at 4:31

Re: [racket-dev] experiment of the unified require syntax == Re: haskell's 'hell of a lot of libraries', planet

2010-08-12 Thread Jay McCarthy
add is that this auth mechanism should be optional (perhaps as a policy per repo). All my additional 2 cents.  Cheers, yc _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j

[racket-dev] RFC: Coding Guidelines

2010-08-17 Thread Jay McCarthy
We're attempting to write down coding guidelines for the project. Here is a first attempt: http://faculty.cs.byu.edu/~jay/tmp/201008161509-guidelines.html Please comment. Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory

Re: [racket-dev] RFC: Coding Guidelines

2010-08-17 Thread Jay McCarthy
It may be a typo in the source material. http://www.ccs.neu.edu/home/matthias/HtDP2e/prologue.html#(part._not) On Tue, Aug 17, 2010 at 2:21 PM, John Clements cleme...@brinckerhoff.org wrote: On Aug 17, 2010, at 3:57 PM, Jay McCarthy wrote: We're attempting to write down coding guidelines

Re: [racket-dev] RFC: Coding Guidelines

2010-08-17 Thread Jay McCarthy
On Tue, Aug 17, 2010 at 2:24 PM, John Clements cleme...@brinckerhoff.org wrote: On Aug 17, 2010, at 3:57 PM, Jay McCarthy wrote: We're attempting to write down coding guidelines for the project. Here is a first attempt: http://faculty.cs.byu.edu/~jay/tmp/201008161509-guidelines.html

Re: [racket-dev] RFC: Coding Guidelines

2010-08-19 Thread Jay McCarthy
_  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list

Re: [racket-dev] collects descriptions

2010-08-23 Thread Jay McCarthy
On Aug 22, 2010, at 10:23 PM, Jon Rafkind rafk...@cs.utah.edu wrote: Can someone provide me a somewhat brief description of what the following directories in the collects/ tree contain? * scribble The implementation of scribble * scribblings The documentation for most of the core

Re: [racket-dev] hashes in ASL

2010-08-24 Thread Jay McCarthy
this?) _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list

Re: [racket-dev] require sub-forms

2010-08-24 Thread Jay McCarthy
There is not now but we could make a module that only exported them so you could provide all-from-out it and thus centralize the list of subforms. That's the cleanest idea I have. (You don't want to hear my really bad ideas) Jay Sent from my iPhone On Aug 24, 2010, at 8:46 PM, Shriram

Re: [racket-dev] gc vs assignment

2010-08-25 Thread Jay McCarthy
administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative

Re: [racket-dev] futures waiting for scheme_make_envunbox

2010-08-25 Thread Jay McCarthy
exactly what's happening. -- sam th sa...@ccs.neu.edu _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay

Re: [racket-dev] require sub-forms

2010-08-25 Thread Jay McCarthy
On Wed, Aug 25, 2010 at 8:18 AM, Eli Barzilay e...@barzilay.org wrote: On Aug 25, Jay McCarthy wrote: On Tue, Aug 24, 2010 at 10:18 PM, Eli Barzilay e...@barzilay.org wrote: On Aug 24, Jay McCarthy wrote: There is not now but we could make a module that only exported them so you could

Re: [racket-dev] hashes in ASL

2010-08-25 Thread Jay McCarthy
administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related

Re: [racket-dev] hashes in ASL

2010-08-25 Thread Jay McCarthy
Just pushed an update with optional argument constructors and immutable hash operations. Jay On Tue, Aug 24, 2010 at 11:36 AM, Jay McCarthy jay.mccar...@gmail.com wrote: What documentation are you looking at? http://docs.racket-lang.org/htdp-langs/advanced-prim-ops.html#(part._(lib._htdp

Re: [racket-dev] drdrdown?

2010-08-28 Thread Jay McCarthy
tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks

Re: [racket-dev] relationship between define-struct and struct

2010-08-28 Thread Jay McCarthy
_  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

Re: [racket-dev] raco dwim

2010-09-10 Thread Jay McCarthy
-- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

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

2010-09-13 Thread Jay McCarthy
I didn't see any data/heap tests. Jay _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] the new `racket/gui' --- now with bug reports

2010-09-14 Thread Jay McCarthy
-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo

Re: [racket-dev] Racket documentation

2010-09-21 Thread Jay McCarthy
to this, there should be a user comments section. This section will eventually provide data on common pitfalls, similar functions, desired functionality, etc. that the core team can take into account both to improve their documentation and the Racket API itself. Jay -- Jay McCarthy j...@cs.byu.edu

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

2010-09-27 Thread Jay McCarthy
).  If it doesn't already exist, could I create racket/unsafe/safe-ops ? John _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University

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

2010-09-28 Thread Jay McCarthy
this; doc pointers always appreciated. John _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay

Re: [racket-dev] ffi vectors

2010-09-30 Thread Jay McCarthy
(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 McCarthy wrote: Yes, but this program: typedef float float4[4

Re: [racket-dev] #:namespace

2010-10-04 Thread Jay McCarthy
to that namespace, at least. Robby On Mon, Oct 4, 2010 at 8:28 AM, Jay McCarthy jay.mccar...@gmail.com 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 closure given as the request handler was called

Re: [racket-dev] #:namespace

2010-10-04 Thread Jay McCarthy
that argument, so it no longer runs. -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http

Re: [racket-dev] #:namespace

2010-10-04 Thread Jay McCarthy
On Mon, Oct 4, 2010 at 8:17 AM, Eli Barzilay e...@barzilay.org 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:  #lang racket/base  (require

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 j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

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

2010-10-19 Thread Jay McCarthy
tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks

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

2010-10-22 Thread Jay McCarthy
 (updates should show 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.) * Ryan Culpepper ry...@ccs.neu.edu  - Macro Debugger Tests  - Syntax Classifier Tests * Jay McCarthy jay.mccar...@gmail.com  - Web Server Tests

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

2010-10-26 Thread Jay McCarthy
:                    http://barzilay.org/                   Maze is Life! _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

Re: [racket-dev] 5.0.2 changelog

2010-10-27 Thread Jay McCarthy
82096abb1b6fd4a8872f528437ba95c44a4aedba    Added interation forms for/vector, for*/vector, for/flvector, and for*/flvector and for-clause in-flvector. Jay McCarthy commit 01a41a812e83d0fb3a31940de0b52504ac4bbdb6    Closing pr11216. Adding one armed check-error to teaching languages. commit

Re: [racket-dev] 5.0.2 changelog

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

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

2010-10-28 Thread Jay McCarthy
 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 administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j

[racket-dev] Demodularizer

2010-10-29 Thread Jay McCarthy
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 McCarthy j...@cs.byu.edu Assistant Professor

Re: [racket-dev] Demodularizer

2010-10-30 Thread Jay McCarthy
/p_rkt_zo_merged.zo 448410 Would you mind renaming the command to 'demodularize' ? On 10/29/2010 07:53 PM, Jay McCarthy wrote: Here is a message from Blake Johnson about something I just pushed for him: Jay recently committed my changes implementing raco demod, which will flatten a modular

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 jay.mccar...@gmail.com wrote: I just pushed a few commits that should speed it up a bit. Jay

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

2010-11-01 Thread Jay McCarthy
the typeset result + + �...@codeblock|{ +    #lang scribble/manual +   �...@codeblock{ +      #lang scribble/manual +     �...@title{hello} +    } +  }| + +} + �...@defform[(racketblock datum ...)]{  Typesets the @racket[datum] sequence as a table of Racket code inset -- Jay McCarthy j

Re: [racket-dev] getpid

2010-11-02 Thread Jay McCarthy
! _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://teammccarthy.org/jay The glory of God is Intelligence - DC 93

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

2010-11-06 Thread Jay McCarthy
missed the note on the users lists: Don't try the gr2 branch anymore. Development has moved to the master branch, and the gr2 branch is gone. _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy

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

2010-11-08 Thread Jay McCarthy
. Unfortunately, these 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 j...@cs.byu.edu Assistant Professor

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 jay.mccar...@gmail.com 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 7

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

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

Re: [racket-dev] set operations

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

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

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

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

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

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

2010-11-16 Thread Jay McCarthy
to trigger pcp062767pcs:~/plt/collects/scribblings/foreign clements$ _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

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

2010-11-27 Thread Jay McCarthy
://www.neilvandyke.org/ -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket-lang.org

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

2010-11-29 Thread Jay McCarthy
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 jay.mccar...@gmail.com wrote: I would like to remove the implicit preference

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

2010-12-02 Thread Jay McCarthy
let me know -- if I don't hear any I'll commit tomorrow. Diff is attached. N. _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young

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

2010-12-03 Thread Jay McCarthy
://barzilay.org/ Maze is Life! -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 README Description: Binary data _ For list

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

2010-12-04 Thread Jay McCarthy
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 -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young

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

2010-12-05 Thread Jay McCarthy
: You'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 McCarthy jay.mccar...@gmail.com wrote: Giving special

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

2010-12-06 Thread Jay McCarthy
., 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. -- Matthias -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God

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

2010-12-06 Thread Jay McCarthy
the ultimately is connected to 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 McCarthy

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

2010-12-06 Thread Jay McCarthy
, 2010 at 9:23 AM, Jay McCarthy jay.mccar...@gmail.com wrote: Yes, since I am allowing users to customize the coercion behavior, I could either have them provide two functions: a coercion-applies? function and a coercion function; OR I could have them just provide the coercion function

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

2010-12-06 Thread Jay McCarthy
_ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93

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

2010-12-06 Thread Jay McCarthy
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 jay.mccar...@gmail.com 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 it applies post/c

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

2010-12-06 Thread Jay McCarthy
(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 jay.mccar...@gmail.com wrote: Maybe dynamic/c isn't clear enough... its

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

2010-12-06 Thread Jay McCarthy
: Who should 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 On Mon, Dec 6, 2010 at 10:55 AM, Jay McCarthy

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 sa...@ccs.neu.eduwrote: On Mon, Dec 6, 2010 at 12:16 PM, Jay McCarthy jay.mccar...@gmail.com wrote: If you do a pull request on github, it will not be useful because github

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 e...@barzilay.org 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 not return a response? The provider

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 e...@barzilay.org wrote: Two days ago, Jay McCarthy wrote: In that directory is the attached README. Perhaps you wrote about this elsewhere, but what's unclear to me

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

2010-12-07 Thread Jay McCarthy
, Jay McCarthy jay.mccar...@gmail.comwrote: 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

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 jay.mccar...@gmail.com wrote: We talked about it on IRC. I

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

2010-12-15 Thread Jay McCarthy
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, maybe by not closing gdk properly? Jay On Wed, Dec 8, 2010 at 1

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

2010-12-16 Thread Jay McCarthy
as if it were in the body of the initializer (if this were in Java, say). hth, Robby _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young

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

2010-12-16 Thread Jay McCarthy
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, 2010 at 8:56 AM, Jay McCarthy jay.mccar...@gmail.com wrote: Does 'define

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

2011-01-03 Thread Jay McCarthy
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 j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory

Re: [racket-dev] Git

2011-01-07 Thread Jay McCarthy
to other machines that have unsquashed versions of those commits? Robby On Fri, Jan 7, 2011 at 9:43 AM, Jay McCarthy jay.mccar...@gmail.com wrote: I like to do an interactive rebase and squash commits together: git rebase -i HEAD^^10 where 10 is how many commits ahead of the master I am Jay

Re: [racket-dev] Git

2011-01-07 Thread Jay McCarthy
I'm worried about that.) Robby _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God

[racket-dev] Temporal Contracts and Match Automata

2011-01-07 Thread Jay McCarthy
over racket/contract. What do you think generally? Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks

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

2011-01-17 Thread Jay McCarthy
. _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 _ For list

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

2011-01-19 Thread Jay McCarthy
_  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93

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

2011-02-01 Thread Jay McCarthy
2011/1/31 Ryan Culpepper ry...@ccs.neu.edu: * Jay McCarthy jay.mccar...@gmail.com  - Web Server Tests  - XML Tests  - HTML Tests  - PLAI Tests  - Racklog tests  - Datalog tests All passed -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

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

2011-02-04 Thread Jay McCarthy
/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket-lang.org

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 mfl...@cs.utah.edu: 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% interface documentation lists a huge

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 jay.mccar...@gmail.com: I'll update and re-run

Re: [racket-dev] response/sxml ?

2011-02-09 Thread Jay McCarthy
/xexpr 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 j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God

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

2011-02-09 Thread Jay McCarthy
. The   `racket/gui/base' library re-exports `racket/draw', so it includes   the same drawing functionality as before (except for 'xor drawing). _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j

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

2011-02-09 Thread Jay McCarthy
-- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Latex files

2011-02-18 Thread Jay McCarthy
! _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93

[racket-dev] Packaging

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

Re: [racket-dev] Packaging

2011-02-19 Thread Jay McCarthy
Woodhouse gregwoodho...@me.com: If you do this, please at least make installing the full documentation an option. Not everyone can ensure that they will always be online when working with Racket. Absolutely. -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

Re: [racket-dev] Packaging

2011-02-22 Thread Jay McCarthy
collection tree) Robby -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 _ For list-related administrative tasks: http://lists.racket

Re: [racket-dev] Packaging

2011-02-22 Thread Jay McCarthy
Good point Jay 2011/2/19 Eli Barzilay e...@barzilay.org: 5 hours ago, Jay McCarthy wrote: 2011/2/18 Jos Koot jos.k...@telefonica.net: 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. I

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

2011-03-04 Thread Jay McCarthy
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 to the top of someone's list. John -- Jay McCarthy j

  1   2   3   4   >