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

2012-04-18 Thread Jay McCarthy
On Wed, Apr 18, 2012 at 9:00 AM, Ryan Culpepper r...@cs.utah.edu wrote: * Jay McCarthy jay.mccar...@gmail.com  - Web Server Tests  - XML Tests  - HTML Tests  - PLAI Tests  - Racklog tests  - Datalog tests All passed. Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham

Re: [racket-dev] Scribble - language/module documentation and declare-exporting

2012-04-13 Thread Jay McCarthy
On Fri, Apr 13, 2012 at 10:28 AM, Ryan Culpepper r...@cs.utah.edu wrote: On 04/12/2012 11:27 AM, Jay McCarthy wrote: Based on some feedback from Robby, I'm trying to improve the way the Web server's binding exports are documented. I've been looking at the docs and some examples, but I can't

[racket-dev] Scribble - language/module documentation and declare-exporting

2012-04-12 Thread Jay McCarthy
for the underlying modules. Is there a better way to solve this problem? How feasible is it to change Scribble to accommodate this if not? 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

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

2012-03-23 Thread Jay McCarthy
Awesome Ryan, thanks for looking into it. I now feel stupid that I didn't see that before. I found a really simple solution too. Jay On 3/22/12, Ryan Culpepper r...@cs.utah.edu wrote: On 03/22/2012 03:27 PM, Jay McCarthy wrote: Someone else noticed this warning. http://bugs.racket-lang.org

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

2012-03-22 Thread Jay McCarthy
]== Directory summary:  42.9% collects/mzlib/ ~~ 022ce2d Jay McCarthy j...@racket-lang.org 2012-01-03 14:11 : | Fixing PR12443 | | There is a big comment in thread.rkt that explains the problem and the | fix. I think something better could and should be done, but I don't

Re: [racket-dev] Submodules dependencies

2012-03-12 Thread Jay McCarthy
be bundled. -- 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 Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Submodules dependencies

2012-03-12 Thread Jay McCarthy
to ship .rkt that doesn't compile, but I'd also like a future where we don't ship .rkt Jay On 3/12/12, Matthias Felleisen matth...@ccs.neu.edu wrote: On Mar 12, 2012, at 11:39 AM, Jay McCarthy wrote: The current demodularizer would do that. Presumably we could make a tool that operated on a single

Re: [racket-dev] Submodules dependencies

2012-03-12 Thread Jay McCarthy
does it not compile? Do you mean it doesn't compile to the same byte codes? On Mar 12, 2012, at 2:40 PM, Jay McCarthy wrote: Sorry Matthias, I don't think I understand your question. At the bytecode level, it would be easy, so we could change the distribution scripts to do

Re: [racket-dev] Submodules dependencies

2012-03-12 Thread Jay McCarthy
to the same byte codes? On Mar 12, 2012, at 2:40 PM, Jay McCarthy wrote: Sorry Matthias, I don't think I understand your question. At the bytecode level, it would be easy, so we could change the distribution scripts to do that. At the source level, it's not really possible because

Re: [racket-dev] Submodules dependencies

2012-03-11 Thread Jay McCarthy
as increasing compilation time? I suppose that is true, but I don't know how severe it is and I value having the tests. Jay On 3/11/12, Eli Barzilay e...@barzilay.org wrote: Two days ago, Jay McCarthy wrote: [...] I've expanded 'raco test' to support running a different submodule or running

[racket-dev] DrDr is going through some growing pains switching to raco test, so ignore the last email

2012-03-10 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 _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] submodules

2012-03-09 Thread Jay McCarthy
'. _  Racket Developers list:  http://lists.racket-lang.org/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 Developers list: http

Re: [racket-dev] Racket web server doesn't handle POST requests with 'Transfer-Encoding: chunked' ?

2012-03-09 Thread Jay McCarthy
find the spot where the request was constructed. John _  Racket Developers list:  http://lists.racket-lang.org/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

Re: [racket-dev] Racket web server doesn't handle POST requests with 'Transfer-Encoding: chunked' ?

