Re: [racket-dev] Is anybody else getting this error?

2012-02-07 Thread Eli Barzilay
in the last flood of PRs, the build should eventually be completely free of such hard-wired paths, and IIRC, all 3rd-party packaging systems will barf on seeing them. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] bookmarks in drracket?

2012-02-03 Thread Eli Barzilay
something similar implemented as two browser-like buttons, and it refers to them as views. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] bookmarks in drracket?

2012-02-03 Thread Eli Barzilay
. Possibly it's simpler just to ignore this for now. +9 The difference between letting it navigate to other windows or not make this a very different feature... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] collections with no one responsible

2012-02-03 Thread Eli Barzilay
: contains no source files tests and info-domain are not collections, and there shouldn't be a default responsible for them. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

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

2012-01-24 Thread Eli Barzilay
sounds better. Also, should move up. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

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

2012-01-23 Thread Eli Barzilay
broken wrt unicode headers (email addresses or subject), and now it works. I don't know if this is worth inclusion. - in-slice sequences This is in unstable. - xrepl fixes Drop too. (They're just minor fixes.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

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

2012-01-21 Thread Eli Barzilay
x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] git.racket-lang.org down?

2012-01-17 Thread Eli Barzilay
firewall or some connection issues? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] git.racket-lang.org down?

2012-01-17 Thread Eli Barzilay
A few minutes ago, Eli Barzilay wrote: First page that came up for me: http://stackoverflow.com/questions/7144811 [...] Another possibility: http://stackoverflow.com/questions/4399106 talks about problems with using a proxy, maybe that's the problem? -- ((lambda (x) (x x

[racket-dev] GIF files cannot be included in PDFs

2012-01-15 Thread Eli Barzilay
The recent addition of GIF files doesn't work with PDFs, which breaks the nightly build. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] Anyone cares for the OSX Darwin build (was: Caching rendered icons)

2012-01-14 Thread Eli Barzilay
Yesterday, Matthew Flatt wrote: At Fri, 13 Jan 2012 18:01:22 -0500, Eli Barzilay wrote: We don't own some of them, LD_LIBRARY_PATH That requires someone doing the work of building it. and some have no maintainer. Let's drop them. While we may lose some testing benefit, it's

Re: [racket-dev] Caching rendered icons

2012-01-13 Thread Eli Barzilay
: IMO, I think that it is better to have two names so that people are not confused by the possibly radically different performance characteristics when they do things like introduce a variable or something. Robby On Thu, Jan 12, 2012 at 4:32 PM, Eli Barzilay e...@barzilay.org wrote: 50

Re: [racket-dev] Caching rendered icons

2012-01-13 Thread Eli Barzilay
phase. This sounds like something that would lead to all kinds of amusing confusions... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] Caching rendered icons

2012-01-13 Thread Eli Barzilay
Yesterday, Neil Toronto wrote: On 01/12/2012 12:22 PM, Eli Barzilay wrote: Is there a way to reliably get the compiled directory path during expansion, and then load files from it at runtime? Can I ensure that .PNG files are distributed automatically? Putting other stuff in compiled

Re: [racket-dev] Caching rendered icons

2012-01-13 Thread Eli Barzilay
We don't own some of them, and some have no maintainer. The first is also an indication of a lost feature: being able to compile racket on a typical server and deploy on a desktop. On 2012-01-13, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: On Fri, Jan 13, 2012 at 4:46 PM, Eli Barzilay e

Re: [racket-dev] Caching rendered icons

2012-01-13 Thread Eli Barzilay
. Meanwhile, requiring cario (etc) for all builds means that there's a whole market (= servers) that is getting neglected, and IMO that's a substantial loss. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] Caching rendered icons

