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

Returning keyword names #2

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

Hi-Fi
Copy link

@Hi-Fi Hi-Fi commented Jan 12, 2020

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

daluu and others added 5 commits October 9, 2016 00:40
…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
runner/runner.go Outdated
RPC.RegisterCodec(xmlrpcCodec, "text/xml")
protocolType := new(protocol.RobotRemoteService)
protocolType.InitilizeRemoteLibrary(library)
RPC.RegisterService(protocolType, "")

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)

@daluu
Copy link
Owner

daluu commented Jan 14, 2020

Thanks for the PR! I'll take a look when I get some time.

@Hi-Fi
Copy link
Author

Hi-Fi commented Jan 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants