Handle signatures for source and library separately

Issue #14 wontfix
Martin Sandve Alnæs created an issue

A more optimal handling of signatures would be like this:

  • user provides src_signature, a code generator, and build options.
  • dijitso sets lib_signature to a hash of src_signature and build options
  • if lib_signature in cache -> don't need to build
  • if src_signature in cachedir/src/ -> don't need to call code generator (but still need to build)

Comments (1)

  1. Martin Sandve Alnæs reporter

    Not doing this. It's not a big advantage and adds complexity to the cache mechanism that we'd rather keep simple.

  2. Log in to comment