2012-01-13 Thread Eli Barzilay
to lock anything? Locking the directory where you write the caches to, in case two drrs try to write to the same file. (But I really prefer the above.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Caching rendered icons

2012-01-13 Thread Eli Barzilay
. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Caching rendered icons

2012-01-12 Thread Eli Barzilay
complicate distributions (of both kinds), so the compile-to-bytestring is really better. (One possible thing to keep in mind is to avoid compilation relying on having a display.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] Caching rendered icons

2012-01-12 Thread Eli Barzilay
was that macros should really only do simple `syntax-rules'-like things.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket

Re: [racket-dev] Caching rendered icons

2012-01-12 Thread Eli Barzilay
50 minutes ago, Neil Toronto wrote: On 01/12/2012 02:25 PM, Eli Barzilay wrote: 20 minutes ago, Neil Toronto wrote: This is friggin' awesome. The expression (compiled-left-arrow-icon '(255 95 78) 24) Why is there a `compiled-' in the name? There's also a left-arrow-icon

Re: [racket-dev] [racket-bug] htdp/12424 2htdp/image bitmap doesn't know about linked collections

2012-01-12 Thread Eli Barzilay
fi done -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] XREPL and readline-6.*

2012-01-11 Thread Eli Barzilay
? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Icon issues resolved (almost)

2012-01-08 Thread Eli Barzilay
have some better way to do it.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

[racket-dev] `regexp-explode' etc + poll

2012-01-01 Thread Eli Barzilay
more complicated one. 3a. Same as #3, but with `#:select-gap' for `regexp-explode-positions'. I'm now leaning towards #1. Any votes for other options, or maybe something different? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

[racket-dev] Web server configuration

2011-12-31 Thread Eli Barzilay
I've found a bunch of small issues in the web server configuration, and fixed them (by generating the configuration instead of the usual verbiage). Please tell me if you see any problems. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

Re: [racket-dev] Internal definitions in `define'

2011-12-30 Thread Eli Barzilay
PM, Eli Barzilay e...@barzilay.org wrote: Does anyone know of a reason to not have an implicit `begin' in a plain definition, translated into an implicit (let () ...) in racket? When I see things like this:  http://stackoverflow.com/questions/8667403 I think that people expect

Re: [racket-dev] no capturing groups in regexp-split? [was Re: [PATCH] add regexp-split]

2011-12-30 Thread Eli Barzilay
7 hours ago, Marijn wrote: On 30-12-11 09:32, Eli Barzilay wrote: Without the capturing group the results are identical: [...] Which is expected. Good, just establishing a baseline here, but it is good that some compatibility is *expected*. I meant that getting the same results

[racket-dev] Internal definitions in `define'

2011-12-29 Thread Eli Barzilay
these: (define (foo x) (+ x 1)) (define foo (+ 8 1)) then the expectation is for the same to work when there are multiple expressions. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Racket home page proposal [and 1 more messages]

2011-12-21 Thread Eli Barzilay
9 hours ago, Marijn wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20-12-11 21:28, Eli Barzilay wrote: | platform for language design and implementation. That means almost nothing to most people. Even something like Racket is a Programmable Language works better... I don't

Re: [racket-dev] Racket home page proposal

2011-12-20 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Racket home page proposal

2011-12-20 Thread Eli Barzilay
Just now, Sam Tobin-Hochstadt wrote: On Tue, Dec 20, 2011 at 2:00 PM, Neil Van Dyke n...@neilvandyke.org wrote: Eli Barzilay wrote at 12/20/2011 01:45 PM: and there no sane way to debug it other than viewing it in all browsers. Asumu, it seems like you're on a good track, but after you

Re: [racket-dev] Racket home page proposal

2011-12-20 Thread Eli Barzilay
50 minutes ago, Vincent St-Amour wrote: At Tue, 20 Dec 2011 13:45:26 -0500, Eli Barzilay wrote: (c) I'd get rid of the why racket section -- I don't see anything there that doesn't induce yawnage, I disagree. This paragraph advertizes our high-quality libraries and IDE. Both

[racket-dev] Email encoding in net/sendmail

2011-12-20 Thread Eli Barzilay
it work is to always add a Content-Transfer-Encoding: 8bit header. Does anyone know if this is a correct way to do this? (I'm not clear about the differences between the different content headers.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

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

2011-12-11 Thread Eli Barzilay
be similar. Instead, it works only on its notion of disjoint union, just as the regular PLAI forms do. (It's not like the PLAI, since there is no pattern matching there.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] Responding to old bug reports

2011-12-02 Thread Eli Barzilay
modification: http://bugs.racket-lang.org/query/?State=feedback;columns=Category;columns=Synopsis;columns=Last-Modified;sortby=Last-Modified;cmd=submit%20query Looks like there are very few of them and most could be closed. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

[racket-dev] plt.git repository cleanup

2011-11-07 Thread Eli Barzilay
)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

[racket-dev] Release Announcement for v5.2

2011-11-02 Thread Eli Barzilay
, -- -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

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

2011-11-02 Thread Eli Barzilay
20 minutes ago, Sam Tobin-Hochstadt wrote: On Wed, Nov 2, 2011 at 11:06 AM, Eli Barzilay e...@barzilay.org wrote: * The new db library offers a high-level, functional interface to  popular relational database systems, including PostgreSQL, MySQL,  and SQLite, as well as other systems via

[racket-dev] Release Announcement for v5.2, second call

2011-11-02 Thread Eli Barzilay
-in reader and printer support for Honu is removed. (This functionality is re-implemented in Racket.) -- -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] Release Announcement for v5.2, second call

2011-11-02 Thread Eli Barzilay
Just now, Sam Tobin-Hochstadt wrote: On Wed, Nov 2, 2011 at 5:24 PM, Eli Barzilay e...@barzilay.org wrote: * The `plot' collection has been reimplemented in Racket.  It now  offers PDF output, log axes, histograms, and more.  Some code that  uses `plot' will still work, and some will need