2012-03-09 Thread Jay McCarthy
Yes. I should definitely fix that, whether or not I implemented chunked transfers. Jay On Fri, Mar 9, 2012 at 2:18 PM, John Clements cleme...@brinckerhoff.org wrote: On Mar 9, 2012, at 12:18 PM, Jay McCarthy wrote: There is nothing going wrong with the supported features of the Web server

Re: [racket-dev] submodules

2012-03-09 Thread Jay McCarthy
using an @ to suggest the splicing, but didn't like anything when I tried it. Jay On Fri, Mar 9, 2012 at 11:56 AM, Jay McCarthy jay.mccar...@gmail.com wrote: I'll pushed an improved version of the test macro shortly. Jay On Fri, Mar 9, 2012 at 11:04 AM, Matthew Flatt mfl...@cs.utah.edu wrote

Re: [racket-dev] submodules

2012-03-09 Thread Jay McCarthy
Yes, just changing the default. raco test -r will behave like racket -t unless there is a test submodule, in which case, it will actually run the tests. Jay On Fri, Mar 9, 2012 at 10:04 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: On Fri, Mar 9, 2012 at 9:54 PM, Jay McCarthy jay.mccar

Re: [racket-dev] The Clark XML tests licensing

2012-03-08 Thread Jay McCarthy
-- sam th sa...@ccs.neu.edu _ Racket Developers list: http://lists.racket-lang.org/dev _ Racket Developers list: http://lists.racket-lang.org/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

Re: [racket-dev] submodules

2012-03-08 Thread Jay McCarthy
with this submodule design, but I can't be sure until we try it. _  Racket Developers list:  http://lists.racket-lang.org/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

Re: [racket-dev] submodules

2012-03-08 Thread Jay McCarthy
One more thing, I anticipate that the 'main' module in my test.rkt will be raco test and I would extend it to allow you to give a directory that it will require (if present) all the test modules. You could also have Test button in DrRacket. Jay On Thu, Mar 8, 2012 at 1:29 PM, Jay McCarthy

Re: [racket-dev] submodules

2012-03-08 Thread Jay McCarthy
) 1) (module* test #f (require racket/include) (include include-tests.rkt)) include-tests.rkt: (require rackunit) (check-equal? (f 1) 1) (check-equal? (f 3) 2) Although I personally don't like it as much :) Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University

Re: [racket-dev] The Clark XML tests licensing

2012-03-08 Thread Jay McCarthy
I just committed a fix to this. Jay On Thu, Mar 8, 2012 at 12:06 PM, Jay McCarthy jay.mccar...@gmail.com wrote: I think we should just use the system 'unzip', since we currently on test on platforms that have it anyways. DrDr has unzip and my machines do (I maintain XML.) I am also at fault

Re: [racket-dev] OS X 10.8 includes new restrictions on running apps

2012-02-22 Thread Jay McCarthy
the last update. I'm now a happy Ubuntu [*] user. Jay [*] I don't use any of Ubuntu Mac-copying UI. I use undefiled xmonad, emacs, and conkeror. -- 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] Formlets and POST

2012-02-20 Thread Jay McCarthy
_  Racket Developers list:  http://lists.racket-lang.org/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 Developers list: http://lists.racket

Re: [racket-dev] Racket logo

2012-02-09 Thread Jay McCarthy
://lists.racket-lang.org/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 Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Is someone doing the redesign for PLaneT? Explicit PLaneT package installs please

2012-02-07 Thread Jay McCarthy
/                   Maze is Life! _  Racket Developers list:  http://lists.racket-lang.org/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

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

2012-01-23 Thread Jay McCarthy
On Mon, Jan 23, 2012 at 5:27 PM, Ryan Culpepper r...@cs.utah.edu wrote: - plai  - new gc code This is unstable. - net  - synchronizable events (net/websocket/conn) This is too minor to mention. Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

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

2012-01-18 Thread Jay McCarthy
On Tue, Jan 17, 2012 at 4:44 PM, Ryan Culpepper r...@cs.utah.edu wrote: * 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

[racket-dev] PLAI - Manual management of closures

