Git Product home page Git Product logo

thrift-versioning-doc's People

Contributors

smola 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  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  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  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

thrift-versioning-doc's Issues

not able to run server

I am new to ruby (or my first day to it).
I tried with all the steps you mentioned. I am getting some SyntexError from server.rb
Find the log below. Whats the issue?

$ rackup
/xxx/thrift-versioning-doc/examples/config.ru:2:in `load': ./server.rb:21: syntax error, unexpected ':', expecting kEND (SyntaxError)
...vices::V1::AccountID.new name: name, id: id, parent: 1
^
./server.rb:21: syntax error, unexpected ':', expecting '='
...:AccountID.new name: name, id: id, parent: 1
^
./server.rb:21: syntax error, unexpected ':', expecting '='
...ew name: name, id: id, parent: 1
^
./server.rb:31: syntax error, unexpected ':', expecting kEND
...vices::V2::AccountID.new name: name, id: id, parent: 1
^
./server.rb:31: syntax error, unexpected ':', expecting '='
...:AccountID.new name: name, id: id, parent: 1
^
./server.rb:31: syntax error, unexpected ':', expecting '='
...ew name: name, id: id, parent: 1

Removing a field from a struct

Under the header "Backward Compatible Changes -- Good!" the below is listed:
Removing a field from a struct.

Removing a required field is not backwards compatible with clients as the new server will not set the field.

Renaming an enum

First off โ€“ love this guide!

I see the note about adding or renaming fields in an enum. I'm wondering about changing the name of an enum. For example:

enum Status = {
  PRIVATE = 0,
  PUBLIC = 1
};

Becomes:

enum Visibility = {
  PRIVATE = 0,
  PUBLIC = 1
};

Same exact field names and values, just a enum name change. Any chance this can be added to the guide?

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.