Re: [racket-dev] Release Announcement for v5.2, second call

2011-11-02 Thread Eli Barzilay
A few minutes ago, Sam Tobin-Hochstadt wrote: On Wed, Nov 2, 2011 at 5:31 PM, Eli Barzilay e...@barzilay.org wrote:  - Typed Racket now supports defining function with optional    arguments using the same syntax as Racket. * Fixed several GUI problems, including problems on Ubuntu

Re: [racket-dev] Thread exit status

2011-10-23 Thread Eli Barzilay
10 minutes ago, Tony Garnock-Jones wrote: On 2011-10-22 9:53 PM, Eli Barzilay wrote: I'm not following may not have been started via `delay/thread' -- in your example you also need to define a new `standard-thread' to start them, so you need something other than `thread' anyway. You're

Re: [racket-dev] Thread exit status

2011-10-22 Thread Eli Barzilay
Sound like `delay/thread' might be doing everything you need. On Oct 22, 2011, at 9:54 AM, Tony Garnock-Jones to...@ccs.neu.edu wrote: Hi all, What do people think of the idea of threads preserving their exit status? The exit status would be either - a raised exception, or - a

Re: [racket-dev] Thread exit status

2011-10-22 Thread Eli Barzilay
An hour and a half ago, Tony Garnock-Jones wrote: On 2011-10-22 1:27 PM, Eli Barzilay wrote: Sound like `delay/thread' might be doing everything you need. That's a neat thing, but it's not quite what I'm after. I have a collection of threads that are started independently and later start

Re: [racket-dev] Thread exit status

2011-10-22 Thread Eli Barzilay
Four hours ago, Tony Garnock-Jones wrote: On 2011-10-22 5:10 PM, Eli Barzilay wrote: I don't see how why that cannot be built on top of `delay/thread'. Because 1. the threads may not have been started via delay/thread, and 2. there is no way to get from (current-thread) to the promise

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-20 Thread Eli Barzilay
7 hours ago, Robby Findler wrote: On Wed, Oct 19, 2011 at 6:56 PM, Eli Barzilay e...@barzilay.org wrote: But this is very different from what the online check syntax is doing, and the current problem of letting the output go to the console still needs to be solved.  (And IMO, it should

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Eli Barzilay
for context] - bar - (printf bar = ~s\n bar) bar = 456 -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks

Re: [racket-dev] plea for short planet syntax in student languages?

2011-10-07 Thread Eli Barzilay
: http://lists.racket-lang.org/listinfo/dev -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http

Re: [racket-dev] Release branch timing (was: plea ...)

2011-10-07 Thread Eli Barzilay
Two hours ago, Robby Findler wrote: On Friday, October 7, 2011, Eli Barzilay e...@barzilay.org wrote: The whole point of starting the branch early is that it should *not* be a factor in the decision whether something gets in or not. Are you saying this should not go in? Not at all. I'm

Re: [racket-dev] Release branch timing (was: plea ...)

