willkg / sherwin-syms

Web app for stack symbolication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

found_modules has wrong values

willkg opened this issue · comments

found_modules is a map of module name -> (null, true, false).

  • null: the module wasn't used for symbolication
  • true: the module was used and was found in the AWS S3 bucket
  • false: the module was used, but wasn't found in the AWS S3 bucket

I'm pretty sure the way I implemented this in Sherwin Syms is wrong.