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

Adapt to renaming of MakeReadOnly->MakeReadOnlyObj #14

Closed fingolfin closed 6 years ago

fingolfin commented 6 years ago

This adapts ZeroMQInterface to the changes in https://github.com/gap-system/gap/pull/1870

codecov[bot] commented 6 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   35.62%   35.62%           
=======================================
  Files           2        2           
  Lines         379      379           
  Branches       67       67           
=======================================
  Hits          135      135           
  Misses        222      222           
  Partials       22       22
markuspf commented 6 years ago

This package requires GAP 4.9 or later, hence the backwards-compatibility code is not really necessary.

fingolfin commented 6 years ago

Updated