2011-10-07 Thread Eli Barzilay
Just now, Robby Findler wrote: On Fri, Oct 7, 2011 at 8:21 PM, Eli Barzilay e...@barzilay.org wrote: Two hours ago, Robby Findler wrote: On Friday, October 7, 2011, Eli Barzilay e...@barzilay.org wrote: The whole point of starting the branch early is that it should *not* be a factor

Re: [racket-dev] open untagged files in blank language level?

2011-10-06 Thread Eli Barzilay
), which will barf on the inserted #lang line. Downside of this change: people who *create student-language files outside of DrR* will then have to set the language level when opening those files. This seems uncommon to me. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

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

2011-10-06 Thread Eli Barzilay
Just now, Robby Findler wrote: On Thu, Oct 6, 2011 at 1:12 PM, Eli Barzilay e...@barzilay.org wrote: A few minutes ago, Prabhakar Ragde wrote: Sam wrote: Unlike, say, `syntax-parse', `match' isn't designed for the use-case of building ASTs while matching. Wait, what? That's

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

2011-10-06 Thread Eli Barzilay
Just now, Neil Toronto wrote: On 10/06/2011 12:28 PM, Prabhakar Ragde wrote: On 10/6/11 2:12 PM, Eli Barzilay wrote: Sam is talking about building the ASTs *while* matching, which is what Jay was trying to do with uses of `app'. I think that a teaching context is in particular one where

Re: [racket-dev] open untagged files in blank language level?

2011-10-06 Thread Eli Barzilay
will disappear when language levels disappear, right? Since it still going to be around for a while, how about changing: Use the language declared in source (ctl-U) to #lang: Use the language in source (ctl-U) ? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] Transparent Structures in XML Library

2011-10-03 Thread Eli Barzilay
' is the right answer? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org

Re: [racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-30 Thread Eli Barzilay
C code from gnuplot is being talked about, and I do not see any in the Racket 5.1.3 source tree. The code in question has its own \copyright\: http://git.racket-lang.org/plt/tree/HEAD:/src/plot/fit -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-30 Thread Eli Barzilay
11 hours ago, Neil Toronto wrote: On 09/29/2011 12:28 PM, Eli Barzilay wrote: Because you wanted to have a completely compatible interface? (Excluding pixels.) My point was that if you don't keep it (which I very strongly prefer), then you don't have a compatible interface to plot

Re: [racket-dev] another small doc typo

2011-09-30 Thread Eli Barzilay
...] -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] google group?

2011-09-30 Thread Eli Barzilay
responses. I could just delete it, but that will kill links to it. Alternatively, I could shut off mirroring to it, but I'm not sure if there's any benefit for that. (But I did update the information for it now.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] More places questions

2011-09-30 Thread Eli Barzilay
A few minutes ago, Kevin Tew wrote: place-channel-put is not blocking. So channel in the name is not a good choice... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

[racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-29 Thread Eli Barzilay
need for it? (BTW, there is a good point in getting rid of that code: the Fedora packages have issues with duplicating code from other libraries instead of using libraries.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-29 Thread Eli Barzilay
with 'racklog' and 'rackunit'). Could also go with omgraph or whatever. I'm open to suggestions. I like rackplot. (FWIW, I think that the simple rackfoo names where foo is some obvious name is already overused...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-29 Thread Eli Barzilay
Just now, Robby Findler wrote: On Thu, Sep 29, 2011 at 1:04 PM, Eli Barzilay e...@barzilay.org wrote: Yesterday, Matthias Felleisen wrote: I like rackplot. (FWIW, I think that the simple rackfoo names where foo is some obvious name is already overused...) I do too

Re: [racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-29 Thread Eli Barzilay
Just now, Robby Findler wrote: On Thu, Sep 29, 2011 at 1:08 PM, Eli Barzilay e...@barzilay.org wrote: 6 hours ago, Robby Findler wrote: On Thu, Sep 29, 2011 at 3:33 AM, Eli Barzilay e...@barzilay.org wrote: Yesterday, Neil Toronto wrote: 1. Obviously, Module 2's path should be 'plot

Re: [racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-29 Thread Eli Barzilay
Just now, Robby Findler wrote: On Thu, Sep 29, 2011 at 1:15 PM, Eli Barzilay e...@barzilay.org wrote: Just now, Robby Findler wrote: I don't think that what I said implies this. A compatibility layer using Neil's new library is what was offered (or so I thought). I think we just want

Re: [racket-dev] Adding the new plot library [was: Re: Plot?]

2011-09-29 Thread Eli Barzilay
10 minutes ago, Sam Tobin-Hochstadt wrote: On Thu, Sep 29, 2011 at 2:15 PM, Eli Barzilay e...@barzilay.org wrote: If it's just that layer (rather than keeping the C code in), then it's not completely compatible anyway.  (And I don't see a point in keeping a strict backward compatibility

Re: [racket-dev] contract-out

2011-09-25 Thread Eli Barzilay
multiple bindings, and (unsafe foo) would actually expand to the unsafe sub-binding. This is a solution to a bunch of other things that are hard to get at the moment, like match pattern identifiers and more.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] contract-out

2011-09-25 Thread Eli Barzilay
An hour and a half ago, Sam Tobin-Hochstadt wrote: On Sun, Sep 25, 2011 at 8:14 PM, Eli Barzilay e...@barzilay.org wrote: IMO, a better approach for disabling contracts is to have the client decide whether it wants the contracted version or the plain one -- which is a rough mirror of how

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

2011-09-21 Thread Eli Barzilay
)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

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

2011-09-21 Thread Eli Barzilay
Just now, Jon Rafkind wrote: On 09/21/2011 05:27 PM, Eli Barzilay wrote: An hour and a half ago, Jon Rafkind wrote: How do I see the Honu docs now? I just rebuilt, searching for 'honu' doesn't find it. Run `raco docs'. And then what? Do you see Honu in there? I don't. I don't know

