titanium-sdk
titanium-sdk copied to clipboard
GitHub CI warnings
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()intests/Resources/buffer.test.js
- [x]
- [ ]
util.isArray()intests/Resources/util.test.js - [ ]
fs.exists()intests/Resources/fs.test.js
Other warnings
- [ ] nesting promises in
tests/Resources/ti.ui.tabgroup.test.jsundtests/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 intests/Resources/console.test.jsandtests/Resources/buffer.test.js- That seems to be the purpose of the test. This warning may just need to be suppressed.