I am trying to use traverse-block to build a glossary of terms used in a
document. I have a scribble function @vocab to tag items to include in the
glossary. I want to display the glossary early in the document (before the
terms are used).
I'm having trouble delaying glossary generation until
Matthew Flatt wrote at 06/18/2013 07:59 AM:
In principle, you should add a versioned dependency on racket to
indicate that the package does not work with version 5.3.4, and so
users of v5.3.4 should get an earlier revision of the package.
Just a general comment... For production use, I try not
Thanks for bearing with me with the special release. It's done!
Here is the message that went to 'users' and 'edu'.
Realm of Racket is finally out. For the first 72 hours,
Here's the latest (in a pkg2 branch):
https://github.com/mflatt/racket/tree/pkg2
Because this change will break all sorts of things in the short run,
I'd like to feel more confident that enough of us are ready before
merging it to the main Racket repository.
So, vote in favor of the
At Tue, 18 Jun 2013 10:47:01 -0600, Matthew Flatt wrote:
1. Try the branch:
git clone https://github.com/mflatt/racket.git
Sorry --- that should be
git clone git://github.com/mflatt/racket.git
_
Racket Developers list:
http://lists.racket-lang.org/dev
On Tue, Jun 18, 2013 at 12:54 PM, Matthew Flatt mfl...@cs.utah.edu wrote:
At Tue, 18 Jun 2013 10:47:01 -0600, Matthew Flatt wrote:
1. Try the branch:
git clone https://github.com/mflatt/racket.git
Sorry --- that should be
git clone git://github.com/mflatt/racket.git
Either of
I'm rebasing my generic-sets branch onto the pkg2 branch to make sure that
rebasing works well. Just using the default rebase options hasn't worked,
it doesn't figure out to follow the renames. The following command seems
to be working, however; it may work for other people as well:
git
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 with
-X subtree=/some/path. There's also a subtree strategy, which you'd
get with -s subtree, but it is guessing how to do the
Carl Eastlund wrote at 06/18/2013 01:36 PM:
rantI don't understand why version control systems don't take
directories and renames more seriously, because this stuff is part of
the development cycle and should be recorded like any other change./rant
This doesn't help, but... I think the
On 06/18/2013 12:47 PM, Matthew Flatt wrote:
2. Reply to the list to say that it works and we should merge it.
I got the below 4 similar errors. DrRacket works. Linux Mint 14 (Linux
funland 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012
x86_64 x86_64 x86_64 GNU/Linux). Let me
According to the docs, hash-list returns a list in an unspecified order.
Can anyone tell me a little about how hash-list might return two
different orders give the same hash table? Possibly across different
invocations of Racket?
Thanks,
--
Dan Liebgold[dan.liebg...@gmail.com]
On Tue, Jun 18, 2013 at 3:21 PM, Dan Liebgold dan.liebg...@gmail.comwrote:
According to the docs, hash-list returns a list in an unspecified order.
Can anyone tell me a little about how hash-list might return two
different orders give the same hash table? Possibly across different
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 with
-X subtree=/some/path. There's also a subtree
That makes sense. 'sort' to the rescue!
On Tuesday, June 18, 2013, Carl Eastlund wrote:
On Tue, Jun 18, 2013 at 3:21 PM, Dan Liebgold
dan.liebg...@gmail.comjavascript:_e({}, 'cvml', 'dan.liebg...@gmail.com');
wrote:
According to the docs, hash-list returns a list in an unspecified order.
On Tue, Jun 18, 2013 at 3:40 PM, Ryan Culpepper ry...@ccs.neu.edu wrote:
I tried it. It works, but DrRacket doesn't find the macro stepper tool. The
racket/lib/info-cache.rktd has an entry for the right location, but it also
has another (lib macro-debugger) entry. Is this caused by having
I ran 'make', after rebasing, and eventually got this error:
pkg: missing dependencies
for package: pkgs/gui-pkgs/gui-lib
missing packages:
gui-x86_64-macosx
Anyone know what might have gone wrong?
--Carl
_
Racket Developers list:
On 2013-06-18 10:47:01 -0600, Matthew Flatt wrote:
Because this change will break all sorts of things in the short run,
I'd like to feel more confident that enough of us are ready before
merging it to the main Racket repository.
The pkg2 branch builds for me fine (modulo `plot`) and I can run
At Tue, 18 Jun 2013 14:16:09 -0600, Matthew Flatt wrote:
At Tue, 18 Jun 2013 16:13:09 -0400, Carl Eastlund wrote:
I ran 'make', after rebasing, and eventually got this error:
pkg: missing dependencies
for package: pkgs/gui-pkgs/gui-lib
missing packages:
gui-x86_64-macosx
At Tue, 18 Jun 2013 13:56:14 -0400, Asumu Takikawa wrote:
On 2013-06-18 10:47:01 -0600, Matthew Flatt wrote:
Because this change will break all sorts of things in the short run,
I'd like to feel more confident that enough of us are ready before
merging it to the main Racket repository.
At Tue, 18 Jun 2013 17:23:56 -0500, Robby Findler wrote:
On Tue, Jun 18, 2013 at 3:14 PM, Asumu Takikawa as...@ccs.neu.edu wrote:
On 2013-06-18 10:47:01 -0600, Matthew Flatt wrote:
Because this change will break all sorts of things in the short run,
I'd like to feel more confident that
At Tue, 18 Jun 2013 15:40:27 -0400, Ryan Culpepper wrote:
I tried it. It works, but DrRacket doesn't find the macro stepper tool.
The racket/lib/info-cache.rktd has an entry for the right location, but
it also has another (lib macro-debugger) entry. Is this caused by
having multiple modules
On 06/18/13 19:36, Carl Eastlund wrote:
rantI don't understand why version control systems don't take directories
and renames more seriously, because this stuff is part of the development
cycle and should be recorded like any other change./rant
Mercurial tracks renames. Look hg help mv :)
22 matches
Mail list logo