Re: [racket-dev] online check syntax: now disabled by default

2011-09-16 Thread Eli Barzilay
executable there, not the wrapper script. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http

Re: [racket-dev] code coverage coloring

2011-09-14 Thread Eli Barzilay
(like binding arrows appearing in the documentation). | - ,cover /tmp/x | #lang racket/base | | | (define (foo x) | | (if (zero? x) | | (+ x 10) | | (* x 100))) | | (foo 10) | -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] code coverage coloring

2011-09-14 Thread Eli Barzilay
A few minutes ago, Robby Findler wrote: On Wednesday, September 14, 2011, Eli Barzilay e...@barzilay.org wrote: And it would be really nice if someone makes check-syntax produce gui-independent information that could be used elsewhere (like binding arrows appearing in the documentation

Re: [racket-dev] generalized `begin-for-syntax'

2011-09-08 Thread Eli Barzilay
50 minutes ago, Matthew Flatt wrote: At Thu, 8 Sep 2011 17:48:46 -0400, Eli Barzilay wrote: Does this mean that `define-for-syntax' becomes as deprecated as `require-for-syntax' etc, right? At the moment, `define-for-syntax' seems like a more useful shorthand than `require-for-syntax

Re: [racket-dev] New runtime charting for DrDr

2011-09-07 Thread Eli Barzilay
Yesterday, Sam Tobin-Hochstadt wrote: Is it readable? How about something more visible? (For both the faded yellow and the faded blue.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

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

2011-09-07 Thread Eli Barzilay
Three hours ago, Robby Findler wrote: Okay, I've added a pref. *Sigh* I think that adding preferences is a bad direction, especially for something that could be covered by a key bindings file. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

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

2011-09-07 Thread Eli Barzilay
I've had a suggestion to undo the pref addition and instead add the example in the docs. Jay: any objection to that? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] [Feature Request] for macro #:when clauses should bind their results if asked.

2011-09-06 Thread Eli Barzilay
)) ] -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

[racket-dev] Google code mirror

2011-09-04 Thread Eli Barzilay
things. The main possibility is using their bug tracker -- seems that it supports some features that GH doesn't, so it might be a more viable thing to switch to. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] racket tests

2011-08-31 Thread Eli Barzilay
this: racket -r quiet.rktl with your newly made executable. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks

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

2011-08-31 Thread Eli Barzilay
An hour ago, sa...@racket-lang.org wrote: +Modified to use `syntax-parse' and multiple macros by Sam +Tobin-Hochstadt, 2011. AFAICT, you're not using anything that `synatx-rules' can't do, so what's the point? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

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

2011-08-31 Thread Eli Barzilay
keeping C-t for backward compatibility. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket

