Commit 5d315c8
authored
Fixing c2mop:direct-slot-definition-class methods to return a class (#187)
Right now they return symbols, which is not the correct return type
based on the AMOP Book Specification which is the official
specification adopted by the ANSI Spec.
See
https://lisp-docs.github.io/cl-language-reference/meta-object-protocol/dictionary/direct-slot-definition-class
and
https://lisp-docs.github.io/cl-language-reference/meta-object-protocol/dictionary/effective-slot-definition-class
Or http://metamodular.com/CLOS-MOP/direct-slot-definition-class.html
and
http://metamodular.com/CLOS-MOP/effective-slot-definition-class.html1 parent eb433e4 commit 5d315c8
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments