Tags: dominictobias/flow
Tags
remove file_exists check from Module_js.Node.parse_main Summary: I don't think we need this check. when it was written, we would error if we tried to look up a package that wasn't in the heap. these days, `get_package` returns `None` and all is fine. we should avoid hitting the disk here; it's cheaper to test the shared hash table than to do a `file_exists` check on eden. Reviewed By: samwgoldman Differential Revision: D35805594 (facebook@50f738c) ------------------------------------------------------------------------ (from 7b9480546bb83a21729f0c4e42f477025146e6d0) fbshipit-source-id: 19f338912a3fd41b60c2e5d434b7f1c7b82ff466
v0.176.2 Summary: happyflow Reviewed By: mroch Differential Revision: D35666938 (facebook@a9c21ca) ------------------------------------------------------------------------ (from 194828e28a5dd8e06864661a1bd323a3c10a34e0) fbshipit-source-id: b0982edabfd0f68812c358a9a0da10307182eed5
v0.176.1 Summary: hannah_is_flow_owo Reviewed By: samwgoldman Differential Revision: D35626225 (facebook@1c0e24f) ------------------------------------------------------------------------ (from c6a0c66bb92fa9136be1f5fd2b1a2ba236786a21) fbshipit-source-id: c4cd7cdb0436d1b30bad6042e7f2a35686342074
v0.176.0 Reviewed By: samwgoldman, SamChou19815 Differential Revision: D35592859 (facebook@9486c40) ------------------------------------------------------------------------ (from 1ee02b9af2ae9286ed6770d22c8192904ab992f8) fbshipit-source-id: 0e9327dd9f9a390c4153e9e76375b016820983e3
v0.175.1 Summary: (Note: this ignores all push blocking failures!) Reviewed By: SamChou19815 Differential Revision: D35415611 (facebook@71e6557) ------------------------------------------------------------------------ (from 85285188a29ef94633931988dda505024ebfa78e) fbshipit-source-id: cb40b76acb336b35a736ff32d5a2bb8f51737367
pin to core_kernel 0.14.x Summary: Pull Request resolved: facebook#8869 core_kernel 0.15 adds a deprecation warning about being renamed to Core, which we treat as an error. since we're pinned on 0.14 internally, i'm doing the same on github for now. ideally, we'd use an opam lock file to pin all of our dependencies. Reviewed By: jbrown215 Differential Revision: D35283155 fbshipit-source-id: c253268501b14ff00aea53d0295f0d78468e7f63
v0.174.1 Summary: (Note: this ignores all push blocking failures!) Reviewed By: pieterv, bradzacher Differential Revision: D34973154 (facebook@8eede28) ------------------------------------------------------------------------ (from bebccc067ea47455af4da536ff8d2bfff2c085bc) fbshipit-source-id: 64bde5107a17d5d88cb493fbe823896111e35a68