On Tue, Oct 2, 2012 at 1:55 PM, Erich Rast wrote:
>
>> Odd! Hmmm... Are your sources anywhere where we can check it out to
>> try it ourselves?
>
> I've uploaded them temporarily to launchpad:
>
> https://code.launchpad.net/~erich-snafu/+junk/fileutils
>
Error traced. No scribble document shou
> Odd! Hmmm... Are your sources anywhere where we can check it out to
> try it ourselves?
I've uploaded them temporarily to launchpad:
https://code.launchpad.net/~erich-snafu/+junk/fileutils
Thanks a lot for your help.
Best,
Erich
Racket Users list:
http://lists.ra
> The import statement shows up correctly now, but I still get a
> corrupted search function in the Racket documentation when the package
> is installed.
Odd! Hmmm... Are your sources anywhere where we can check it out to
try it ourselves? Github is my repository of choice. Let's see if
any one
Thanks Danny!
The import statement shows up correctly now, but I still get a
corrupted search function in the Racket documentation when the package
is installed. I've overlooked an error during package installation
earlier, here it is:
make-script: unexpected value rendered: '((font ((class "badl
On Oct 2, 2012, at 1:41 PM, Asumu Takikawa wrote:
> Hi all,
>
> In PL papers, you often see grammars like the following:
>
> e ::= ... | λx.e | (e e)
> x ∈ Var
>
> In particular, variables are typeset as elements of some set. Often,
> there are other sets that might represent labels, locatio
Hi all,
In PL papers, you often see grammars like the following:
e ::= ... | λx.e | (e e)
x ∈ Var
In particular, variables are typeset as elements of some set. Often,
there are other sets that might represent labels, locations, tags, and
so on.
I don't see an obvious way to do this kind of
> #lang scribble/manual
> @(require
> (for-label racket
>"file-utils.rkt"))
>
> @defmodule[(planet erast/file-utils)]
When I'm documenting PLaneT packages, I find I need to use
defmodule/this-package to make things work out right. See:
http://planet.racket-lang.org/pack
Awesome!
Thanks, Matthew and Robby, for looking at this.
(* Cheers +inf.0),
Kieron.
On Tue, Oct 2, 2012 at 7:36 AM, Matthew Flatt wrote:
> At Mon, 24 Sep 2012 23:47:17 -0600, Kieron Hardy wrote:
> > I used 'enter to make the problem easy to demonstrate, but what I'm
> really
> > interested in
It looks like this is a result of the way that "libssl" is linked on
OpenBSD. In particular, it seems to not refer to "libcrypto" directly,
and instead depends on "libcrypto" supplying it exports in the global
namespace. Although the Racket `openssl' library does load "libcrypto"
in advance, it doe
Environment: OpenBSD 5.1 amd64
Problem: Many racket programs spams with "undefined symbol" for openssl.
This makes it almost impossible to to read outputs in the console.
**$ drracket
/usr/local/bin/gracket:/usr/lib/libssl.so.17.1: undefined symbol
'X509_EXTENSION_free'
/usr/local/bin/gracket:/
At Mon, 24 Sep 2012 23:47:17 -0600, Kieron Hardy wrote:
> I used 'enter to make the problem easy to demonstrate, but what I'm really
> interested in is button up/down events and they get duplicated also.
It turns out that enter/leave events are generated very differently
from button up/down even
Hi,
I've developed a small library that I would like to put on Planet, but
when I create the planet package and test-install it using raco planet
fileinject, my scribble documentation messes up the Racket docs. My
docs are listed in the documentation main page and can be viewed, but
just before th
12 matches
Mail list logo