Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpi
Commits
f42bf48a
Commit
f42bf48a
authored
May 09, 2020
by
Eric Timmons
Browse files
Make OBJECT-WRITE a bit more robust to different stream types
parent
0af3e486
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/object-store-file.lisp
View file @
f42bf48a
...
...
@@ -61,7 +61,7 @@
:element-type
(
stream-element-type
in-stream
)
:direction
:output
:if-exists
:supersede
)
(
uiop:copy-stream-to-stream
in-stream
s
))))
(
uiop:copy-stream-to-stream
in-stream
s
:element-type
(
stream-element-type
in-stream
)
))))
(
defmethod
call-with-open-object-stream
((
object-store
file-object-store
)
path
thunk
&rest
args
...
...
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