gap-packages / ZeroMQInterface

GAP Bindings to ZeroMQ
https://gap-packages.github.io/ZeroMQInterface
GNU General Public License v2.0
2 stars 6 forks source link

Avoid more undocumented GAP functions #20

Closed fingolfin closed 6 years ago

fingolfin commented 6 years ago

Note that this doesn't touch the ASS_GVAR call, because there doesn't seem to be a good documented counterpart; e.g. BindGlobal also makes the new variable read-only, which ASS_GVAR does not.

Also, I am not 100% sure whether the other changes are fine, as I don't really know how to test any of this (perhaps I could find out, but I don't have time for that right now, sorry)

codecov[bot] commented 6 years ago

Codecov Report

Merging #20 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   38.66%   38.66%           
=======================================
  Files           2        2           
  Lines         406      406           
=======================================
  Hits          157      157           
  Misses        249      249