Custom Query (203 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 203)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#112 invalid COBIA creation function fails to return error in case class factory is not found jasper jasper

Reported by jasper, 3 years ago.

Description

If a PMC class factory is not found, COBIA_createInstance returns no error, but a null pointer for the PMC, typically leading to a crash.

#144 invalid Code generator drops namespace from adapter jasper jasper

Reported by jasper, 18 months ago.

Description

Name space is dropped from adapter incorrectly, causing compilation error of generated code.

#167 invalid ConstCapeArrayReal scalar constructor take reference to real jasper jasper

Reported by jasper, 18 months ago.

Description

Constructor

ConstCapeArrayReal arr{1.2};

does not work, as the scalar constructor takes a reference to a real. This works but is unpleasant for a constant:

CapeReal value=1.2;
ConstCapeArrayReal arr{value};

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.