Samsung / libtuv

Asynchronous I/O for IoT.js and embedded system
Apache License 2.0
128 stars 76 forks source link

Implement scandir for NuttX and TizenRT targets #95

Closed rtakacs closed 7 years ago

rtakacs commented 7 years ago

This is just a work in progress patch. With this modification, test_fs_readdir.js test file passes in iotjs (tested with STM32F4-Discovery - NuttX target).

libtuv-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com

LaszloLango commented 7 years ago

What are the remained TODOs?

rtakacs commented 7 years ago

A minimal polish and handle corner cases (e.g. when the path does not exist or there are no elements in the folder).

rtakacs commented 7 years ago

@LaszloLango Okay, I'm finished. Removed the [WIP] prefix :)

yichoi commented 7 years ago

LGTM