fix(instance): index out of range (warningServerTypeDeprecated)#5683
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5683 +/- ##
=======================================
Coverage 50.66% 50.66%
=======================================
Files 340 340
Lines 78134 78134
=======================================
Hits 39583 39583
Misses 37055 37055
Partials 1496 1496 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hello @frivoire, thank you for your pull request! I allowed the CI to run and there is a issue with the linting. |
|
Hello Geoffrey and thanks for CI 👍
About the issue: I'm not sure to understand the issue... why is this an issue ? |
|
I understand your point of vue. Though this kind of optimisation seems overkill yet, the code abides by it for now and enforcing it didn't cost much so far. Could you try replacing the |
|
Could you provide us a snippet of code that reproduce the issue you observed? I would like to include a test to ensure that it is fixed for good |
|
@pypaut :
Oki, I've rewritten the branch with this idea => the CI should be happy :) |
|
Coucou @remyleone 👋
I gave the following command in the related issue: And I'm guessing that it's because my instance has |
Fixes #5682
Given my (almost-zero) golang level, this PR is "vibe-coded".
But I reviewed it and Copilot's analysis looks right to me :
(my instance indeed has
"end_of_service": true,in the API json)And the details of the fix:
Can someone validate this (or at least let the CI run on it) ? 🙏
Thanks !