You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posting without the usual level of information needed, but it seems like Flow is ignoring some files some of the time, and not others. It will provide errors on a file, but any change to the flow typing of that file will cause the errors to disappear. Even if they are to completely invalid values such as const n:number = '1';. Restarting Flow server does not fix the issue, additionally running the tests on a different machine passes. Adjusting sharedmemory.dep_table_pow and sharedmemory.hash_table_pow seems to have no affect.
Additionally, although probably unrelated, the startup time now takes significantly longer - up to a minute for the "Loading Libraries" step. This is compared to 0.56.0 which was the prior version being used.
The text was updated successfully, but these errors were encountered:
Posting without the usual level of information needed, but it seems like Flow is ignoring some files some of the time, and not others. It will provide errors on a file, but any change to the flow typing of that file will cause the errors to disappear. Even if they are to completely invalid values such as
const n:number = '1';
. Restarting Flow server does not fix the issue, additionally running the tests on a different machine passes. Adjustingsharedmemory.dep_table_pow
andsharedmemory.hash_table_pow
seems to have no affect.Additionally, although probably unrelated, the startup time now takes significantly longer - up to a minute for the "Loading Libraries" step. This is compared to 0.56.0 which was the prior version being used.
The text was updated successfully, but these errors were encountered: