diff options
| author | Stefan Monnier | 2015-01-08 16:03:04 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2015-01-08 16:03:04 -0500 |
| commit | a749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d (patch) | |
| tree | 91bdfc947ac2c6618bace6524cada16e2c5599cf /test/ChangeLog | |
| parent | 5fbd17e369ca30a47ab8a2eda0b2f2ea9b690bb4 (diff) | |
| parent | 6a67b20ddd458d71a1d63746504d91b1acea9b2b (diff) | |
| download | emacs-a749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d.tar.gz emacs-a749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d.zip | |
Shrink EIEIO object header. Move generics to eieio-generic.el.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 71 |
1 files changed, 62 insertions, 9 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index bb061478b30..83bb8bf00c7 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,57 @@ | |||
| 1 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use | ||
| 4 | <foo>-child-p. | ||
| 5 | |||
| 6 | * automated/eieio-test-methodinvoke.el (eieio-test-method-store): | ||
| 7 | Update reference to eieio--generic-call-key. | ||
| 8 | |||
| 9 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 10 | |||
| 11 | * automated/eieio-tests.el: Use cl-lib. Don't use <class> as a variable. | ||
| 12 | Don't use <class>-list types and <class>-list-p predicates. | ||
| 13 | |||
| 14 | * automated/eieio-test-persist.el (persistent-with-objs-list-slot): | ||
| 15 | Don't use <class>-list type. | ||
| 16 | |||
| 17 | * automated/eieio-test-methodinvoke.el | ||
| 18 | (eieio-test-method-order-list-4): | ||
| 19 | Don't use <class> as a variable. | ||
| 20 | |||
| 21 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 22 | |||
| 23 | * automated/eieio-tests.el (eieio-test-04-static-method) | ||
| 24 | (eieio-test-05-static-method-2): Use oref-default to access | ||
| 25 | class slots. | ||
| 26 | (eieio-test-23-inheritance-check): Don't assume that | ||
| 27 | eieio-class-parents returns class names, or that a class can only have | ||
| 28 | a single name. | ||
| 29 | |||
| 30 | * automated/eieio-test-persist.el (eieio--attribute-to-initarg): | ||
| 31 | Move from eieio-core.el. Rename from eieio-attribute-to-initarg. | ||
| 32 | Change arg to be a class object. Update all callers. | ||
| 33 | |||
| 34 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 35 | |||
| 36 | * automated/eieio-test-methodinvoke.el (eieio-test-method-store): | ||
| 37 | Adjust to new semantics of eieio--scoped-class. | ||
| 38 | (eieio-test-match): Improve error feedback. | ||
| 39 | |||
| 40 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 41 | |||
| 42 | * automated/eieio-tests.el: Remove dummy object names. | ||
| 43 | |||
| 44 | * automated/eieio-test-persist.el (persistent-with-objs-slot-subs): | ||
| 45 | The type FOO-child is the same as FOO. | ||
| 46 | |||
| 47 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 48 | |||
| 49 | * automated/eieio-test-methodinvoke.el (eieio-test-method-store): | ||
| 50 | Remove use of eieio-generic-call-methodname. | ||
| 51 | (eieio-test-method-order-list-3, eieio-test-method-order-list-6) | ||
| 52 | (eieio-test-method-order-list-7, eieio-test-method-order-list-8): | ||
| 53 | Adjust the expected result accordingly. | ||
| 54 | |||
| 1 | 2015-01-01 Michael Albinus <michael.albinus@gmx.de> | 55 | 2015-01-01 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 56 | ||
| 3 | * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p): | 57 | * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p): |
| @@ -19,8 +73,7 @@ | |||
| 19 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | 73 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 20 | 74 | ||
| 21 | * automated/python-tests.el | 75 | * automated/python-tests.el |
| 22 | (python-shell-completion-native-interpreter-disabled-p-1): New | 76 | (python-shell-completion-native-interpreter-disabled-p-1): New test. |
| 23 | test. | ||
| 24 | 77 | ||
| 25 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | 78 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 26 | 79 | ||
| @@ -110,8 +163,8 @@ | |||
| 110 | (vc-test--create-repo-function): Rename from | 163 | (vc-test--create-repo-function): Rename from |
| 111 | `vc-test--create-repo-if-not-supported'. Adapt all callees. | 164 | `vc-test--create-repo-if-not-supported'. Adapt all callees. |
| 112 | (vc-test--create-repo): Check also for revision-granularity. | 165 | (vc-test--create-repo): Check also for revision-granularity. |
| 113 | (vc-test--unregister-function): Additional argument FILE. Adapt | 166 | (vc-test--unregister-function): Additional argument FILE. |
| 114 | all callees. | 167 | Adapt all callees. |
| 115 | (vc-test--working-revision): New defun. | 168 | (vc-test--working-revision): New defun. |
| 116 | (vc-test-*-working-revision): New tests. | 169 | (vc-test-*-working-revision): New tests. |
| 117 | 170 | ||
| @@ -148,7 +201,7 @@ | |||
| 148 | 2014-11-21 Ulf Jasper <ulf.jasper@web.de> | 201 | 2014-11-21 Ulf Jasper <ulf.jasper@web.de> |
| 149 | 202 | ||
| 150 | * automated/libxml-tests.el | 203 | * automated/libxml-tests.el |
| 151 | (libxml-tests--data-comments-preserved): Renamed from | 204 | (libxml-tests--data-comments-preserved): Rename from |
| 152 | 'libxml-tests--data'. | 205 | 'libxml-tests--data'. |
| 153 | (libxml-tests--data-comments-discarded): New. | 206 | (libxml-tests--data-comments-discarded): New. |
| 154 | (libxml-tests): Check whether 'libxml-parse-xml-region' is | 207 | (libxml-tests): Check whether 'libxml-parse-xml-region' is |
| @@ -175,8 +228,8 @@ | |||
| 175 | 228 | ||
| 176 | 2014-11-17 Ulf Jasper <ulf.jasper@web.de> | 229 | 2014-11-17 Ulf Jasper <ulf.jasper@web.de> |
| 177 | 230 | ||
| 178 | * automated/icalendar-tests.el (icalendar-tests--test-export): New | 231 | * automated/icalendar-tests.el (icalendar-tests--test-export): |
| 179 | optional parameter `alarms'. | 232 | New optional parameter `alarms'. |
| 180 | (icalendar-export-alarms): New test for exporting icalendar | 233 | (icalendar-export-alarms): New test for exporting icalendar |
| 181 | alarms. | 234 | alarms. |
| 182 | (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil. | 235 | (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil. |
| @@ -190,8 +243,8 @@ | |||
| 190 | 243 | ||
| 191 | 2014-11-16 Ulf Jasper <ulf.jasper@web.de> | 244 | 2014-11-16 Ulf Jasper <ulf.jasper@web.de> |
| 192 | 245 | ||
| 193 | * automated/icalendar-tests.el (icalendar--parse-vtimezone): Add | 246 | * automated/icalendar-tests.el (icalendar--parse-vtimezone): |
| 194 | testcase where offsets of standard time and daylight saving time | 247 | Add testcase where offsets of standard time and daylight saving time |
| 195 | are equal. | 248 | are equal. |
| 196 | (icalendar-real-world): Fix error in test case. Expected result | 249 | (icalendar-real-world): Fix error in test case. Expected result |
| 197 | was wrong when offsets of standard time and daylight saving time | 250 | was wrong when offsets of standard time and daylight saving time |