Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cl-tar-file
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
cl-tar
cl-tar-file
Commits
ecea3d46
Commit
ecea3d46
authored
3 years ago
by
Eric Timmons
Browse files
Options
Downloads
Patches
Plain Diff
Fix
826c30a1
so that BLOCKED-OUTPUT-STREAMS still work
parent
fbcb9b5b
No related branches found
No related tags found
No related merge requests found
Pipeline
#4814
passed
3 years ago
Stage: test
Stage: deploy
Pipeline: cl-tar.common-lisp.dev
#4817
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/blocked-stream.lisp
+6
-2
6 additions, 2 deletions
src/blocked-stream.lisp
with
6 additions
and
2 deletions
src/blocked-stream.lisp
+
6
−
2
View file @
ecea3d46
...
...
@@ -91,8 +91,12 @@ of the wrapped stream when instantiated."))
:element-type
element-type
:initial-element
0
)
;; Record the START-FILE-POSITION
(
start-file-position
blocked-stream
)
(
ignore-errors
(
file-position
stream
))
(
stream-offset
blocked-stream
)
(
-
(
block-size
blocked-stream
)))))
(
start-file-position
blocked-stream
)
(
ignore-errors
(
file-position
stream
)))))
(
defmethod
initialize-instance
:after
((
blocked-stream
blocked-input-stream
)
&key
stream
)
(
setf
(
stream-offset
blocked-stream
)
(
-
(
block-size
blocked-stream
))))
(
defgeneric
discard-buffer
(
stream
)
(
:documentation
...
...
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