No description
  • Common Lisp 98.4%
  • Just 1.6%
Find a file
Marcus Kammer f2a7448ed6
fix(tests): replace #S() struct literals with constructor calls
Replace all #S() literal struct forms in test fixtures with proper
make-* constructor calls. This prevents FASL serialization failures
during compilation because structs without make-load-form methods
cannot be dumped as literals.

Also export missing constructors (make-results-item, make-question-stats,
make-stat-summary) from ml-qmetrics/assessment, and fix the duplicate
suite name and missing package declaration in test-questionnaire.lisp.
2026-06-06 11:24:51 +02:00
src fix(tests): replace #S() struct literals with constructor calls 2026-06-06 11:24:51 +02:00
tests fix(tests): replace #S() struct literals with constructor calls 2026-06-06 11:24:51 +02:00
dev.metalisp.qmetrics.asd Re-organize test suites 2026-03-18 08:07:53 +01:00
Justfile Replace makefile with justfile 2026-06-06 11:13:44 +02:00
LICENSE Update license 2025-11-08 17:51:30 +01:00