GaiaXStretch/src/algo.rs (11 lines): - line 309: // TODO - this does not follow spec. See commented out code below - line 439: // TODO - probably should move this somewhere else as it doesn't make a ton of sense here but we need it below - line 440: // TODO - This is expensive and should only be done if we really require a baseline. aka, make it lazy - line 605: // TODO implement once (if ever) we support visibility:collapse - line 981: // TODO: remove number of Vec<_> generated - line 1313: // TODO - This is not found by reading the spec. Maybe this can be done in some other place - line 1336: // TODO this should really only be set inside the if-statement below but - line 1519: // TODO - not really spec abiding but needs to be done somewhere. probably somewhere else though. - line 1613: // TODO - not really spec abiding but needs to be done somewhere. probably somewhere else though. - line 1695: // TODO - Probably need to cover this case in future - line 1703: // TODO - Probably need to cover this case in future GaiaXAndroidClientToStudio/src/main/java/com/alibaba/gaiax/studio/third/socket/java_websocket/SSLSocketChannel2.java (3 lines): - line 354: socketChannel.write(wrap(emptybuffer));// FIXME what if not all bytes can be written - line 390: return outCrypt.hasRemaining() || !isHandShakeComplete(); // FIXME this condition can cause high cpu load during handshaking when network is slow - line 412: // FIXME there should be a more efficient transfer method GaiaXAndroid/src/main/kotlin/com/alibaba/gaiax/render/node/GXNodeUtils.kt (3 lines): - line 608: // TODO: Grid横向处理不支持,此种情况暂时不做处理,很少见 - line 687: // TODO: Grid横向处理不支持,此种情况暂时不做处理,很少见 - line 798: // TODO: Grid横向处理不支持,此种情况暂时不做处理,很少见 GaiaXAndroidQuickJS/src/main/c/java-common.h (3 lines): - line 105: /// TODO append the java exception to the js exception - line 115: /// TODO append the java exception to the js exception - line 126: /// TODO append the java exception to the js exception GaiaXAndroidQuickJS/src/main/c/java-method.c (2 lines): - line 68: // TODO it's not internal, it blames on the caller - line 249: // TODO Unknown primitive type GaiaXStretch/src/node.rs (2 lines): - line 161: // TODO: index check - line 170: // TODO: index check GaiaXAndroid/src/main/kotlin/com/alibaba/gaiax/template/GXTemplateInfo.kt (1 line): - line 154: * TODO 未实现 GaiaXAndroidQuickJS/quickjs/gxquickjs/libregexp.c (1 line): - line 35: TODO: GaiaXAndroidClientToStudio/src/main/java/com/alibaba/gaiax/studio/third/socket/java_websocket/framing/Framedata.java (1 line): - line 87: ByteBuffer getPayloadData();// TODO the separation of the application data and the extension data is yet to be done GaiaXAndroidClientToStudio/src/main/java/com/alibaba/gaiax/studio/third/socket/java_websocket/SocketChannelIOHelper.java (1 line): - line 98: do {// FIXME writing as much as possible is unfair!! GaiaXTaro/packages/gaiax-taro/src/gaiax/GXData.tsx (1 line): - line 12: // TODO: GXTemplateInfo缓存逻辑 GaiaXAndroidQuickJS/quickjs/gxquickjs/quickjs-libc.c (1 line): - line 74: /* TODO: GaiaXAndroidQuickJS/quickjs/gxquickjs/unicode_gen.c (1 line): - line 1197: printf("TODO: "); GaiaXAndroidClientToStudio/src/main/java/com/alibaba/gaiax/studio/third/socket/websocket/dispatcher/DefaultResponseDispatcher.java (1 line): - line 32: // TODO: 2020/11/18 这块可以先这么接,最好协调@融汇 回调onClose完成 GaiaXAndroidClientToStudio/src/main/java/com/alibaba/gaiax/studio/GXSocket.kt (1 line): - line 176: // TODO: 关闭方式 GaiaXAndroid/src/main/kotlin/com/alibaba/gaiax/render/view/GXViewExt.kt (1 line): - line 406: // TODO: Grid横向处理不支持,此种情况暂时不做处理,很少见 GaiaXAndroidQuickJS/src/main/java/com/alibaba/gaiax/quickjs/JSValue.java (1 line): - line 3: // TODO Make JSValue closeable? GaiaXAndroidQuickJS/src/main/java/com/alibaba/gaiax/quickjs/adapter/InterfaceTypeAdapter.java (1 line): - line 99: // TODO Check generic GaiaXAndroidQuickJS/src/main/java/com/alibaba/gaiax/quickjs/JSContext.java (1 line): - line 577: // TODO No need to save c pointers of JSNull, JSUndefined, JSBoolean, JSNumber and JSString. GaiaXAndroidClientToStudio/src/main/java/com/alibaba/gaiax/studio/third/socket/java_websocket/server/WebSocketServer.java (1 line): - line 356: // FIXME controlled shutdown (e.g. take care of buffermanagement) GaiaXAndroidJSProxy/src/main/java/com/alibaba/gaiax/js/proxy/utils/GXJSPreferenceUtil.kt (1 line): - line 109: // TODO: 希望从GaiaXJSManager传入 GaiaXAndroidQuickJS/src/main/java/com/alibaba/gaiax/quickjs/JSRuntime.java (1 line): - line 9: // TODO Check all JSContext closed when closing JSRuntime