-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Tidepool merge #213
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
base: dev
Are you sure you want to change the base?
Tidepool merge #213
Conversation
Work in progress testing:Tested building this using a Mac (macOS 14.6) with Xcode 16.0 onto an iOS 15 phone. I have not completed doing my robustness tests but nothing to complain about yet. Issue 1:Found the first issue - reporting that here:
Expected fix for Issue 1:I did a quick test to update The build part was successful but the action failed because it didn't upload to TestFlight: Action Log I will prepare a PR to LoopKit/LoopWorkspace Expiration Date MissingThe TestFlight build did upload (typical of this Fastlane version), and installed on an iOS 18.1 phone. As expected, the expiration date is not available (the update for this will be part of the planned PR). |
* update to Fastlane 2.223.1 * match Apple website location for keys in error message * Do not print patch match tables * update to Xcode 16.1; sync and alive behavior to match main
Keep a list of Issues identified along with current status. Most of the discussion is on zulipchat under development: tidepool-merge
|
TopicI evaluated putting the requested feature of extended history for ICE display into the While doing this work, I found a bug in StatusThe good news is, the modifications to
The bad news is the predicted part of the ICE display is not included in
First graphic shows portrait and landscape ICE charts on an iPhone 8 running LoopWorkspace Second graphic shows portrait and landscape ICE charts on the same iPhone 8 running LoopWorkspace |
Browser Build isnt working on my Site, May you please fix it ? |
@iDustbin Please ask for help in the appropriate channel on zulipchat or facebook. |
I just ran the tests for tidepool-merge and they fail to build. Edited because I had already added that to the table. |
I did some work on the tests. PR LoopKit/Loop#2311 fixes an issue in the build phase, due to a missing After this, tests were building and passing on iOS 17.2, but not on 18.2. To make them pass on iOS 18.2, I had to change some assertions to match a different regional locale formatting. You can see what I changed here: sarusso/Loop@c9e8546, but I have not created a PR because I am not sure about what is going on here. |
Features:
Fixes:
Algorithm Updates:
Internal updates of note:
Other changes: