summaryrefslogtreecommitdiffstats
path: root/development/flow/README
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2016-08-23 19:39:11 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:30:03 +0100
commit52a1351f664c39373e444b80c7ec783dc2aee496 (patch)
tree27c6b3dd128eefa3d14fa016a175585fe55df4c1 /development/flow/README
parent1a89c325b15f461e449abeaa053642b12e377a1d (diff)
downloadslackbuilds-52a1351f664c39373e444b80c7ec783dc2aee496.tar.gz
slackbuilds-52a1351f664c39373e444b80c7ec783dc2aee496.tar.xz
development/flow: Updated for version 0.31.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/flow/README')
-rw-r--r--development/flow/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/flow/README b/development/flow/README
index a38b4d172a..8f57f8af17 100644
--- a/development/flow/README
+++ b/development/flow/README
@@ -9,3 +9,10 @@ so you can mix statically typed code with dynamic code.
Flow also supports a highly expressive type language.
Flow types can express much more fine-grained distinctions than traditional type systems.
For example, Flow helps you catch errors involving null, unlike most type systems.
+
+NOTE:
+Flow does not support 32-bit systems, but there is a commented out patch
+included here that will allow it to build. Note that although `flow` will
+compile and run on a 32-bit system with this patch, it will not pass the
+built-in tests. The patch is included in the hopes that someone brave enough
+will investigate this and help upstream deliver 32-bit support.