Move "Root Actor is Loaded.vi" to AFPP Shared Library#122
Move "Root Actor is Loaded.vi" to AFPP Shared Library#122neilfenstein wants to merge 24 commits intoni:feature/50-move-root-actor-class-is-loadedvi-to-afpp-sharedlvlibfrom
Conversation
…ation. Deleted deprecated package builds (builds 12 and 17). Added build 18.
Resolves issue 31, 32, and 33.
…messages-pallete Resolved issue ni#28
…ared Lib Relocated on disk Update the icon to show AFPP Header
|
@neilfenstein can you please sign your commits? This is a blog post from SAS Workshops that explains how to do that. |
… develop # Conflicts: # Builds/actor_framework_2024_for_2020-2.0.0.18.vip # Core/Actor Framework 2024 for 2020.vipb
# Conflicts: # Documentation/Manual Test Scripts/Manual Test Script for Actor Framework Project Providers.docx
|
I had to update my code with an alias file change and the .tgitignore file to get a sign commit, let me know if this is OK, if not I can re-fork and commit the changes signed. |
|
i haven't lost track of this @neilfenstein . AF has foundational CI only and no release pipeline, i am planning on introducing it very soon. |
…or-to-the-open-source-repository Feature/49 add state pattern actor to the open source repository
Revert "Merge pull request ni#140 from niACS/feature/49-add-state-patte…
|
@neilfenstein Did you run the manual test plan for the providers, here: https://github.com/ni/actor-framework/blob/develop/Documentation/Manual%20Test%20Scripts/Manual%20Test%20Script%20for%20Actor%20Framework%20Project%20Providers.docx |
niACS
left a comment
There was a problem hiding this comment.
I have manually inspected the provider libraries to confirm these changes, and I have run the manual test script for the providers.
All work was performed in LabVIEW 2020 20.0.1f1.
@niACS @neilfenstein There are a few issues with this PR which is preventing me from accepting it and merge the changes up.
Given all these issues I think the best course of action would be to create a new PR with the above concerns addressed. |
|
Hi, As you can see from my commit dates it's been about a year since the original tasks were undertaken. Initial commits were not signed, there was not any discussion of this and the documentation was referencing icon editor etc. Very confusing. I signed the branch after the fact. In accordance with my research it is as good as signing each commit as each SHA1 signing is endorsing the work up to that commit. So to clarify I have made 4 commits to resolve the PR
In the mean time Sergio has done some work on my fork to look in to the CI pipeline, I had no part in this and it looks like from the commit history that he has change Yaml and the vipbs etc. he has also merged this in to my branch. You have suggested starting a new PR, if this is the best way to solve this, perhaps you can state clearly what I should do and when and how to do it to finalise this. I appreciate the need to get this right but I have done the work several times due to poor documentation and lack of process clarity, hopefully 1 more time gets it complete 🤞 |
|
@neilfenstein Apologies for the delay in getting back to you on this PR. I was out parts of last week and this comment on the PR slipped through. Unfortunately with the PR being so old there is really no clean way in taking this forward apart from starting afresh in a new branch in your fork. Make sure you pull the latest code from the actorframework repo into your fork and create a branch where you can make the required changes. From what I can see in the commit history of this PR, the crux of the required changes were in these commits (020930b and 7c8a512). You can redo these changes in the new branch and raise a new PR in GitHub. |
|
Hi @shivaprasad-basavaraj,
Is that expected workflow? Thanks for your help. Neil. |
Yes. That's correct.
|

GitHub Issue for the Pull Request
Issue 50
GitHub Discussions Related to this Pull Request
List any GitHub discussion links related to this PR
Checklists
Completing these checklists ensures that your PR meets our build server requirements on the first attempt. If you're unable to complete any of the following checks, please submit your PR as a draft to the best of your ability. We will provide any clarification you may need after posting it.
Summary of Changes
Moved Root Actor is Loaded.vi from Message Maker Library to AFPP Shared Library.
Reason for Change
Reduction of Library linkage.
Visual Aids
Dependency linkage before work




Dependency linkage after work
Updated Icon and Library Namespace visual
Location in AFPP Shared Library
Additional Information
Include any further details that may assist the reviewer in understanding the context of this PR.
Testing
This section describes the automated and manual tests performed for this bugfix/feature.
Manual Tests
Created new project and added the vi before moved and repeated after moved as shown in the screen shots above.