Giter Site home page Giter Site logo

cl-messagepack's People

Contributors

adolenc avatar cl-ment avatar jsulmont avatar jurov avatar keens avatar mateuszb avatar mbrezu avatar notmgsk avatar phmarek avatar vseloved avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cl-messagepack's Issues

The change to the :initarg of extension-type breaks the test and the code itself.

The change to the :initarg of extension-type from 'id to :id is not compatible with the tests extension-types-encoding and extension-types, which both pass 'messagepack-sym:id to make-instance with the extension-type. Also the :decode-with function that symbol-to-extension-type generates use 'id rather than :id.

Also the "Example" in the documentation string of define-extension-types is broken, just errors when you try to evaluate it.

Add this implementation to msgpack.org

According to the msgpack website instructions, this involves:

  1. Add the keyword msgpack.org[ProjctName] to description of your github repository. ProjectName is typically name of a programming language such as ruby
  2. Add one of following files to the root directory of your github repository:
  • msgpack.org.md
  • README.md
  • README.markdown
  • README.rdoc
  • README.rst
  • README
  1. Wait a moment. The crawler visits your github repository every hour.

It also suggest naming the project msgpack-lisp.

Breaking changes to :id initarg

Commit b305346 changed the initarg for defined extension types from :id to messagepack-sym:id and is thus not backwards compatible. This caused a brief headache that could've been avoided by either avoiding breaking changes by using an equivalent alternative, or introducing semantic versioning.

What version of msgpack is implemented?

Is this version 5 compatible? I plan on using this library and I want to know if it can differentiate between strings and binary values. If so I plan on making a pull request to add it.

Thank you for writing this library!

cannot handle dotted pair (bug?)

Hello

Thanks for this library, which I am using for cl-transit.

Surprisingly the library cannot handle dotted pairs (as it'll try to call length on the CDR)...

(mpk:encode '(1 . 2))

is this something wanted?
Happy to work a PR -- let me know!

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.