-
Notifications
You must be signed in to change notification settings - Fork 1
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
Returning keyword names #2
base: master
Are you sure you want to change the base?
Conversation
…plication/xml MIME type, variable name changes
Non-argument calls return value, argument calls doesn't Dynamic importing of library Example for dynamic import created Replacing gorilla-xmlrpc with forked version to get arguments in Runner for start
9c24dfe
to
d544de6
Compare
runner/runner.go
Outdated
RPC.RegisterCodec(xmlrpcCodec, "text/xml") | ||
protocolType := new(protocol.RobotRemoteService) | ||
protocolType.InitilizeRemoteLibrary(library) | ||
RPC.RegisterService(protocolType, "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error return value of RPC.RegisterService
is not checked (from errcheck
)
4ac21a8
to
59dbf38
Compare
Thanks for the PR! I'll take a look when I get some time. |
No hurry, there's still some things to do before it can be said to be "done", but at least the version here is able to utilize go-based libraries, and be used (I think) simple way. I'm showing this server as part of demos at https://robocon.io/#robot-framework-remote-library-in-practice-(with-demos), so there might be some interest towards repo coming. |
Non-argument calls return value, argument calls doesn't
Dynamic importing of library
Example for dynamic import created
Replacing gorilla-xmlrpc with forked version to get arguments in
Tested also with RF running