Package Details: flow 0.235.1-1

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-04-26 00:02 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

jtgoguen commented on 2016-03-03 22:34 (UTC)

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.

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 -