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
Errors are swallowed silently: catch { case _: Throwable => println } in gitLogToDb.scala:265,274, remapCommits.scala:154,163, unifyPersons.scala:123,158; and unchecked open/mkstemp in the Perl scripts. Make them fail or log.
Errors are swallowed silently:
catch { case _: Throwable => println }ingitLogToDb.scala:265,274,remapCommits.scala:154,163,unifyPersons.scala:123,158; and uncheckedopen/mkstempin the Perl scripts. Make them fail or log.