Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change serialization syntax #867

Merged
merged 7 commits into from
Mar 29, 2016
Merged

Commits on Mar 25, 2016

  1. Change serialization syntax

    string as following
    
    In previous version:
       string_param1 string_value
       string_param2 string
    value
    
    In this version:
       string_param1 "string_value"
       string_param2 "string\nvalue"
    
    I don't change serialization format for other types.
    okkez committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    8142b6f View commit details
    Browse the repository at this point in the history
  2. Extract dump_value

    okkez committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    bc020cd View commit details
    Browse the repository at this point in the history
  3. Set v1_config properly

    okkez committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    afa27c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc44602 View commit details
    Browse the repository at this point in the history
  5. Remove needless condition

    Because we use `element.v1_config == false` always.
    okkez committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    7a8a987 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b885cea View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Remove redundant assignment

    okkez committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    ad8d8ef View commit details
    Browse the repository at this point in the history