On Thursday, September 26, 2019 at 8:41:57 AM UTC+2, Alex Harsanyi wrote:
>
>
>
> On Wednesday, September 25, 2019 at 1:37:41 PM UTC+8, Jesse Alama wrote:
>>
>> I'm working on building a standalone executable for a #lang that can be
>> used in two ways:
>>
>> 1. foo awesome.foo: execute file aweso
On Thursday, September 26, 2019 at 3:37:43 PM UTC+2, Matthew Flatt wrote:
At Tue, 24 Sep 2019 22:37:41 -0700 (PDT), Jesse Alama wrote:
> > This works for making a standalone executable that can exectute foo
> > programs specified on the command line, but doesn't work for a REPL. The
> > difficu
On Wed, Sep 25, 2019 at 8:16 PM David Storrs wrote:
>
> On Wed, Sep 25, 2019 at 7:45 PM Alex Harsanyi wrote:
> >
> > Is there any tunneling involved for connecting to your AWS instance?
> >
> > There is only one copy of the source port in an IP+UDP datagram, and this
> > needs to be whatever the
On 9/26/2019 5:45 AM, Marc Kaufmann wrote:
Thanks for clearing this up. If I understand correctly, the following
happens:
- the servlet raises an exception
- this is caught by the default exception handler
- it prints the traceback and exception message to standard output
which I see (and wh
At Tue, 24 Sep 2019 22:37:41 -0700 (PDT), Jesse Alama wrote:
> This works for making a standalone executable that can exectute foo
> programs specified on the command line, but doesn't work for a REPL. The
> difficulty seems to be the `namespace-require` part of `run-repl`, defined
> like this:
At Thu, 26 Sep 2019 00:46:23 +, "'Wayne Harris' via Racket Users" wrote:
> I think my message below neither asked any question nor did it contain the
> adequate politeness which I so much think every e-mail should have.
I don't see any problem with your message. It's more that the handin
serv
Ah yes, that's right. I did somehow (without really thinking about it,
admittedly) think that the exception would get returned with the response.
I did not realize that test-servlet sets up a server.
So for testing the functions, I just create the right requests and do a
check-* test. That should
On Thu, Sep 26, 2019 at 5:46 AM Marc Kaufmann wrote:
>
> Thanks for clearing this up. If I understand correctly, the following happens:
>
> - the servlet raises an exception
> - this is caught by the default exception handler
> - it prints the traceback and exception message to standard output whi
Sage, thank you, this is great kind of package for Racket.
--
You received this message because you are subscribed to the Google Groups "Racket
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to racket-users+unsubscr...@googlegroups.com.
To view thi
Thanks for clearing this up. If I understand correctly, the following
happens:
- the servlet raises an exception
- this is caught by the default exception handler
- it prints the traceback and exception message to standard output which I
see (and which made me realize an exception had been raised)
10 matches
Mail list logo