General

Profile

chaitanyav (NagaChaitanya Vellanki)

Issues

open closed Total
Assigned issues 0 1 1
Reported issues 0 5 5

Activity

12/10/2015

04:26 PM Ruby master Feature #11578: Add a method to check if a number is probably prime or composite (Patch included)
NagaChaitanya Vellanki wrote:
> Yui NARUSE wrote:
> > Use OpenSSL::BN.
>
> Rehearsal ---------------------------...
chaitanyav (NagaChaitanya Vellanki)
04:24 PM Ruby master Feature #11578: Add a method to check if a number is probably prime or composite (Patch included)
Yui NARUSE wrote:
> Use OpenSSL::BN.
Rehearsal ---------------------------------------------------------------
P...
chaitanyav (NagaChaitanya Vellanki)

10/19/2015

09:46 PM Ruby master Bug #11606 (Closed): Prime.prime? should throw error on invalid inputs
irb(main):003:0> Prime.prime?(1,3)
=> false
irb(main):004:0> Prime.prime?(1.3)
=> false
irb(main):005:0> Prime.pr...
chaitanyav (NagaChaitanya Vellanki)

10/09/2015

03:35 PM Ruby master Feature #11578 (Rejected): Add a method to check if a number is probably prime or composite (Patch included)
Added a method to check if a given n is probably prime or composite using Miller- Rabin Test. This method is faster ... chaitanyav (NagaChaitanya Vellanki)

03/06/2014

12:18 AM Ruby master Bug #9598 (Closed): Bug while installing a c-extensions gem
I was trying to install a c-extension gem, the installation failed on first attempt. But succeeded on the second atte... chaitanyav (NagaChaitanya Vellanki)

12/15/2011

12:28 PM Ruby master Bug #5763: sprintf not throwing error for wrong number of arguments
Shyouhei Urabe wrote:
> > check for similar behaviour of sprintf in a c program
>
> This is a GCCism, not a unive...
chaitanyav (NagaChaitanya Vellanki)
06:17 AM Ruby master Bug #5763: sprintf not throwing error for wrong number of arguments
check for similar behaviour of sprintf in a c program
#include <stdio.h>
int main()
{
char buffer[50];
c...
chaitanyav (NagaChaitanya Vellanki)
05:32 AM Ruby master Bug #5763 (Closed): sprintf not throwing error for wrong number of arguments
sprintf should raise error when the number of arguments does not match the number of format specifiers
sprintf wit...
chaitanyav (NagaChaitanya Vellanki)

09/01/2011

01:22 AM Ruby master Bug #5252: Segmentation Fault
Actually the code is like this
begin
cloader_obj = CassandraLoader.new
cloader_obj.load_data1(settings_hash)
...
chaitanyav (NagaChaitanya Vellanki)
01:12 AM Ruby master Bug #5252: Segmentation Fault
I will let the developers know about this issue. For now, i have added GC.start after each of the methods inside the ... chaitanyav (NagaChaitanya Vellanki)

Also available in: Atom