polyglot-piranha 0.3.33__tar.gz → 0.3.34__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/Cargo.lock +1 -1
  2. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/Cargo.toml +1 -1
  3. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/PKG-INFO +1 -1
  4. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/LICENSE +0 -0
  5. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/NOTICE +0 -0
  6. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/README.md +0 -0
  7. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/plugins/pyproject.toml +0 -0
  8. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/pyproject.toml +0 -0
  9. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/go/edges.toml +0 -0
  10. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/go/rules.toml +0 -0
  11. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/go/scope_config.toml +0 -0
  12. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/java/edges.toml +0 -0
  13. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/java/rules.toml +0 -0
  14. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/java/scope_config.toml +0 -0
  15. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/java_cs/edges.toml +0 -0
  16. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/java_cs/rules.toml +0 -0
  17. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/java_cs/scope_config.toml +0 -0
  18. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/kt/edges.toml +0 -0
  19. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/kt/rules.toml +0 -0
  20. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/kt/scope_config.toml +0 -0
  21. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/ruby/edges.toml +0 -0
  22. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/ruby/rules.toml +0 -0
  23. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/ruby/scope_config.toml +0 -0
  24. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/scala/scope_config.toml +0 -0
  25. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/swift/edges.toml +0 -0
  26. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/swift/rules.toml +0 -0
  27. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/cleanup_rules/swift/scope_config.toml +0 -0
  28. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/df/README.md +0 -0
  29. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/df/analysis.rs +0 -0
  30. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/df/mod.rs +0 -0
  31. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/df/tag_analysis.rs +0 -0
  32. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/df/unit_tests/tag_analysis_test.rs +0 -0
  33. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/df/utils.rs +0 -0
  34. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/lib.rs +0 -0
  35. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/main.rs +0 -0
  36. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/capture_group_patterns.rs +0 -0
  37. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/concrete_syntax.rs +0 -0
  38. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/default_configs.rs +0 -0
  39. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/edit.rs +0 -0
  40. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/filter.rs +0 -0
  41. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/language.rs +0 -0
  42. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/matches.rs +0 -0
  43. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/mod.rs +0 -0
  44. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/outgoing_edges.rs +0 -0
  45. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/piranha_arguments.rs +0 -0
  46. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/piranha_output.rs +0 -0
  47. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/rule.rs +0 -0
  48. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/rule_graph.rs +0 -0
  49. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/rule_store.rs +0 -0
  50. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/scopes.rs +0 -0
  51. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/source_code_unit.rs +0 -0
  52. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/concrete_syntax_test.rs +0 -0
  53. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/piranha_arguments_test.rs +0 -0
  54. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/rule_graph_validation_test.rs +0 -0
  55. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/rule_test.rs +0 -0
  56. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/scopes_test.rs +0 -0
  57. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/source_code_unit_test.rs +0 -0
  58. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/testdata/custom_builtin/edges.toml +0 -0
  59. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/models/unit_tests/testdata/custom_builtin/rules.toml +0 -0
  60. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/mod.rs +0 -0
  61. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_go.rs +0 -0
  62. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_java.rs +0 -0
  63. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_kt.rs +0 -0
  64. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_python.rs +0 -0
  65. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_scala.rs +0 -0
  66. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_scm.rs +0 -0
  67. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_strings.rs +0 -0
  68. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_swift.rs +0 -0
  69. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_thrift.rs +0 -0
  70. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_ts.rs +0 -0
  71. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_tsx.rs +0 -0
  72. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/tests/test_piranha_yaml.rs +0 -0
  73. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/utilities/mod.rs +0 -0
  74. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/utilities/regex_utilities.rs +0 -0
  75. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/utilities/tree_sitter_utilities.rs +0 -0
  76. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/utilities/unit_tests/tree_sitter_utilities_test.rs +0 -0
  77. {polyglot_piranha-0.3.33 → polyglot_piranha-0.3.34}/src/utilities/unit_tests/utilities_test.rs +0 -0
@@ -595,7 +595,7 @@ dependencies = [
595
595
 
596
596
  [[package]]
597
597
  name = "piranha"
598
- version = "0.3.33"
598
+ version = "0.3.34"
599
599
  dependencies = [
600
600
  "assert_cmd",
601
601
  "cc",
@@ -2,7 +2,7 @@
2
2
  authors = ["Uber Technologies Inc."]
3
3
  name = "piranha"
4
4
  description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup."
5
- version = "0.3.33"
5
+ version = "0.3.34"
6
6
  edition = "2021"
7
7
  include = ["pyproject.toml", "src/"]
8
8
  exclude = ["legacy"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: polyglot_piranha
3
- Version: 0.3.33
3
+ Version: 0.3.34
4
4
  License-File: LICENSE
5
5
  License-File: NOTICE
6
6
  Summary: Polyglot Piranha is a library for performing structural find and replace with deep cleanup.