diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-25 10:08:47 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-25 10:08:47 +0000 |
| commit | 7b2556806b5ae63c8937529b4728a60c8c3daa5b (patch) | |
| tree | 88e44b37dcdbda9ef9843336b56691853d024220 /community/unison/marshalling.patch | |
| parent | aea37d996772bf4c98e6182ba7e33440c295401d (diff) | |
| download | aports-7b2556806b5ae63c8937529b4728a60c8c3daa5b.tar.bz2 aports-7b2556806b5ae63c8937529b4728a60c8c3daa5b.tar.xz | |
Revert "community/unison: move from testing, update marshalling patch"
This reverts commit e526a03906bcc61aefa7729e23fdfc5f1579f3d8.
Diffstat (limited to 'community/unison/marshalling.patch')
| -rw-r--r-- | community/unison/marshalling.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/unison/marshalling.patch b/community/unison/marshalling.patch deleted file mode 100644 index 997b90b513..0000000000 --- a/community/unison/marshalling.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/remote.ml 2016-05-23 18:40:05.000000000 +0200 -+++ b/remote.ml 2017-03-23 11:33:24.784228112 +0100 -@@ -450,12 +450,7 @@ - let s = Bytearray.marshal data [Marshal.No_sharing] in - let l = Bytearray.length s in - ((s, 0, l) :: rem, l)), -- (fun buf pos -> -- try Bytearray.unmarshal buf pos -- with Failure s -> raise (Util.Fatal (Printf.sprintf --"Fatal error during unmarshaling (%s), --possibly because client and server have been compiled with different\ --versions of the OCaml compiler." s))) -+ (fun buf pos -> Bytearray.unmarshal buf pos) - - let makeMarshalingFunctions payloadMarshalingFunctions string = - let (marshalPayload, unmarshalPayload) = payloadMarshalingFunctions in |