2012-01-04 Thread Jay McCarthy
if they are used Pros: Same as 3 Cons: None of 3, but the implementation is not obvious Currently I have gone with 3 after doing 1 and finding it distasteful. Are there options I haven't thought of? What should I choose? Anyone know how to do 4? Jay -- Jay McCarthy jay.mccar...@gmail.com Assistant

Re: [racket-dev] Synchronizing on WebSocket connections

2011-12-26 Thread Jay McCarthy
? #:mutable] line headers ip op) +         #:property prop:evt (struct-field-index ip)) + _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham

Re: [racket-dev] [racket-bug] all/12434: match fails to signal type error?

2011-12-09 Thread Jay McCarthy
using match to take apart opaque types signal runtime match failure rather than a type-checking failure. -- sam th sa...@ccs.neu.edu -- 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] [plt] Push #23903: master branch updated

2011-11-23 Thread Jay McCarthy
updated `master' from 6a99c93ebb to 9d8d36e568. http://git.racket-lang.org/plt/6a99c93ebb..9d8d36e568 7f9818b Jay McCarthy j...@racket-lang.org 2011-11-23 10:35 : | This fixes 10497 and potentially breaks programs that assume the query of a URL is always a list. I have fixed uses

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

2011-11-23 Thread Jay McCarthy
-for-downloading-a-file-over-http and perhaps other things along those lines? Robby On Wed, Nov 23, 2011 at 12:05 PM, Jay McCarthy j...@racket-lang.org wrote: I thought about that too since there are few instances where people pattern match on the URL struct. What would be a good name

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

2011-11-23 Thread Jay McCarthy
wrote: On Wed, Nov 23, 2011 at 1:12 PM, Jay McCarthy j...@racket-lang.org wrote: I'll revert the commit and put a new HTTP library on my list to code and discuss with Eli. I feel like we want to fix the bug that `string-url' and `url-string' don't round-trip properly. Could you

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

2011-11-23 Thread Jay McCarthy
Definitely that's one of the things it would do. Thanks for the reminder. On Wed, Nov 23, 2011 at 3:21 PM, Rodolfo Carvalho rhcarva...@gmail.comwrote: Hello, On Wed, Nov 23, 2011 at 16:08, Robby Findler ro...@eecs.northwestern.eduwrote: Oh, right. Pattern matching on url structs. If we

Re: [racket-dev] [racket] match and debug in Advanced Student

2011-11-08 Thread Jay McCarthy
/users -- 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

[racket-dev] DrDr will now build non-master pushes

2011-11-01 Thread Jay McCarthy
If there is a commit message that says DrDr, test this push I don't know how to test it because I can't figure out how to make remote branches, so let me know if it doesn't work :) Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu

Re: [racket-dev] Thread exit status

2011-10-22 Thread Jay McCarthy
to implement? It'd require a change to the C code. Regards,  Tony _  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] Thread exit status

2011-10-22 Thread Jay McCarthy
On Sat, Oct 22, 2011 at 9:33 AM, Tony Garnock-Jones to...@ccs.neu.edu wrote: On 2011-10-22 11:14 AM, Jay McCarthy wrote: I don't think any change is necessary, because this can be done as a library: https://github.com/jeapostrophe/exp/blob/master/ethread.rkt I was hoping for something

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

2011-10-18 Thread Jay McCarthy
On Mon, Oct 17, 2011 at 7:02 PM, Ryan Culpepper r...@cs.utah.edu wrote: * 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

Re: [racket-dev] struct + match not interacting via a macro

2011-10-10 Thread Jay McCarthy
'.  You can see the documentation about that here:   http://docs.racket-lang.org/reference/structinfo.html -- sam th sa...@ccs.neu.edu _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j

Re: [racket-dev] struct + match not interacting via a macro

2011-10-10 Thread Jay McCarthy
at 8:13 AM, Jay McCarthy jay.mccar...@gmail.com wrote: And if it isn't clear, since it is looking at foo's static binding, your macro is only binding the values from define-struct, not the syntaxes. Jay, can you elaborate?  What is doing the looking -- the match struct clause?  What does it mean

