Re: [racket-dev] why raco exe gives a data file in SunOS?

2013-08-13 Thread WarGrey Gyoudmon Ju
Okay, it works, thank you. On Sat, Aug 10, 2013 at 9:59 AM, Matthew Flatt mfl...@cs.utah.edu wrote: I've finally had a chance to look into this, but I cannot replicate the problem. If the latest version still does not work, can you say more about the way that you're building Racket in

Re: [racket-dev] continuation-mark-set-context : Empty Stack Traces?

2013-08-13 Thread Vincent St-Amour
Thanks! At this point, that same benchmark has about 1 empty stack trace per 300 samples, which should be good enough. Vincent At Mon, 12 Aug 2013 17:25:38 -0600, Matthew Flatt wrote: I've pushed a repair for the main problem on x86_64 Linux (and other platforms that use DWARF-based stack

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

2013-08-13 Thread Eli Barzilay
About a month ago, Matthew Flatt wrote: At Thu, 18 Jul 2013 09:11:28 +0200, Togan Muftuoglu wrote: When I check the current HEAD tag of the master this is what I get. Is this what it should be if not can it be fixed so it reflects reality? ~/devel/git-sources/racket $ git

[racket-dev] A story of a package split

2013-08-13 Thread Tony Garnock-Jones
Hi all, Matthias asked me to write a few words about an experience I had splitting a large repository of code up into smaller repositories and then building a mechanism to tie them together again. == A short story == Once upon a time, RabbitMQ (www.rabbitmq.com) was held in a single,

Re: [racket-dev] A story of a package split

2013-08-13 Thread Nick Shelley
Can you elaborate on your intermediate form? I don't understand how git submodules prohibit or restrict submodule evolution. The only difference I see with the submodule approach is that it requires an extra commit to update the submodule versions (and subsequently a pull followed by a submodule

Re: [racket-dev] A story of a package split

2013-08-13 Thread Tony Garnock-Jones
On 08/13/2013 04:42 PM, Nick Shelley wrote: Can you elaborate on your intermediate form? I don't understand how git submodules prohibit or restrict submodule evolution. The only difference I see with the submodule approach is that it requires an extra commit to update the submodule versions (and

Re: [racket-dev] A story of a package split

2013-08-13 Thread Nick Shelley
Although I like being right, I'm not sure what I'm right about. We use submodules at work both to include third-party tools and to share code among related internal projects. Submodules have worked fine for us so far, but they also have their downsides. For instance, we've made changes to shared

Re: [racket-dev] A story of a package split

2013-08-13 Thread Tony Garnock-Jones
On 08/13/2013 04:49 PM, Tony Garnock-Jones wrote: Perhaps you're right. Maybe my impression that git submodules are frozen is out-of-date. It has been a while since I used them. Perhaps they're first-class checkouts that can be manipulated independently of their... supermodule. If that's true,

Re: [racket-dev] A story of a package split

2013-08-13 Thread Tony Garnock-Jones
On 08/13/2013 05:05 PM, Nick Shelley wrote: I was mainly asking about the intermediate form because it seems like it could be useful, but I didn't understand how it would work. One major difference I've just spotted is that git submodules are tied to particular commit IDs, leading to

Re: [racket-dev] A story of a package split

2013-08-13 Thread Sam Tobin-Hochstadt
On Tue, Aug 13, 2013 at 5:10 PM, Tony Garnock-Jones to...@ccs.neu.edu wrote: On 08/13/2013 05:05 PM, Nick Shelley wrote: I was mainly asking about the intermediate form because it seems like it could be useful, but I didn't understand how it would work. One major difference I've just

[racket-dev] Package Update Fails?

2013-08-13 Thread Vincent St-Amour
I had installed Stephen's `graph' package. Then, he pushed a new version, and I tried updating my install. Here's the error I got: stamourv@ahuntsic:plt$ raco pkg update graph Inferred package scope: /home/stamourv/src/plt/racket/share/pkgs Resolving graph via

Re: [racket-dev] A story of a package split

2013-08-13 Thread Eli Barzilay
40 minutes ago, Sam Tobin-Hochstadt wrote: On Tue, Aug 13, 2013 at 5:10 PM, Tony Garnock-Jones to...@ccs.neu.edu wrote: On 08/13/2013 05:05 PM, Nick Shelley wrote: I was mainly asking about the intermediate form because it seems like it could be useful, but I didn't understand how it

Re: [racket-dev] Package Update Fails?

2013-08-13 Thread Vincent St-Amour
At Tue, 13 Aug 2013 15:59:57 -0600, Matthew Flatt wrote: At Tue, 13 Aug 2013 17:23:33 -0400, Vincent St-Amour wrote: I had installed Stephen's `graph' package. Then, he pushed a new version, and I tried updating my install. Here's the error I got: stamourv@ahuntsic:plt$ raco pkg

Re: [racket-dev] Package Update Fails?

2013-08-13 Thread Matthew Flatt
At Tue, 13 Aug 2013 18:12:12 -0400, Vincent St-Amour wrote: At Tue, 13 Aug 2013 15:59:57 -0600, Matthew Flatt wrote: At Tue, 13 Aug 2013 17:23:33 -0400, Vincent St-Amour wrote: I had installed Stephen's `graph' package. Then, he pushed a new version, and I tried updating my install.

Re: [racket-dev] Package Update Fails?

2013-08-13 Thread Vincent St-Amour
At Tue, 13 Aug 2013 16:19:28 -0600, Matthew Flatt wrote: At Tue, 13 Aug 2013 18:12:12 -0400, Vincent St-Amour wrote: At Tue, 13 Aug 2013 15:59:57 -0600, Matthew Flatt wrote: At Tue, 13 Aug 2013 17:23:33 -0400, Vincent St-Amour wrote: I had installed Stephen's `graph' package.

[racket-dev] Updating dependency packages from other sources

2013-08-13 Thread Asumu Takikawa
Hi all, I have a question about updating packages. I'll use an example development scenario to frame the question. Suppose I have package `aosd` installed that depends on `x11`: Installation-wide: Package ChecksumSource x11