⚙️ Ajoute un FIXME

pull/15/head
Laurent Bossavit 2017-07-07 11:20:03 +02:00
parent 4ad7b71722
commit 8d3760aa77
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ export let getObjectives = analysedSituation => {
return result ? R.reject(R.isNil)(result) : null;
}
// FIXME - this relies on side-effects and the recursion is grossly indiscriminate
let collectNodeMissingVariables = (root, source=root, results=[]) => {
if (
source.nodeValue != null ||