Re: [racket-dev] struct + match not interacting via a macro

2011-10-10 Thread Jay McCarthy
Ya, that sounds much better On Mon, Oct 10, 2011 at 7:19 AM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: On Mon, Oct 10, 2011 at 8:38 AM, Jay McCarthy jay.mccar...@gmail.com wrote: You would have to expand to something that includes both the static and runtime pieces: (begin (define-values

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

2011-10-10 Thread Jay McCarthy
, 2011 at 7:47 PM, ry...@racket-lang.org wrote: | rackunit: all checks return void |   closes PR 12001 :  M collects/rackunit/private/check.rkt |    4 +++- -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God

Re: [racket-dev] racket/match is broken

2011-10-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] racket/match is broken

2011-10-06 Thread Jay McCarthy
On Thu, Oct 6, 2011 at 4:17 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: On Thu, Oct 6, 2011 at 6:10 PM, Jay McCarthy jay.mccar...@gmail.com wrote: In Eli's example, only the second pattern could match But if we wrote it this way:  (define (list?? x) (printf list-checking ~s\n x) (list

Re: [racket-dev] racket/match is broken

2011-10-06 Thread Jay McCarthy
Given all this talk of optimization, I'm still amazed that my original example failed. Basically, the ordering optimization decided that (and (pair? (cdr e)) (parse (car (cdr e is cheaper than (equal? '+ (car e)) Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham

Re: [racket-dev] racket/match is broken

2011-10-05 Thread Jay McCarthy
tell what to do to fix it. I've committed a patch that adds the new tests and comments out the call to reorder-columns. All existing tests continue to pass, so this should only lower performance. I'll have to punt fixing it properly to you Sam. Jay On Wed, Oct 5, 2011 at 3:13 PM, Jay McCarthy

Re: [racket-dev] racket/match is broken

2011-10-05 Thread Jay McCarthy
() ...) it would try to parse the '() in the fun as the lhs of a + and then throw an exception and crash the whole match. Jay On Wed, Oct 5, 2011 at 7:39 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: On Wed, Oct 5, 2011 at 5:13 PM, Jay McCarthy jay.mccar...@gmail.com wrote: Basically

Re: [racket-dev] Racket docs and data-driven design

2011-09-16 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] Can't click inside DrRacket

2011-09-13 Thread Jay McCarthy
seem to matter if the old style bindings are on. I can click on the preferences or the menus and the buttons. 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

Re: [racket-dev] Can't click inside DrRacket

2011-09-13 Thread Jay McCarthy
On Tue, Sep 13, 2011 at 9:37 AM, Jay McCarthy jay.mccar...@gmail.com wrote: This is really weird. I just recently updated DrRacket, turned on the Old style keybindings, and now I can't click inside the editor pane. When I move the mouse, the arrows come up, but I can't select anything. It is very

Re: [racket-dev] Suggestions for monitoring unresponsive web server connection?

2011-09-10 Thread Jay McCarthy
: Linux turnin.cs.wpi.edu 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux thanks, Kathi _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j

Re: [racket-dev] drRacket Close/Close tab

2011-09-07 Thread Jay McCarthy
a keybindings file that will be okay for old grognards like me? 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

Re: [racket-dev] scheme_is_list?

2011-09-07 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://faculty.cs.byu.edu/~jay The glory of God is Intelligence - DC 93 _ For list-related

Re: [racket-dev] drRacket Close/Close tab

2011-09-07 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] Possible useful drdr feature?

2011-08-26 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] Possible useful drdr feature?

2011-08-26 Thread Jay McCarthy
at 2:13 PM, Eli Barzilay e...@barzilay.org wrote: Can you also add some quick file that has just the most recently done push number?  (Something that I can poll with minimal cost for the drdr machine.) About a minute ago, Jay McCarthy wrote: I've added http://drdr.racket-lang.org/builds

Re: [racket-dev] raco link

2011-08-24 Thread Jay McCarthy
-module-name-resolver' parameter that you can set before loading the rest of your program. _  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] Scribble does not complain when @tech{term} is used but not defined

