Skip to content
Snippets Groups Projects
  1. Mar 04, 2024
  2. Mar 03, 2024
  3. Mar 02, 2024
  4. Mar 01, 2024
    • Carsten Gräser's avatar
      [python] Allow to pass optional pythonName to algorithm.load() · 4dc52789
      Carsten Gräser authored
      The used downstream generator uses an argument
      `pythonName` which seems to be only used in
      logging output. So far `dune.generator.algorithm.load()`
      always passes the function signature as `pythonName`.
      
      When jit-compiling functions with many arguments
      and complicated type names, this may provide very
      verbose output. On the other hand, it's very well
      possible that in many instances of generated
      functions the signature coincides, while the
      significant difference is in the actual function
      body rending the verbose output useless.
      
      This patch adds support for passing a custom value
      for `pythonName` to `dune.generator.algorithm.load()`
      by a corresponding keyword argument. If the argument
      is not passed, the signature is used as before.
      4dc52789
  5. Feb 27, 2024
  6. Feb 24, 2024
  7. Feb 23, 2024
  8. Feb 18, 2024
  9. Feb 14, 2024
  10. Feb 12, 2024
  11. Feb 01, 2024
  12. Jan 25, 2024
  13. Jan 21, 2024
  14. Jan 20, 2024
  15. Jan 19, 2024
Loading