From e3708f8ca177b7f1a8d2169bb3d502fa27715038 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 1 Jun 2017 07:03:45 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- features.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features.js b/features.js index 5709eb4..f535cc6 100755 --- a/features.js +++ b/features.js @@ -43,6 +43,9 @@ var args2array = function(a){ return [].slice.call(a) } // - priority??? // in current implementation the priority is used for the // initial sort (pre-dep.) +// NOTE: this is different from pure C3 in that we do not require +// order to be maintained within the dependency list of a feature, +// at least so far... // XXX stages: // - pre-build // - list all features