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

Fix ref to src ctl #296

Merged
merged 12 commits into from
Aug 18, 2023
Merged

Fix ref to src ctl #296

merged 12 commits into from
Aug 18, 2023

Conversation

pratheekshasn
Copy link
Collaborator

@pratheekshasn pratheekshasn commented Aug 18, 2023

#297

A couple of VIs still had references to the source lvsupport.lvlib, which caused the lvlib and a couple of typedefs to get pulled into the installed grpc-labview code. The following files have been fixed to have references to the release version of the lvlib instead (lvsupport-release.lvlib):

  1. Get package_template_enum.vi - replaced indicator with the right reference
  2. Server gRPC UEs.ctl
  3. ServiceName Template.lvclass - replaced the private data control with the right reference

@CPattar-NI CPattar-NI merged commit b531faa into ni:master Aug 18, 2023
5 checks passed
@pratheekshasn pratheekshasn linked an issue Aug 22, 2023 that may be closed by this pull request
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.

Some generated VIs use the grpcId.ctl from grpc-lvsupport.lvlib
2 participants