Skip to content

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
@Hi-Fi Hi-Fi force-pushed the basic_functionalities branch from 9c24dfe to d544de6 Compare January 12, 2020 19:21
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)

@Hi-Fi Hi-Fi force-pushed the basic_functionalities branch from 4ac21a8 to 59dbf38 Compare January 13, 2020 18:42
@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