oref0
oref0 copied to clipboard
v0.7.2
Setting up for bug fixes and other updated for v0.7.2
The primary fix in this release is for:
- #1435 - updates to golang broke new installations.
Other fixes/improvements include:
- #1429
- #1419 various node/npm improvements
- fix for #1436
- #1443 to use compression when sending data to NS
- #1438 convert_bg (for mmol/L users) in console.error logs
- #1457 improving pre-flight for multiple rig environments
TODO before release:
- [ ] Revert https://github.com/openaps/oref0/pull/1433/commits/21620183a582c395bd2255a0458684b9a93a6651
I guess I'd use wget to fetch a copy from GitHub directly.
On Sun, Sep 18, 2022, 4:31 AM Scott Leibrand @.***> wrote:
@.**** commented on this pull request.
In bin/oref0-setup.sh https://github.com/openaps/oref0/pull/1433#discussion_r973682317:
@@ -1269,7 +1269,7 @@ if prompt_yn "" N; then #Build Go binaries #go get -u -v -tags "$radiotags" github.com/ecc1/medtronic/... || die "Couldn't go get medtronic" go install -v -tags "$radiotags" @.*** || die "Couldn't go get medtronic"
ln -sf $HOME/go/src/github.com/ecc1/medtronic/cmd/pumphistory/openaps.jq $directory/ || die "Couldn't softlink openaps.jq"
ln -sf ***@***.***/cmd/pumphistory/openaps.jq $directory/ || die "Couldn't softlink openaps.jq"
@ecc1 https://github.com/ecc1 This works, but looks fragile. What's the proper way to do this now that go get is deprecated?
— Reply to this email directly, view it on GitHub https://github.com/openaps/oref0/pull/1433#pullrequestreview-1111508343, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALZHRO74EORHEPFGOD2DMTV63HPNANCNFSM5ZFUPWJA . You are receiving this because you were mentioned.Message ID: @.***>
This should be ready for release now, to fix installs from master, unless anyone knows of any blockers.