Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
94c0a947
Commit
94c0a947
authored
7 years ago
by
Daniel Kochmański
Browse files
Options
Downloads
Patches
Plain Diff
use trivial-gray-streams
parent
203442a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
clim-tos.asd
+1
-1
1 addition, 1 deletion
clim-tos.asd
utils/packages.lisp
+1
-19
1 addition, 19 deletions
utils/packages.lisp
with
2 additions
and
20 deletions
clim-tos.asd
+
1
−
1
View file @
94c0a947
...
...
@@ -99,7 +99,7 @@
;;; based on `clim-utils'
(
defsystem
#:clim-tos/utils
:depends-on
(
#:closer-mop
)
:depends-on
(
#:closer-mop
#:trivial-gray-streams
)
:components
((
:module
"utils"
:components
((
:file
"packages"
)
...
...
This diff is collapsed.
Click to expand it.
utils/packages.lisp
+
1
−
19
View file @
94c0a947
...
...
@@ -13,13 +13,7 @@
#+
allegro
(
:implementation-packages
:clim-lisp
:clim-utils
)
;; 28Jan97 added allegro package for aclpc since mop stuff was moved
;; there in 3.0.1 -tjm
(
:use
common-lisp
#+
allegro
clos
#+
(
and
allegro
(
version>=
9
0
))
excl
#+
(
or
(
and
MCL
CCL-2
)
Clozure
)
gray
#+
SBCL
sb-gray
; #-(and allegro (version>= 9 0)) stream
#+
aclpc
allegro
)
(
:use
common-lisp
trivial-gray-streams
)
;; Import these symbols so that we can define methods for them.
(
:shadow
pathname
truename
)
...
...
@@ -1020,24 +1014,12 @@
zerop
)
;; Stream Proposal -- Classes and class predicates.
#-
clim-uses-lisp-stream-classes
(
:shadow
;; NOTE disabled shadowing of Grey streams symbols - currently playing with sb-grey on SBCL. -- jacek.zlydach 2017-06-03
;; fundamental-binary-input-stream
;; fundamental-binary-output-stream
;; fundamental-binary-stream
;; fundamental-character-input-stream
;; fundamental-character-output-stream
;; fundamental-character-stream
;; fundamental-input-stream
;; fundamental-output-stream
;; fundamental-stream
input-stream-p
open-stream-p
output-stream-p
streamp
)
#-
(
or
clim-uses-lisp-stream-functions
Lucid
)
(
:shadow
clear-input
clear-output
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment