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

Ability to reference structs/functions in another schema #19

Open
jadamcrain opened this issue Aug 29, 2020 · 0 comments
Open

Ability to reference structs/functions in another schema #19

jadamcrain opened this issue Aug 29, 2020 · 0 comments
Labels
enhancement New feature or request schema Issue regarding the schema

Comments

@jadamcrain
Copy link
Member

jadamcrain commented Aug 29, 2020

This is a discussion ticket for us to brainstorm solutions.

There are 2 things in our ecosystem that we'd like to be able to share across multiple protocol libraries:

  • Runtime
  • Logging

Both of these would require compiling components into a separate shared library, and then referencing them from within another schema.

In C, this means that the you have to include another schema's header file in your header file and then have your shared library dynamically link to the dependency library.

In Java this means you have to declare the additional dependency in your POM, and then load 2 shared libraries at runtime.

In C#, I assume this means you have to reference the dependency in XML when building the parent assembly and then pinvoke takes care of loading both libraries.

@jadamcrain jadamcrain added the enhancement New feature or request label Aug 29, 2020
@emgre emgre added the schema Issue regarding the schema label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request schema Issue regarding the schema
Projects
None yet
Development

No branches or pull requests

2 participants