Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/testbugfix/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 338 B image not shown  

Quelle  2021-03-25-InstallMethod.tst   Sprache: unbekannt

 
# Installing an operation as a method for itself is forbidden (now, at least;
# it used to lead to a segfault if you ever managed to trigger that "method")
# Fixes GitHub issues #1286 and #4340.
gap> foo := NewOperation("foo", [IsObject]);;
gap> InstallMethod(foo, [IsInt], foo);
Error, Cannot install an operation as a method for itself

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]