Git Product home page Git Product logo

Comments (3)

holmes1412 avatar holmes1412 commented on September 22, 2024

你好,windows我们没有调试环境,都是靠各位开发者帮提议支持的。

windows应该是解析参数部分和linux不太一样,但应该是更简单的旧版做法:
https://github.com/sogou/srpc/blob/master/src/generator/compiler.cc#L78

麻烦能不能贴一下执行命令之后屏幕打印的内容?如果可以的话可以帮我们debug一下,主要就是一个代码解析,在src/generator/目录下下,主要是compiler.cc和parser.cc。

from srpc.

yourlife-mylife avatar yourlife-mylife commented on September 22, 2024

你好,windows我们没有调试环境,都是靠各位开发者帮提议支持的。

windows应该是解析参数部分和linux不太一样,但应该是更简单的旧版做法: https://github.com/sogou/srpc/blob/master/src/generator/compiler.cc#L78

麻烦能不能贴一下执行命令之后屏幕打印的内容?如果可以的话可以帮我们debug一下,主要就是一个代码解析,在src/generator/目录下下,主要是compiler.cc和parser.cc。

已经定位到问题所在,compiler.cc文件第69行,if (parse_origin(argc, argv, params, idl_type) == 0)应该改成if (parse_origin(argc, argv, params, idl_type) != 0)

from srpc.

holmes1412 avatar holmes1412 commented on September 22, 2024

感谢!太给力了!可以给我们直接发一个Pull Request吗?

from srpc.

Related Issues (20)

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.