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

From: John Clements (clements at brinckerhoff.org)
Date: Tue Sep 28 11:58:00 EDT 2010

On Sep 28, 2010, at 8:23 AM, Eli Barzilay wrote:

> Can we please not have this??  The whole point of having uniform names
> is that you can use require/provide things easily so there's no need
> for a library.

Sure, I don't feel strongly about it.  Done.

To be clear, my use case is this: I'm trying to debug a seg fault in a large library, with >500 uses of 'unsafe-' operators.  I want to see whether using the corresponding safe variants eliminates the crash.  The global search and replace is a bit of a pain; replacing racket/unsafe/ops with racket/unsafe/safe-ops is much easier.

Naturally, though, you can always roll your own as needed.

John

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4669 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20100928/797e8375/attachment.p7s>

Posted on the dev mailing list.