[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread dkochmanski
Github user dkochmanski commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148797236 --- Diff: lib/cl/framed-transport.lisp --- @@ -0,0 +1,136 @@ +(in-package #:org.apache.thrift.implementation) + + Copyright 2017 Rigetti

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread dkochmanski
Github user dkochmanski commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148796969 --- Diff: lib/cl/externals/bundle-info.sexp --- @@ -0,0 +1,14 @@ +(:CREATION-TIME #A((20) BASE-CHAR . "2017-10-31T11:49:23Z") :REQUESTED-SYSTEMS

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148790161 --- Diff: lib/cl/externals/bundle.lisp --- @@ -0,0 +1,161 @@ +(cl:in-package #:cl-user) --- End diff -- Missing license statement. ---

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148790890 --- Diff: lib/cl/externals/software/usocket-0.7.0.1/vendor/OpenTransportUDP.lisp --- @@ -0,0 +1,146 @@ +;;;-*-Mode: LISP; Package: CCL -*- --- End

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148791102 --- Diff: lib/cl/framed-transport.lisp --- @@ -0,0 +1,136 @@ +(in-package #:org.apache.thrift.implementation) + + Copyright 2017 Rigetti

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148790668 --- Diff: lib/cl/externals/software/bordeaux-threads-v0.8.5/.travis.yml --- @@ -0,0 +1,44 @@ +language: lisp --- End diff -- If you checked

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148791220 --- Diff: lib/cl/binary-protocol.lisp --- @@ -0,0 +1,255 @@ +(in-package #:org.apache.thrift.implementation) + + This file defines the

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148790488 --- Diff: lib/cl/externals/software/alexandria-20170830-git/.boring --- @@ -0,0 +1,13 @@ +# Boring file regexps: --- End diff -- If you

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1410#discussion_r148789088 --- Diff: compiler/cpp/src/thrift/generate/t_cl_generator.cc --- @@ -0,0 +1,544 @@ +// Copyright (c) 2008- Patrick Collison

[GitHub] thrift pull request #1410: Common Lisp support

2017-11-03 Thread uint
GitHub user uint opened a pull request: https://github.com/apache/thrift/pull/1410 Common Lisp support This adds Common Lisp support - library, generator, cross-tests, tutorial code, etc. Currently only SBCL is supported. The minimal requirements are fulfilled. Cross-tests