Update to AS6#8
Merged
Merged
Conversation
- Replace AS4 example project with AS6 skeleton via librarybuilderproject@1.0.1 - Install Loupe binary deps: fiowrap (AS6 build), hmitools, stringext, logthat, ringbuflib - Add CSVFileLib source reference in Loupe/Package.pkg and LibraryObject in both Cpu.sw - Restore Programs/Default test harness - Add GitHub Actions workflows (build.yml, build-export-publish.yml) - Remove Jenkinsfile
- Bump library version from 1.02.5 to 2.0.0 for AS6 compatibility (major version increment) - Update Loupe dep versions: FIOWrap, HMITools, StringExt, LogThat all bumped to FromVersion 1.0.0 - Remove ToVersion pins on all Loupe deps - Add src/Ar/CSVFileLib/package.json for lpm publishing - Add CHANGELOG entry for 2.0.0
The previous commit copied compiled FIOWrap binaries into the example project as a workaround when @loupeteam/fiowrap@1.0.0 wasn't yet on the registry. Now that FIOWrap PR #7 has merged and v1.0.0 is properly published, switching back to the standard lpm install path: files come from the npm package, no manual binary copies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
Automation Studio 6 requires a new project format and updated library versioning. This migrates the example project to AS6 and increments the major version to signal the breaking change in platform compatibility.
Build results
Anomaly: FIOWrap v1.0.0 not yet published to npm
lpm install fiowrap resolves to v0.10.0 (AS4 build). The v1.0.0 tag exists on the FIOWrap repo but the publish workflow (PR #7) is still open. Workaround applied: manually replaced installed fiowrap binaries with AS6-built .br and .ox (as libfiowrap.a) from local FIOWrap build. Once FIOWrap v1.0.0 is published, re-running lpm install fiowrap on this project will pick up the proper npm package.