Skip to content

Prevent null string error for log#50

Merged
Sekiro-kost merged 1 commit into
betafrom
fix/null-log-error
May 13, 2026
Merged

Prevent null string error for log#50
Sekiro-kost merged 1 commit into
betafrom
fix/null-log-error

Conversation

@zoic21
Copy link
Copy Markdown
Contributor

@zoic21 zoic21 commented Apr 13, 2026

No description provided.

@Sekiro-kost Sekiro-kost merged commit 81f9509 into beta May 13, 2026
4 of 5 checks passed
Comment thread core/class/luna.class.php
return false;
}
log::add(__CLASS__, 'debug', $result);
log::add(__CLASS__, 'debug','Result : '. $result);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ajouter la string "Result :" n'aide en rien à fixer quoi que ce soit;
le fix était déjà fait avec le test au-dessus, que j'ai commit ici : 21b7e7d

Et pourquoi avoir commit directement en stable? il y a un conflit entre les 2 version à présent !

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je reprendrais ta modif effectivement

J'ai du commit en stable, pour régler le souci chez les utilisateurs. Le souci étant que la beta, perd l'usage de la 4G, et pour le moment mes collègues n'ont pas encore trouvé comment regler cela, donc on ne peut pas merge la beta sur la stable.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alors il restait la solution de "cherry pick" le commit nécessaire de la beta et de le mettre sur stable, ca évite les conflits de merge après car les lignes (le diff) sont exactement les mêmes
Avec cet exemple:

git checkout master
git pull
git cherry-pick 21b7e7dbe74b3c5ebbf5dfd41e9351bcb17c0a7f <-- le commit qu'on veut qui est actuellement sur la branche beta
git push origin master

mais là il faudrait p-e envisager de "nettoyer" la branche beta si elle pose problème?
=> extraire la feature ou les changements posant problèmes dans un branche dédiée le temps de l'investigation pour pouvoir retrouver une beta qu'on peut merge sans risque sur stable lorsque nécessaire?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants