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

TracePluginProperty fixes #420

Merged
merged 21 commits into from
May 11, 2024
Merged

TracePluginProperty fixes #420

merged 21 commits into from
May 11, 2024

Conversation

erlingrj
Copy link
Collaborator

@erlingrj erlingrj commented May 7, 2024

When trying to compile a simple example with an external trace plugin I got linker errors. It seems that we need to link with dl. I am not exactly sure why it has worked before without specifying this though.

petervdonovan and others added 7 commits March 27, 2024 23:25
This commit results from changes that were made in the effort to
eliminate warnings. The changes were good, but the problem that I have
is that I wish for everything that will be used by code outside of the
runtime to be in the trace/api directory.
@lhstrh
Copy link
Member

lhstrh commented May 8, 2024

The fixmes in the description of this PR seem things that need to be addressed on the Lingua Franca end, are they not?

core/CMakeLists.txt Outdated Show resolved Hide resolved
@lhstrh lhstrh self-requested a review May 8, 2024 00:22
Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks, @erlingrj.

@erlingrj
Copy link
Collaborator Author

erlingrj commented May 8, 2024 via email

Copy link
Contributor

@petervdonovan petervdonovan left a comment

Choose a reason for hiding this comment

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

LGTM

@lhstrh lhstrh enabled auto-merge May 11, 2024 01:42
@lhstrh lhstrh added this pull request to the merge queue May 11, 2024
Merged via the queue into main with commit 94165b1 May 11, 2024
28 checks passed
@erlingrj erlingrj deleted the trace-plugin-property-fix branch May 13, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants