Re: [racket-dev] What is the policy on what is included in the core libraries?

2015-02-17 Thread Eli Barzilay
argument order in `take` or the different input function for the folds. (Another point for avoiding a `zip` binding is that it's much more likely to collide with user defined functions than it is in other languages.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] Line editing in the default REPL

2014-12-23 Thread Eli Barzilay
into this trap. It remains to be seen whether there are any problems resulting from this approach at all. It looks like *you're* very aware of the issues, so why not take it? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] Line editing in the default REPL

2014-12-13 Thread Eli Barzilay
.)] -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! std-keys.rkt Description: Binary data _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Line editing in the default REPL

2014-12-13 Thread Eli Barzilay
that is shared for the two, then it's not code that should be linked only with readline, which means that it's fine to it by default...? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Line editing in the default REPL

2014-12-03 Thread Eli Barzilay
almost nothing done there, compared to the amount of work that should be added. (But be careful of my cheap reverse psychology...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Line editing in the default REPL

2014-12-03 Thread Eli Barzilay
On Wed, Dec 3, 2014 at 6:22 PM, Sam Tobin-Hochstadt sa...@cs.indiana.edu wrote: On Wed, Dec 3, 2014 at 6:10 PM, Eli Barzilay e...@barzilay.org wrote: If you're talking about implementing line editing yourself, then my personal reaction to that would be wonderful, but doing it properly

Re: [racket-dev] Splitting the Racket repository

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

Re: [racket-dev] Splitting the Racket repository

2014-11-29 Thread Eli Barzilay
On Sat, Nov 29, 2014 at 8:30 PM, Sam Tobin-Hochstadt sa...@cs.indiana.edu wrote: On Sat, Nov 29, 2014 at 8:16 PM, Eli Barzilay e...@barzilay.org wrote: On Sat, Nov 29, 2014 at 7:14 PM, Sam Tobin-Hochstadt sa...@cs.indiana.edu wrote: All the history for the code has been preserved

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-22 Thread Eli Barzilay
noticed this problem because my documentation is already in the user-specific place because I build from source. The other option will make our users operate more like how my drracket operates. (I'm not following that.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-21 Thread Eli Barzilay
On Fri, Nov 21, 2014 at 8:46 AM, Robby Findler ro...@eecs.northwestern.edu wrote: On Fri, Nov 21, 2014 at 12:34 AM, Eli Barzilay e...@barzilay.org wrote: Not that it matters, but did you try to see if it's the file permissions? Oh, they are! [...] And that was it!! If I run: $ xattr

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-21 Thread Eli Barzilay
. (Unless you mean write a version of the search page with a specific query hard-wired into it, which is a bad idea for a reasons...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-21 Thread Eli Barzilay
based on a hash of the forwarded url, which will further minimize the number of files.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-20 Thread Eli Barzilay
-open not passing along these things also, and needed a similar hack (which IIRC, wasn't done). So it might be that OSX is doing something similar now. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] DrRacket PF1 Search Bug?

2014-11-20 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] DrRacket PF1 Search Bug?

2014-11-20 Thread Eli Barzilay
it to be.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! p Description: Binary data _ Racket Developers list: http://lists.racket-lang.org/dev

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

2014-01-13 Thread Eli Barzilay
#:left? #f) ? -- ((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] [plt] Push #28054: master branch updated

2014-01-13 Thread Eli Barzilay
number of them) is probably fine. -- ((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] Huh?

2013-12-02 Thread Eli Barzilay
on a copy of the file that you want to edit, and rename it back over the original (and recompile) when it's working. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Release for v6.0 has begun

2013-11-26 Thread Eli Barzilay
the suffix registration, but 5.91 would which makes it bad as something that you ask people to try. BTW, this is not the same meaning of alpha that is used in the release checklist -- that one has the meaning of a release candidate. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

Re: [racket-dev] Release for v6.0 has begun

2013-11-26 Thread Eli Barzilay
that to be just a recommendation, not a determination.) -- ((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] [plt] Push #27825: master branch updated

2013-11-25 Thread Eli Barzilay
| 81 ++-- M .../racket-test/tests/racket/sandbox.rktl | 48 M .../scribblings/reference/sandbox.scrbl | 4 + -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] unable to git fetch, or ssh -v to git.racket-lang.org ?

2013-11-22 Thread Eli Barzilay
10 hours ago, John Clements wrote: This... doesn't look like something on my end? [...] Did you check if you were blacklisted? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] Looking for volunteer(s)

2013-10-04 Thread Eli Barzilay
Yesterday, Eli Barzilay wrote: I'm looking for someone to take over mailing list moderation and possibly other similar work like monitoring newsgroups etc. To clarify this a little: * The workload is very small -- Mailman has a web interface and an email one for doing moderation; but since I

[racket-dev] Looking for volunteer(s)

2013-10-03 Thread Eli Barzilay
I'm looking for someone to take over mailing list moderation and possibly other similar work like monitoring newsgroups etc. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] DOS attack on planet?

2013-09-22 Thread Eli Barzilay
on? Is it possible to figure out who downloads 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] Pinging BYU people!! (was: DOS attack on planet?)

2013-09-22 Thread Eli Barzilay
/servlets/pkg-info.ss (which are answered with a 403 to that IP). Can someone at BYU look into this? 20 minutes ago, Eli Barzilay wrote: I just looked into that, and it seems that there's something bad going on with some machine at BYU which started yesterday. (Ping: Jay.) The offending

Re: [racket-dev] Pinging BYU people!! (was: DOS attack on planet?)

2013-09-22 Thread Eli Barzilay
(Note that instead of the apache rule I now switched to a firewall rule, so it won't even get 403 responses now.) 40 minutes ago, Eli Barzilay wrote: Update: bringing it down for a few minutes didn't help, and the offending process continues its merciless traffic. I've added a temporary rule

Re: [racket-dev] Pinging BYU people!! (was: DOS attack on planet?)

2013-09-22 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] Pinging BYU people!! (was: DOS attack on planet?)

2013-09-22 Thread Eli Barzilay
more infrequently -- like once every hour or so rather than once every two seconds... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] Pinging BYU people!! (was: DOS attack on planet?)

