Opened 15 years ago

Last modified 15 years ago

#1 closed defect

A mulfunctioning *features* feature — at Version 3

Reported by: Marek Rychlik Owned by: Marek Rychlik
Priority: minor Milestone: Consolidation of existing code
Component: cgblisp-core Version: 1.0
Keywords: features Cc:

Description (last modified by Marek Rychlik)

Problem description

A number of *features* switches control the behavior of the package. The default set of switches set up in make-cgb.lisp or cgb.asd results in correct behavior, but compiling the package without switches results in an error. To reproduce the behavior, one should:

  • Comment out the (pushnew ... *features*) forms and load the package.
  • Load the system using (asdf:operate 'asdf:load-op 'cgb)
  • Switch package: (in-package :cgb-lisp)
  • Run all built-in examples: (all-examples)

The package will fail in string-grobner-system.

=Strategy to fixing= One should try turning off features one-by-one and finding the culprit.

Change History (3)

comment:1 by Marek Rychlik, 15 years ago

Owner: changed from somebody to Marek Rychlik

comment:2 by Marek Rychlik, 15 years ago

Description: modified (diff)

comment:3 by Marek Rychlik, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.