Skip to content

Conversation

@AdamGlustein
Copy link
Collaborator

Closes #363

@AdamGlustein AdamGlustein added the lang: c++ Issues and PRs related to the C++ codebase label Oct 2, 2024
@AdamGlustein AdamGlustein force-pushed the fix-symbol-visibility-for-user-extensions branch from 78e4af3 to 5cc011e Compare October 2, 2024 14:13
Copy link
Collaborator

@robambalu robambalu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add a build / test of a user extension node and adapter as part of this

timkpaine and others added 2 commits October 2, 2024 11:27
… struct cpp example

Signed-off-by: Tim Paine <timothy.paine@cubistsystematic.com>
…cess them

Signed-off-by: Adam Glustein <adam.glustein@point72.com>
@AdamGlustein AdamGlustein force-pushed the fix-symbol-visibility-for-user-extensions branch from 5cc011e to 49a7bfa Compare October 2, 2024 15:53
Signed-off-by: Adam Glustein <adam.glustein@point72.com>
@AdamGlustein AdamGlustein force-pushed the fix-symbol-visibility-for-user-extensions branch from 7fba64b to 5414d97 Compare October 7, 2024 19:31
set(__csp_base_path "${CMAKE_SOURCE_DIR}/csp")
set(__csp_include_path "${CMAKE_SOURCE_DIR}/cpp")
set(__csp_lib_path "${CMAKE_SOURCE_DIR}/")
set(__csp_base_path "${CMAKE_SOURCE_DIR}/csp")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate with line 35 and the next line, i mustve had a stroke while writing this

Signed-off-by: Adam Glustein <adam.glustein@point72.com>
@AdamGlustein AdamGlustein force-pushed the fix-symbol-visibility-for-user-extensions branch from 796bb6a to 9c171f0 Compare October 17, 2024 19:41
Signed-off-by: Adam Glustein <adam.glustein@point72.com>
@AdamGlustein
Copy link
Collaborator Author

Going to try a new approach to get this working for mac and linux and leave Windows extension node visibility as a TO-DO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lang: c++ Issues and PRs related to the C++ codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visibility too restrictive for externally defined C++ nodes & adapters

4 participants