2011-08-18 Thread Jay McCarthy
. I think Robby has been considering a different implementation of the buttons. At Wed, 17 Aug 2011 22:45:52 -0400, Matthias Felleisen wrote: I would prefer not to get an error so that I can compile modules independently. On Aug 17, 2011, at 5:58 PM, Jay McCarthy wrote: Is there a subtle

Re: [racket-dev] SSL problem with the webserver?

2011-08-18 Thread Jay McCarthy
, Kathi On Wed, Aug 17, 2011 at 3:59 PM, Jay McCarthy jay.mccar...@gmail.com wrote: This means that the underlying libssl can't be found at the correct version. These are the versions it looks for:         (ffi-lib libssl-so '( 1.0 1.0.0a 0.9.8b 0.9.8 0.9.7) which do you have

Re: [racket-dev] SSL problem with the webserver?

2011-08-17 Thread Jay McCarthy
/collects/web-server/servlet-dispatch.rkt:81:0: core /home/turnin/turnin/startup.rkt: [running body] -- _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy

[racket-dev] Scribble does not complain when @tech{term} is used but not defined

2011-08-17 Thread Jay McCarthy
with a command line flag for the original objector? What's the scoop? 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

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

2011-08-16 Thread Jay McCarthy
); +  }    while (1) {      if (WRAP_POS_END_P(wraps)) { _  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

Re: [racket-dev] Plot testing and feedback

2011-08-13 Thread Jay McCarthy
://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] Plot testing and feedback

2011-08-12 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] Downloading DrRacket for Mac is hard?

2011-08-11 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] DrDr Feature Request

2011-08-08 Thread Jay McCarthy
-lang.org/listinfo/dev _  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

Re: [racket-dev] DrDr status

2011-08-03 Thread Jay McCarthy
I'm getting the machine back up now. I'll be restarting at 23032 to compare with the past error report, but there may be a few false starts as I sort out getting the machine state in the right place. Jay On Wed, Jul 20, 2011 at 4:49 AM, Jay McCarthy jay.mccar...@gmail.com wrote: Earlier

Re: [racket-dev] A basic package system

2011-07-27 Thread Jay McCarthy
-transformer binding. Using these macros this way is just a nice way to implement the package system. It's not really a new feature (as my example shows... we already have it.) Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory

[racket-dev] Racket on Rockets

2011-07-26 Thread Jay McCarthy
Posts)) (blast-off! [posts (title body)]) You could also define posts-new or posts-index to control the corresponding default functions. In case what I had in mind wasn't clear... I hope this is. Jay -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http

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

2011-07-26 Thread Jay McCarthy
On Mon, Jul 25, 2011 at 12:38 AM, Eli Barzilay e...@barzilay.org wrote: Some comments: (1) why `se-path' and not some `xexpr-path'? The 's' was intended to be 'simple' (2) also, it looks bad to use a keyword to look for something that is    a symbols.  How about something like: '(form

[racket-dev] A basic package system

2011-07-26 Thread Jay McCarthy
identifier algebra in require/provide will work transparently. 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

Re: [racket-dev] [racket-bug] all/11586: Rackunit does not protect itself against errors that kill the thread

2011-07-24 Thread Jay McCarthy
FWIW, there's actually no problems in the server. There were just broken tests. Jay On Sun, Jul 24, 2011 at 3:25 PM, Jay McCarthy j...@racket-lang.org wrote: I'm replying-all to a thread about an old problem report: http://bugs.racket-lang.org/query/?cmd=viewpr=11586 I've just discovered

Re: [racket-dev] New error messages for *SL

2011-07-06 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] Release for v5.1.2 is about to begin

2011-07-01 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] Testing mode

2011-06-28 Thread Jay McCarthy
/listinfo/dev _  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

[racket-dev] Testing mode

2011-06-27 Thread Jay McCarthy
/testing % racket a.rkt c running! b running! a running! ~plt/collects/tests/racket/testing % raco test a.rkt 1 test passed ~plt/collects/tests/racket/testing % raco test --all a.rkt 1 test passed 1 test passed 1 test passed ~plt/collects/tests/racket/testing % -- Jay McCarthy j...@cs.byu.edu

