SWI-Prolog / contrib-protobufs

An interface to Google Protocol Buffers (protobuf)
7 stars 7 forks source link

Dependencies on GMP #13

Open kamahen opened 3 years ago

kamahen commented 3 years ago

Need to verify that none of the Prolog code depends on GMP.

Conditional running of some tests was done by commit 76074069258ae6798e0c15894a876043a45fb94d but that might have obscured some usages of GMP within the code.

kamahen commented 2 years ago

Test fixed with 5283c7337c499f3eb9f5cb4f299d8854ca499abf

Leaving open because protobuf_segment_message/2 seems to depend on GMP for some tests (see test_protobufs.pl)