Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Karsten Poeck
ansi-test
Commits
ccb6709e
Commit
ccb6709e
authored
May 31, 2003
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move load of cl-symbol-names.lsp into gclload1.lsp. Added (empty) file call-next-method.lsp
parent
108477bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
ansi-tests/call-next-method.lsp
ansi-tests/call-next-method.lsp
+9
-0
ansi-tests/gclload1.lsp
ansi-tests/gclload1.lsp
+2
-0
ansi-tests/load-objects.lsp
ansi-tests/load-objects.lsp
+1
-0
ansi-tests/load-symbols.lsp
ansi-tests/load-symbols.lsp
+1
-1
No files found.
ansi-tests/call-next-method.lsp
0 → 100644
View file @
ccb6709e
;-*- Mode: Lisp -*-
;;;; Author: Paul Dietz
;;;; Created: Sat May 31 11:18:15 2003
;;;; Contains: Tests of CALL-NEXT-METHOD
(in-package :cl-test)
;;; Tests where there is no next method are in no-next-method.lsp
ansi-tests/gclload1.lsp
View file @
ccb6709e
...
...
@@ -10,3 +10,5 @@
(compile-and-load "ansi-aux.lsp")
;;; (unless (probe-file "ansi-aux.o") (compile-file "ansi-aux.lsp"))
;;; (load "ansi-aux.o")
(load "cl-symbol-names.lsp")
ansi-tests/load-objects.lsp
View file @
ccb6709e
...
...
@@ -44,3 +44,4 @@
;; (load "defgeneric-method-combination-standard.lsp")
(load "find-class.lsp")
(load "next-method-p.lsp")
(load "call-next-method.lsp")
ansi-tests/load-symbols.lsp
View file @
ccb6709e
;;; Tests of symbols
(compile-and-load "cl-symbols-aux.lsp")
(load "cl-symbol-names.lsp")
;; (load "cl-symbol-names.lsp") ;; moved to gclload1.lsp
(load "cl-symbols.lsp")
(load "boundp.lsp")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment