When doing a migration, how should I think about w...
# development
f
When doing a migration, how should I think about warnings like
[WARN] Failed to find dependencies for <function> in <file>
The tests all passed afterwards, is the warning an issue or just a hint if something else breaks?
f
It might mean that the migration code left some `Get`;s unmigrated.
(which happened to me on some of the migrations this week)
So you may want to grep the code to see if any unmigrated `Get`'s remain.