facebookarchive/prepack

Enable fixed point checking in serializer tests for all cases

Open

#835 opened on 2017年7月25日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (520 forks)batch import
design neededhelp wantedserializer

Repository metrics

Stars
 (14,268 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

Currently, fixed point checking is disabled in the serializer test runner (src/test-runner.js) when there are anyDelayedValues.

Search for a TODO with the text Make delayed initializations logic more sophisticated in order to still reach a fixed point..

The delayed initialization logic implemented in the serializer needs to be tweaked to avoid this significant weakening of the serializer tests.

コントリビューターガイド