I'm travelling for the next week and a bit without my laptop, the update to 0.22.2 will be delayed unless someone else wants to jump on as co-maintainer. The update should be as simple as updating the version number and the shasum.
Search Criteria
Package Details: flow 0.255.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flow.git (read-only, click to copy) |
---|---|
Package Base: | flow |
Description: | A static type checker for JavaScript |
Upstream URL: | https://flow.org |
Keywords: | checker facebook flow flowtype javascript static type |
Licenses: | MIT |
Submitter: | Gordin |
Maintainer: | dpeukert |
Last Packager: | dpeukert |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-19 15:18 (UTC) |
Last Updated: | 2024-11-26 21:53 (UTC) |
Dependencies (18)
- libev
- camlp-streams (make)
- dune (make)
- ocaml (make)
- ocaml-base (ocaml-base-gitAUR) (make)
- ocaml-dtoaAUR (make)
- ocaml-fileutilsAUR (make)
- ocaml-inotifyAUR (make)
- ocaml-lwtAUR (make)
- ocaml-lwt_logAUR (make)
- ocaml-ppxlibAUR (make)
- ocaml-ppx_derivingAUR (ocaml-ppx_deriving-gitAUR) (make)
- ocaml-ppx_expectAUR (make)
- ocaml-ppx_gen_recAUR (make)
- ocaml-ppx_letAUR (make)
- ocaml-visitorsAUR (make)
- ocaml-wtf8AUR (make)
- bash-completion (bash-completion-gitAUR) (optional) – Tab completion support for bash
Required by (0)
Sources (1)
jtgoguen commented on 2016-03-03 22:34 (UTC)
svenstaro commented on 2015-11-19 20:44 (UTC)
You can just use https://github.com/facebook/flow/commit/dd2adb56616f6c08f32b8abd6e3988e78d062e1a.patch for now.
jtgoguen commented on 2015-11-19 20:33 (UTC)
Yup, looks like it works. That's going to be annoying. So I guess we're stuck waiting for the next release.
jtgoguen commented on 2015-11-19 20:27 (UTC)
Interesting, it worked before now in a different place it doesn't. Consistently. Sounds like https://github.com/facebook/flow/issues/1013, I'll see if a commit after that works and if so we'll just need to wait for 0.18.2+.
svenstaro commented on 2015-11-19 19:58 (UTC)
http://pastie.org/10568227 on PKGBUILD commit 076784d5f16a395a8519fc2ef91c1d160534b9e8
jtgoguen commented on 2015-11-19 01:07 (UTC)
Is that with 0.18.1-2? If you download the PKGBUILD, what's the full output of 'makepkg -sr'?
svenstaro commented on 2015-11-18 23:08 (UTC)
I'm getting this: Error: Unbound value Debug.json_of_t
svenstaro commented on 2015-11-11 13:28 (UTC)
The package is up for grabs. Someone go forth and maintain it.
janek commented on 2015-10-29 22:25 (UTC)
Building 0.18.1 fails due to failing git/hg check (flow code tries to get revision from git or hg but the github zip is not a git repository).
echo "const char* const BuildInfo_kRevision = \"$(git rev-parse HEAD 2>/dev/null || hg identify -i)\";" > hack/utils/get_build_id.gen.c
tar czf bin/flowlib.tar.gz -C lib .
abort: there is no Mercurial repository here (.hg not found)
Building 0.17.0 fails for me at incremental_basic also.
project0 commented on 2015-10-18 09:35 (UTC)
I am unable to build this package, it fails on the checks for incremental_basic and incremental_cycle:
[✗] FAIL: incremental_basic
--- incremental_basic.exp 2015-10-07 17:35:30.000000000 +0200
+++ incremental_basic.out 2015-10-18 11:31:08.015676573 +0200
@@ -1,32 +1,4 @@
-
-a.js:2:17,17: number
-This type is incompatible with
-a.js:2:8,13: string
-
Pinned Comments
dpeukert commented on 2020-07-06 17:29 (UTC) (edited on 2020-09-26 17:55 (UTC) by dpeukert)
The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/flow