Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

New thrift parser using ply #36

Closed
wants to merge 22 commits into from
Closed

New thrift parser using ply #36

wants to merge 22 commits into from

Commits on Sep 3, 2014

  1. mv ply parser into thriftpy

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    05fe0cb View commit details
    Browse the repository at this point in the history
  2. add parser.parse into api

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    b8acedc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d8b850 View commit details
    Browse the repository at this point in the history
  4. fix enums: auto incr

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    1e246bf View commit details
    Browse the repository at this point in the history
  5. fix enums bug

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    181a0d5 View commit details
    Browse the repository at this point in the history
  6. tests for new ply parser

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    88c4583 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b89c71b View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'maralla/parser' into parser

    * maralla/parser:
      adapted new thrift file parser
    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    46be570 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b673fce View commit details
    Browse the repository at this point in the history
  10. add tests

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    b8cd832 View commit details
    Browse the repository at this point in the history
  11. parser tests

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    d012192 View commit details
    Browse the repository at this point in the history
  12. ply version

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    856b658 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e4be9e6 View commit details
    Browse the repository at this point in the history
  14. better exception message

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    f8d82b8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cdca003 View commit details
    Browse the repository at this point in the history
  16. no need to cache thrift file

    maralla committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    af2fd6f View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1 from maralla/delete_cache

    no need to cache thrift file
    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    20d7d77 View commit details
    Browse the repository at this point in the history
  18. fix exceptions name erro

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    dbc4364 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    31d9373 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c3e46d2 View commit details
    Browse the repository at this point in the history
  21. use literal version info;

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    645989b View commit details
    Browse the repository at this point in the history
  22. cast map object to list in py3

    hit9 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    3ae96ee View commit details
    Browse the repository at this point in the history