Re: [racket-dev] `take-until' etc

2011-06-07 Thread Jay McCarthy
Barzilay:                    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

Re: [racket-dev] guidelines on error messages -- please send feedback

2011-06-03 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] scribble pdf

2011-05-23 Thread Jay McCarthy
2011/5/23 Eli Barzilay e...@barzilay.org: 8 minutes ago, Jay McCarthy wrote: Most of the time when I run scribble to get PDF output, I get something like: /texmf-texlive-dist/fonts/type1/urw/times/utmb8a.pfb/opt/local/share/texmf-te xlive-dist/fonts/type1/urw/times/utmr8a.pfb/opt/local/share

Re: [racket-dev] Bibtex in Scribble

2011-05-21 Thread Jay McCarthy
by adding a direct interface to the parser and the database. But I'll leave that to you, since I don't know what you want. Jay 2011/5/12 Eli Barzilay e...@barzilay.org: An hour ago, Jay McCarthy wrote: That's not what it does, but it might be a start for that. The interface is the same as autobib

Re: [racket-dev] Fancy application/automatic anonymous functions

2011-05-17 Thread Jay McCarthy
://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://lists.racket

Re: [racket-dev] Fancy application/automatic anonymous functions

2011-05-17 Thread Jay McCarthy
If you forget how to find super-cut: https://github.com/jeapostrophe/exp/blob/master/scut.ss 2011/5/17 Jay McCarthy jay.mccar...@gmail.com: Obviously, I prefer super-cut, but this is still cute. :) Jay 2011/5/17 Sam Tobin-Hochstadt sa...@ccs.neu.edu: Scala has the nice feature that if you

Re: [racket-dev] contract-test.rktl

2011-05-12 Thread Jay McCarthy
://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://faculty.cs.byu.edu/~jay The glory

[racket-dev] Bibtex in Scribble

2011-05-12 Thread Jay McCarthy
their databases. Should this be scriblib/bibtex or (planet jaymccarthy/bibtex)? 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

Re: [racket-dev] Bibtex in Scribble

2011-05-12 Thread Jay McCarthy
2011/5/12 Robby Findler ro...@eecs.northwestern.edu: I think scriblib/bibtex. Does it generate (maintainable) source? What do you mean? Jay Robby On Thu, May 12, 2011 at 1:43 PM, Jay McCarthy jay.mccar...@gmail.com wrote: I just finished a Racket BibTeX parser that hooks up

Re: [racket-dev] Bibtex in Scribble

2011-05-12 Thread Jay McCarthy
McCarthy jay.mccar...@gmail.com wrote: 2011/5/12 Robby Findler ro...@eecs.northwestern.edu: I think scriblib/bibtex. Does it generate (maintainable) source? What do you mean? Jay Robby On Thu, May 12, 2011 at 1:43 PM, Jay McCarthy jay.mccar...@gmail.com wrote: I just finished a Racket

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

2011-04-21 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 -- Jay McCarthy j...@cs.byu.edu Assistant

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

2011-04-14 Thread Jay McCarthy
. _  For list-related administrative tasks:  http://list.cs.brown.edu/mailman/listinfo/plt-planet-announce -- Jay McCarthy j...@cs.byu.edu Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay The glory of God is Intelligence

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

2011-03-25 Thread Jay McCarthy
:   http://lists.racket-lang.org/listinfo/dev _  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

Re: [racket-dev] racket/stream

2011-03-17 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 -- Jay McCarthy j...@cs.byu.edu Assistant

Re: [racket-dev] racket/stream

2011-03-16 Thread Jay McCarthy
-append' can detect when all arguments are streams and defer to `stream-append' to keep any representation benefits intact. _  For list-related administrative tasks:  http://lists.racket-lang.org/listinfo/dev -- Jay McCarthy j...@cs.byu.edu

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

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] 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] 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] 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

<    1   2   3   4   >