Re: SRFI-64: test exception symbol

2020-05-02 Thread Taylan Kammer
On 01.05.2020 21:20, Vladimir Zhbanov wrote: The first question: supposed that I already have guile installed (together with its own srfi's) and have downloaded your repository, how can I use your modules in my own code then? The second one: how to make your code available for our code in the s

Re: SRFI-64: test exception symbol

2020-05-01 Thread Vladimir Zhbanov
Hi Taylan, On Fri, May 01, 2020 at 11:58:41AM +0200, Taylan Kammer wrote: > On 30.04.2020 17:55, Vladimir Zhbanov wrote: > > On Thu, Apr 30, 2020 at 06:06:21PM +0300, Vladimir Zhbanov wrote: > > > Hi, > > > > > > In SRFI-64, is there a way to test what exception raised using > > > test-error() or

Re: SRFI-64: test exception symbol

2020-05-01 Thread Taylan Kammer
On 30.04.2020 17:55, Vladimir Zhbanov wrote: On Thu, Apr 30, 2020 at 06:06:21PM +0300, Vladimir Zhbanov wrote: Hi, In SRFI-64, is there a way to test what exception raised using test-error() or anything else? I know about looking into test logs (if 'test-error' is used), though that's not what

Re: SRFI-64: test exception symbol

2020-04-30 Thread Vladimir Zhbanov
On Thu, Apr 30, 2020 at 06:06:21PM +0300, Vladimir Zhbanov wrote: > Hi, > > In SRFI-64, is there a way to test what exception raised using > test-error() or anything else? I know about looking into test > logs (if 'test-error' is used), though that's not what I need. I > need a way to be sure a

SRFI-64: test exception symbol

2020-04-30 Thread Vladimir Zhbanov
Hi, In SRFI-64, is there a way to test what exception raised using test-error() or anything else? I know about looking into test logs (if 'test-error' is used), though that's not what I need. I need a way to be sure a test raises the exception it should raise. Thanks in advance -- Vladimir