Skip to content

Tags: dominictobias/flow

Tags

v0.204.0

Toggle v0.204.0's commit message
v0.204.0

Reviewed By: SamChou19815

Differential Revision:
D44999999

------------------------------------------------------------------------
(from 014970e76d26043f6a7b1e412e844ada4a2dd853)

fbshipit-source-id: b4e81acd1db57e7424bb2357234b9972424f04a2

v0.203.1

Toggle v0.203.1's commit message
v0.203.1

Reviewed By: mroch

Differential Revision:
D44562480

------------------------------------------------------------------------
(from 4920d1e603daa544da2be5a0b9e8046185412da3)

fbshipit-source-id: 34f5c59a48e7c79c0d2e63de760f1c7b48ad3285

v0.203.0

Toggle v0.203.0's commit message
v0.203.0

Reviewed By: evanyeung

Differential Revision:
D44511786

------------------------------------------------------------------------
(from cebc22fe3e0a35f02237f55973f058485fe3853e)

fbshipit-source-id: fa922657154090ece7df10242faf76c68d6c92d1

v0.202.1

Toggle v0.202.1's commit message
v0.202.1

Reviewed By: jbrown215

Differential Revision:
D44371220

------------------------------------------------------------------------
(from 580dbfec891cf663dcd272628bbf9d7cf1f8ee71)

fbshipit-source-id: c341774f5bfc8961a18e331ad2d10c925fb95f2d

v0.202.0

Toggle v0.202.0's commit message
v0.202.0

Reviewed By: pieterv

Differential Revision: D44139985

fbshipit-source-id: 95ebab55a789aca80ba27dc51a69c3762890d967

v0.201.0

Toggle v0.201.0's commit message
fix missing dependency

Summary:
CommandHandler directly uses Js_layout_generator but didn't depend on it. implicitly relying on something else to include it is fragile and broke on the 201 branch.

Changelog: [internal]

Reviewed By: SamChou19815

Differential Revision: D43737643

fbshipit-source-id: 8e700d715fe47ea7f671e908451d75d8e74f0233

v0.200.1

Toggle v0.200.1's commit message
v0.200.1

Reviewed By: samwgoldman

Differential Revision: D43561158

fbshipit-source-id: b24d4081113455b430b9d94f90024e60f5d7d04b

v0.200.0

Toggle v0.200.0's commit message
Fix missing `exact_by_default` flag in `tests/tvars`

Summary:
Result of a land race between D42970432 (facebook@829111b) and D43075102 (facebook@aaa8f6c)

Changelog: [internal]

Reviewed By: samwgoldman, SamChou19815

Differential Revision:
D43142371 (facebook@9c7338d)

------------------------------------------------------------------------
(from 1a51801fc4637a80b1ca670783824af04df7a08d)

fbshipit-source-id: 15c0f302892f0d1d74821f1b900ec769cb60d435

v0.199.1

Toggle v0.199.1's commit message
v0.199.1

Summary: (Note: this ignores all push blocking failures!)

Reviewed By: SamChou19815

Differential Revision:
D42975918 (facebook@f975b22)

------------------------------------------------------------------------
(from 9c3e5896d9661a29c4d8903b72b874a0154c6b95)

fbshipit-source-id: 64eb23fd2e9b16760734a500d187522f1d7c42ad

v0.199.0

Toggle v0.199.0's commit message
fix missing errors when a file is deleted before init in lazy mode

Summary:
when a file is deleted, we need to dirty the haste module it provides so that a new provider can be picked (or no provider), and dependents can be rechecked.

when a file is deleted before the server starts, we can't parse it to extract its `providesModule`. if the file is using haste name reducers, where the module name is derived from the file name instead of `providesModule`, we know which module to dirty just from the "changes since mergebase" scm query.

if we're using saved state, the deleted provider is available when we parse the files changed since the saved state during init, but we ignore `changed_modules` in `init_from_saved_state`. since the file is also changed since mergebase, we also "recheck" it right after init and have to guess from the filename since it's already gone from shared mem. that isn't fixed in this diff.

so lazy mode correctness relies on using git or hg, and using haste name reducers. with some additional work, I think we could also make it correct without haste reducers, when using saved state.

Changelog: [fix] Fix an issue with lazy mode where deleting a file before the server starts did not check files that were depending on the deleted file.

Reviewed By: samwgoldman

Differential Revision:
D42941765 (facebook@35940c3)

------------------------------------------------------------------------
(from 827697dda0fa9c258cefcdd74d5ae6429f38e5cf)

fbshipit-source-id: 814f8bf784107bebef6332764d7965b614da1f62