bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] NativeFunction eval_AXB has become broken


From: Elias Mårtenson
Subject: Re: [Bug-apl] NativeFunction eval_AXB has become broken
Date: Mon, 14 Apr 2014 15:16:34 +0800

False alarm.

I'm replying to myself, because after a full recompile of everything it seems to work. I'm thinking that something wasn't recompiled properly after updating to the latest version.

Regards,
Elias


On 14 April 2014 12:23, Elias Mårtenson <address@hidden> wrote:
In my implementation of eval_AXB I am getting the function number using the following code:

const int function_number = X->get_ravel(0).get_near_int(qct);

When X is either 0 or 1, this works correctly. But when X is any other value (for example, 2) the call to .get_near_int(qct) throws a DOMAIN_ERROR.

This didn't happen as late as two days ago, so there has been a change in the last few releases that caused this to happen.

Regards,
Elias


reply via email to

[Prev in Thread] Current Thread [Next in Thread]