titanium-sdk icon indicating copy to clipboard operation
titanium-sdk copied to clipboard

GitHub CI warnings

Open hbugdoll opened this issue 1 month ago • 0 comments

Introduction

This "issue" is intended to serve as a reminder and overview of CI warnings (check warnings) here on GitHub. In addition, other developers can see that these warnings are on the radar.


Deprecated warnings

  • #14344
    • [x] new Buffer() in tests/Resources/buffer.test.js
  • [ ] util.isArray() in tests/Resources/util.test.js
  • [ ] fs.exists() in tests/Resources/fs.test.js

Other warnings

  • [ ] nesting promises in tests/Resources/ti.ui.tabgroup.test.js und tests/Resources/ti.ui.navigationwindow.test.js
    • That seems to be the purpose of the test. This warning may just need to be suppressed.
  • [ ] use of require(...) instead of global variable in tests/Resources/console.test.js and tests/Resources/buffer.test.js
    • That seems to be the purpose of the test. This warning may just need to be suppressed.

hbugdoll avatar Nov 25 '25 07:11 hbugdoll