Re: [racket-dev] Warnings in source code

2011-08-28 Thread Eli Barzilay
the complete build on all of our nightly build platforms here: http://pre.racket-lang.org/build-log.txt -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

[racket-dev] Commit messages in git

2011-08-27 Thread Eli Barzilay
description more blah blah blah, with more details about the actual change (And BTW, if you commit on the command line with a `-m' flag, then you can use multiple `-m's.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] Build failure on specific PPC systems

2011-08-26 Thread Eli Barzilay
with the CGC. Also, if plot is making problems, just disable it. It is likely to be replaced soon with a racket implementation. Even if it isn't, the overall damage from using the CGC is probably higher than not having plot. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

Re: [racket-dev] Possible useful drdr feature?

2011-08-26 Thread Eli Barzilay
forward) It's an archive of the git trunk after running 'make install'. Jay On Thu, Aug 25, 2011 at 3:06 PM, Eli Barzilay e...@barzilay.org wrote: IIUC, after each drdr build, it generates the report pages, and then it dumps the built tree.  If so, how about changing it: before the tree

Re: [racket-dev] Possible useful drdr feature?

2011-08-26 Thread Eli Barzilay
code would be simple too Yeah, that'll work. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http

Re: [racket-dev] Quick poll

2011-08-25 Thread Eli Barzilay
convention.) Good idea! (Should have been obvious given the above, but somehow I missed it.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list

[racket-dev] Possible useful drdr feature?

2011-08-25 Thread Eli Barzilay
with changes in src, and the script could warn you about that. It also wouldn't help much if you have edits in core files like in the `racket' collection. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] syntax-property guards? (was: Re: The Stepper strikes again)

2011-08-22 Thread Eli Barzilay
.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] sporadic failure when building PLaneT docs

2011-08-20 Thread Eli Barzilay
. I can try to minimize it further if someone can point me where/how the resolver is hooked in. I tried some things with parameterizing `current-module-name-resolver' directly, but that doesn't work. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

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

2011-08-19 Thread Eli Barzilay
5 minutes ago, mfl...@racket-lang.org wrote: e61ea77 Matthew Flatt mfl...@racket-lang.org 2011-08-19 19:37 : | fix `path-element?' collision | | Is there a better name than `path-piece?'? Maybe `path-part?'? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] sporadic failure when building PLaneT docs

2011-08-19 Thread Eli Barzilay
9 minutes ago, Robby Findler wrote: On Fri, Aug 19, 2011 at 12:50 PM, Eli Barzilay e...@barzilay.org wrote: Three hours ago, Robby Findler wrote: Maybe Eli can say more? I have no idea what the problem is, or how to get it without involving planet. I don't see why that should stop

Re: [racket-dev] Fwd: ace?

2011-08-16 Thread Eli Barzilay
related to FS operations, FFI, GUI, and probably a few more. (And BTW, the wiki will have such sandboxed evaluation -- my design is that every wiki page is actually a module that gets evaluated to produce the rendered text.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

Re: [racket-dev] syntax-property guards? (was: Re: The Stepper strikes again)

2011-08-16 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Fwd: ace?

2011-08-16 Thread Eli Barzilay
into the page and leaving your browser to deal with it.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks

Re: [racket-dev] syntax-property guards? (was: Re: The Stepper strikes again)

2011-08-16 Thread Eli Barzilay
Three minutes ago, John Clements wrote: On Aug 16, 2011, at 4:41 PM, Eli Barzilay wrote: Earlier today, Stephen Chang wrote: It seems like most people agree that it's ok to add stepper syntax properties to lazy racket. I agree with that in general while development is ongoing

Re: [racket-dev] syntax-property guards? (was: Re: The Stepper strikes again)

2011-08-16 Thread Eli Barzilay
Four minutes ago, John Clements wrote: On Aug 16, 2011, at 5:10 PM, Eli Barzilay wrote: A possible conclusion would be that it's useful to know these kind of things about an expanded piece of syntax, and therefore more macros should do that -- but that's unrelated from the stepper

Re: [racket-dev] syntax-property guards? (was: Re: The Stepper strikes again)

2011-08-16 Thread Eli Barzilay
)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

<    1   2   3   4   5   6   7   8   9   >