File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 # :clunit
1010 # :cl-protobufs
1111 # :alexandria)
12+ (:import-from #+ sbcl # :sb-ext #- sbcl # :babel # :string-to-octets)
1213 (:local-nicknames (# :pi # :cl-protobufs.implementation))
1314 (:export :run ))
1415
@@ -90,10 +91,9 @@ Parameters
9091 (repeated-float 211s0 311s0 511s0 ) (repeated-double 212d0 312d0 512d0 )
9192 (repeated-bool t nil t )
9293 (repeated-string " 215" " 315" " 515" )
93- (repeated-bytes
94- #. (babel :string-to-octets " 216" )
95- #. (babel :string-to-octets " 316" )
96- #. (babel :string-to-octets " 516" ))
94+ (repeated-bytes #. (string-to-octets " 216" )
95+ #. (string-to-octets " 316" )
96+ #. (string-to-octets " 516" ))
9797 (repeated-nested-enum :bar :baz :foo )
9898 (repeated-foreign-enum :foreign-bar :foreign-baz :foreign-foo )
9999 (repeated-import-enum :import-bar :import-baz :import-foo )
You can’t perform that action at this time.
0 commit comments