The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Stabilise the output of bigarrcml test

+5 -3
+4 -3
testsuite/tests/lib-bigarray-2/bigarrcml.reference
··· 3 3 ------ Foreign function interface -------- 4 4 5 5 Passing an array to C 6 - 7 - Accessing a C array 8 - 1... 2... 3... 4... 0 0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 6 + 0 0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 9 7 1 1000.0 1001.0 1002.0 1003.0 1004.0 1005.0 1006.0 1007.0 10 8 2 2000.0 2001.0 2002.0 2003.0 2004.0 2005.0 2006.0 2007.0 11 9 3 3000.0 3001.0 3002.0 3003.0 3004.0 3005.0 3006.0 3007.0 12 10 4 4000.0 4001.0 4002.0 4003.0 4004.0 4005.0 4006.0 4007.0 13 11 5 5000.0 5001.0 5002.0 5003.0 5004.0 5005.0 5006.0 5007.0 12 + 13 + Accessing a C array 14 + 1... 2... 3... 4...
+1
testsuite/tests/lib-bigarray-2/bigarrcstub.c
··· 52 52 value c_printtab(value ba) 53 53 { 54 54 printtab(Caml_ba_data_val(ba)); 55 + fflush(stdout); 55 56 return Val_unit; 56 57 }