facebookarchive/prepack
Voir sur GitHubEnable fixed point checking in serializer tests for all cases
Open
#835 ouverte le 25 juil. 2017
design neededhelp wantedserializer
Métriques du dépôt
- Stars
- (14 268 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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.