2013-09-22 Thread Eli Barzilay
Just now, Jay McCarthy wrote: On Sun, Sep 22, 2013 at 6:53 PM, Eli Barzilay e...@barzilay.org wrote: In any case, if it is the package server through some other machine, then it's best to change it so it comes from the actual server. I don't know what's going on with that. It's in a VM

Re: [racket-dev] [racket] RacketCon full schedule

2013-09-18 Thread Eli Barzilay
added and updated the web page. -- ((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] [racket] RacketCon full schedule

2013-09-18 Thread Eli Barzilay
server configuration, etc.) -- ((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] [racket] RacketCon full schedule

2013-09-18 Thread Eli Barzilay
Two hours ago, Sam Tobin-Hochstadt wrote: On Sep 18, 2013 10:33 PM, Eli Barzilay e...@barzilay.org wrote: Just now, Sam Tobin-Hochstadt wrote: Thanks for updating! Is that the only part of the web page in iplt? No, see the contents of the web directory there.  The reason

Re: [racket-dev] Bug report not confirmed

2013-09-16 Thread Eli Barzilay
On Friday, Eli Barzilay wrote: There was a permission problem with it, which is fixed now. Unfortunately, it looks like the contents of those messages are lost. Actually, I just remembered that the bug emails are routed through gmail, so there are copies of everything that was lost. (Expect

Re: [racket-dev] Bug report not confirmed

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

Re: [racket-dev] call-with-limits memory bound isn't actually bounding memory usage

2013-09-11 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
redundant in all cases. Also, the lack of periods look odd if it doesn't look like an ol list visually. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
And a major bug (chrome, now on linux): resizing the browser doesn't reposition the text in the middle. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
Just now, Sam Tobin-Hochstadt wrote: On Tue, Aug 20, 2013 at 12:16 PM, Eli Barzilay e...@barzilay.org wrote: * The noise background image is still at the previous place which is now completely bogus. I don't understand what's wrong with the background image. The problem

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
that is needed is a tiny bit more prose to make it more readable (but very little, since this audience is more interested in the code bits). A good writer can probably bring both to a good level in a few hours. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
An hour ago, Sam Tobin-Hochstadt wrote: On Tue, Aug 20, 2013 at 10:50 AM, Eli Barzilay e...@barzilay.org wrote: I dislike the switch to something that looks less unique -- this feels more like yet-another-site of a language. I can't really put a finger on what makes that, but I think

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
A few minutes ago, Sam Tobin-Hochstadt wrote: On Tue, Aug 20, 2013 at 7:32 PM, Eli Barzilay e...@barzilay.org wrote: A quick idea that popped up today re the books: have a book bar as in the erlang page, but with popups that have the book descriptions. It can be much less intrusive while

Re: [racket-dev] Revising Racket's home page

2013-08-20 Thread Eli Barzilay
A few minutes ago, Sam Tobin-Hochstadt wrote: On Tue, Aug 20, 2013 at 7:59 PM, Eli Barzilay e...@barzilay.org wrote: A few minutes ago, Sam Tobin-Hochstadt wrote: On Tue, Aug 20, 2013 at 7:32 PM, Eli Barzilay e...@barzilay.org wrote: A quick idea that popped up today re the books: have

Re: [racket-dev] sandbox and file-/directory-existence tests

2013-08-19 Thread Eli Barzilay
of some random device for a kind of a local DOS attack. (There's probably a lot of similar things that are much more sophisticated; probe attacks in general are very common now.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

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

2013-08-14 Thread Eli Barzilay
About a month ago, Matthias Felleisen wrote: On Jul 7, 2013, at 12:08 AM, Eli Barzilay e...@barzilay.org wrote: It would be nice to have some way of doing it with contracts, but that's obviously impractical -- so I think that a good way to solve it and other such problems is to add

[racket-dev] Require error

2013-08-14 Thread Eli Barzilay
has gone from being useless to being confusing... -- ((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] Fishy directory rename

2013-08-14 Thread Eli Barzilay
point is that dealing with two of these paths and comparing it with the old paths made this thing ridiculously difficult to notice.] -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

[racket-dev] git tag (was: package-system update)

2013-08-13 Thread Eli Barzilay
, then it is probably better to not do that anymore.) -- ((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] A story of a package split

2013-08-13 Thread Eli Barzilay
are really used as repositories -- rather than trying to force it into looking like you still have a single monolithic repository.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

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

2013-08-11 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Package compatibility

2013-07-08 Thread Eli Barzilay
then it clearly conflicts with another package with the same name. -- ((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] What command should DrDr run by default?

2013-07-08 Thread Eli Barzilay
, and if there is no `test' module. This avoids the need to abuse a `test' submodule as some semi-drdr-flag-thing, since files in some tests path shouldn't be required to have a `test' submodule. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] Package compatibility

2013-07-08 Thread Eli Barzilay
a package that has this hacked version of the file. I'd be mostly living in my own world whether this hack is done with a package system or directly. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] What command should DrDr run by default?

2013-07-06 Thread Eli Barzilay
their tests in the `main` submodule, and thus are *not* executed by `raco test`. If the plan is for everything to run with `raco test`, I'll fix these tests.  But what is the plan? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

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

2013-07-06 Thread Eli Barzilay
Yesterday, Sam Tobin-Hochstadt wrote: On Fri, Jul 5, 2013 at 6:50 PM, e...@racket-lang.org wrote: f90fe4c Eli Barzilay e...@racket-lang.org 2013-07-05 18:08 : | Get rid of the `#:function' keyword. | | These problems are always dealt with via an internal function instead

Re: [racket-dev] A grab-bag of issues

2013-07-05 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] [plt] Push #27071: master branch updated

2013-07-05 Thread Eli Barzilay
for the file -- I view such grepping as indicators of organizational failures that should not be needed even after the repo is split, and commits like this make things worse in this regard.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

Re: [racket-dev] A grab-bag of issues

2013-07-05 Thread Eli Barzilay
A few minutes ago, Matthew Flatt wrote: At Fri, 5 Jul 2013 18:55:32 -0400, Eli Barzilay wrote: Yesterday, Matthew Flatt wrote: At Thu, 4 Jul 2013 12:52:10 -0400, Sam Tobin-Hochstadt wrote: 2. It's possible to get lots of undefined tags in the documentation builds. Should

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

2013-07-05 Thread Eli Barzilay
be changed/re-written to follow http://url.spec.whatwg.org/ but that's a longer-term project. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] checking package dependencies

2013-06-30 Thread Eli Barzilay
Yesterday, Matthew Flatt wrote: [...] (Sidenote: it would be nice if `--fix-pkg-deps' or something similar could also report redundant dependencies.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze

Re: [racket-dev] another Planet2 Express memo

2013-06-28 Thread Eli Barzilay
to list built stuff, it should leave you in a clean state with no pre-built stuff. It will not delete new files that are not ignored, so if there are new source files they will be kept. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] `raco link', links.rktd, pkgs, and config.rktd

2013-06-27 Thread Eli Barzilay
Two hours ago, Matthew Flatt wrote: At Wed, 26 Jun 2013 01:04:13 -0400, Eli Barzilay wrote: Furthermore, config.rktd can provide a list of additional files/directories to search. This allows the main links.rktd and pkgs to act like /usr/lib things, while additional directories can act

Re: [racket-dev] Package management

2013-06-27 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] Things we could move out of the core

2013-06-26 Thread Eli Barzilay
size? I think that errortrace has been one of the biggest offenders in terms of bad bugs of many varieties -- and moving it out won't help. (And if I were doing a game on a phone I'd worry about any of the above much more, btw.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

Re: [racket-dev] `raco link', links.rktd, pkgs, and config.rktd

2013-06-25 Thread Eli Barzilay
can act like /lib things. Can you explain this more? I don't see the connection. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] Things we could move out of the core

2013-06-25 Thread Eli Barzilay
If this seems like a good idea to people, I'm happy to go ahead and start doing the work. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http

Re: [racket-dev] Mangaging `unstable` with packages

2013-06-24 Thread Eli Barzilay
more useful (IMO). Also, `group' sounds way too generic for something as specific as what it does. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers

Re: [racket-dev] Mangaging `unstable` with packages

2013-06-24 Thread Eli Barzilay
A few minutes ago, Sam Tobin-Hochstadt wrote: On Mon, Jun 24, 2013 at 3:52 AM, Eli Barzilay e...@barzilay.org wrote: On Friday, Sam Tobin-Hochstadt wrote: # `unstable/list` - `remf`, `list-update` `list-set` `map/values`: move to `racket/list` - `group-by`: rename to `group`, add

Re: [racket-dev] ready for the package switch?

2013-06-19 Thread Eli Barzilay
Yesterday, Carl Eastlund wrote: On Tue, Jun 18, 2013 at 2:02 PM, Eli Barzilay e...@barzilay.org wrote: 20 minutes ago, Carl Eastlund wrote: [...]   git rebase -s recursive -X rename-threshold=50% mflatt/pkg2 From a brief reading, I think that you're much better off

Re: [racket-dev] ready for the package switch?

2013-06-19 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

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

2013-06-19 Thread Eli Barzilay
, the more difficult it will be to fix it later. -- ((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] [plt] Push #26989: master branch updated

2013-06-19 Thread Eli Barzilay
30 minutes ago, Matthew Flatt wrote: At Wed, 19 Jun 2013 15:54:00 -0400, Eli Barzilay wrote: Four hours ago, mfl...@racket-lang.org wrote: D collects/2htdp/image.rkt D collects/algol60/info.rkt D collects/browser/info.rkt D collects/compiler/embed-unit.rkt D collects

Re: [racket-dev] ready for the package switch?

2013-06-18 Thread Eli Barzilay
the potential to bad rename detection damages. -- ((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] experiment reorganizing the repo into packages

2013-06-04 Thread Eli Barzilay
Yesterday, Matthew Flatt wrote: At Mon, 3 Jun 2013 10:36:51 -0400, Eli Barzilay wrote: (BTW, a possible source of confusion: I'm assuming that distribution must be done via archives and not via repository specs, since there should be some way to put the compiled files in there. I don't

Re: [racket-dev] PLaneT(2): Single vs multi-collection packages

2013-06-04 Thread Eli Barzilay
have a repository without a directory to hold it. So I view an `in-url' thing is the way for this super-cheap code distribution.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] experiment reorganizing the repo into packages

2013-06-03 Thread Eli Barzilay
packages, I think. FWIW, I'd view this (avoid fine slicing) as a possible way to avoid growing hacks, but I really like the idea of smaller packages and the benefits it comes with. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] PLaneT(2): Single vs multi-collection packages

2013-06-03 Thread Eli Barzilay
Yesterday, Laurent wrote: On Sun, Jun 2, 2013 at 1:47 PM, Eli Barzilay e...@barzilay.org wrote: To clarify, because of reasons that I won't go into on the list, the actual chances of me getting this implemented (and of such a change being accepted) are pretty much in the area

Re: [racket-dev] member like assoc

2013-06-03 Thread Eli Barzilay
be nicer with an extra `member` argument than with `memf`. -- ((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] experiment reorganizing the repo into packages

2013-06-03 Thread Eli Barzilay
50 minutes ago, Matthew Flatt wrote: At Mon, 3 Jun 2013 08:27:19 -0400, Eli Barzilay wrote: A very cheap way to do this is to use these sub-package specifications only for creating packages for distribution. With the obvious resulting package file names, this means

Re: [racket-dev] PLaneT(2): Single vs multi-collection packages

2013-06-03 Thread Eli Barzilay
(I completely agree with you, so I'll take it off-line.) 30 minutes ago, Laurent wrote: On Mon, Jun 3, 2013 at 2:44 PM, Eli Barzilay e...@barzilay.org wrote: Yesterday, Laurent wrote: On Sun, Jun 2, 2013 at 1:47 PM, Eli Barzilay e...@barzilay.org wrote:     To clarify

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

2013-06-03 Thread Eli Barzilay
) +(regexp-match #rx^y[01: ]* x (exn-message x + (λ () (raise-read-eof-error +x y 1 1 1 1))) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] PLaneT(2): Single vs multi-collection packages

2013-06-02 Thread Eli Barzilay
into the package system. 40 minutes ago, Laurent wrote: Ah, that's cool. Looking forward to it! And the in-url thing would be useful indeed for gists for example. Laurent On Thu, May 30, 2013 at 8:32 PM, Eli Barzilay e...@barzilay.org wrote: Yes, I really want to try and get to look

Re: [racket-dev] PLaneT(2): Single vs multi-collection packages

2013-05-30 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] proposal for moving to packages: repository

2013-05-29 Thread Eli Barzilay
On Friday, Matthew Flatt wrote: At Fri, 24 May 2013 12:44:35 -0400, Eli Barzilay wrote: * The script should also take care to deal with files that got removed in the past. Ditto. I don't believe that it's *not* doing this, so I did the double-check in the form of a test

Re: [racket-dev] proposal for moving to packages: repository

2013-05-29 Thread Eli Barzilay
/signature/lang/reader.ss C066 collects/frtime/reactive/lang/reader.ss collects/racket/unit/lang/reader.ss 09bed0d Kevin Tew (1 year, 3 months ago) Initial Distributed Places commit C100 collects/combinator-parser/info.rkt collects/racket/place/distributed/info.rkt e788903 Eli Barzilay (1

Re: [racket-dev] experiment reorganizing the repo into packages

2013-05-29 Thread Eli Barzilay
havine 3 repos for N packages sound like a very unfun thing to deal with.) But I do want the ability to have these partial-contents packages built for distribution. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket-dev] experiment reorganizing the repo into packages

2013-05-29 Thread Eli Barzilay
on your own... (Or do so now and save some splitting work.) -- ((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] experiment reorganizing the repo into packages

2013-05-29 Thread Eli Barzilay
contributions to the code you do/might make are a kind of a suggestion), so it's better to split them; and also there is no sharing of code + maintenance (which is why this point doesn't apply to core stuff). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket-dev] experiment reorganizing the repo into packages

2013-05-29 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] experiment reorganizing the repo into packages

2013-05-29 Thread Eli Barzilay
that will be one form of discouragement, but there will also be problems that are harder to deal with.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _ Racket Developers list

Re: [racket-dev] experiment reorganizing the repo into packages

2013-05-29 Thread Eli Barzilay
) (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] proposal for moving to packages: repository

2013-05-24 Thread Eli Barzilay
that it will guarantee losing history. (And I'll reply to Matthew's suggested tool next.) -- ((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] proposal for moving to packages: repository

2013-05-24 Thread Eli Barzilay
8 hours ago, Matthew Flatt wrote: At Thu, 23 May 2013 07:09:17 -0400, Eli Barzilay wrote: Relevant history is vague. The history I want corresponds to `git log --follow' on each of the files that end up in a repository. (In this context this is clear; the problem in Carl's post

Re: [racket-dev] proposal for moving to packages: binary vs source

2013-05-24 Thread Eli Barzilay
for example, if realm must be distributed with its sources, it can just specify that and avoid the stripping that other packages would go through. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket-dev] proposal for moving to packages: repository

2013-05-24 Thread Eli Barzilay
Four hours ago, Matthew Flatt wrote: At Fri, 24 May 2013 03:26:45 -0400, Eli Barzilay wrote: If that can be done reliabely, then of course it makes it possible to do the split reliabley after the first restructure. Great! Let's do that, because I remain convinced that it's going

Re: [racket-dev] proposal for moving to packages: repository

2013-05-23 Thread Eli Barzilay
9 hours ago, Matthew Flatt wrote: At Wed, 22 May 2013 14:50:41 -0400, Eli Barzilay wrote: That's true, but the downside of changing the structure and having files and directories move post structure change will completely destroy the relevant edit history of the files, since

Re: [racket-dev] proposal for moving to packages: repository

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

Re: [racket-dev] proposal for moving to packages: repository

2013-05-23 Thread Eli Barzilay
A few minutes ago, Carl Eastlund wrote: On Thu, May 23, 2013 at 5:49 AM, Eli Barzilay e...@barzilay.org wrote: 9 hours ago, Carl Eastlund wrote: I was going to comment on the same thing.  While a naive use of git filter-branch might not retain the history, it should

Re: [racket-dev] proposal for moving to packages: repository

2013-05-23 Thread Eli Barzilay
Just now, Carl Eastlund wrote: On Thu, May 23, 2013 at 6:57 AM, Eli Barzilay e...@barzilay.org wrote: A few minutes ago, Carl Eastlund wrote: It doesn't seem wrong to me.  It's an accurate representation of the history of the project, which is exactly what git

  1   2   3   4   5   6   7   8   9   >