polyglot-piranha 0.3.23__tar.gz → 0.3.24__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.
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/Cargo.lock +17 -17
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/Cargo.toml +1 -1
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/PKG-INFO +1 -1
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/pyproject.toml +1 -1
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/LICENSE +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/README.md +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/EnumWithClassSymbol.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaRuntimeException.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaUtils.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/UsageCounter.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/XPFlagCleaner.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/config/Config.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/config/MethodRecord.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaConfigurationException.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaEnumRecord.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaMethodRecord.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaRecord.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationArgument.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationResolutionException.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/ResolvedTestAnnotation.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationResolver.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationSpecRecord.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/java/com/uber/piranha/ConfigurationTest.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/java/com/uber/piranha/CorePiranhaTest.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/java/com/uber/piranha/EnumConstantTest.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/java/com/uber/piranha/PiranhaTestingHelpers.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/java/com/uber/piranha/TestCaseCleanUpTest.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/java/com/uber/piranha/TreatmentGroupsTest.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerNegativeCases.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCases.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesControl.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCases.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesControl.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotAllowMethodChain.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotallowArgMatchingAndMethodChain.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatmentDoNotAllowMatchingArgMethodInvc.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPTest.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParam.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParameter.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/OverlappingNameInterface.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/PVal.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/Parameter.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeOtherInterface.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeParamRev.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/StaticMthds.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/invalid/piranha.properties +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_2.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_3.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_4.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_enum_no_arg.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_method_chain_control.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_method_chain_treated.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name_no_method_chain.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_no_method_chain.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_argument.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_clean_by_setters_ignore_others.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_noFlag.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_noTreatmentGroup.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_receive.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_receive_argument.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_return.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_return_argument.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive_argument.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_no_match.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_wrong_arg.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_test_without_enum.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/piranha/src/test/resources/config/properties_unnecessary_instance_method.json +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/sample/src/main/java/com/uber/mylib/MyClass.java +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.bak +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.expect +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/javascript/src/config_checker.js +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/javascript/src/piranha.js +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/javascript/src/refactor.js +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/javascript/src/source_checker.js +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/objc/src/XPFlagRefactoring/README.txt +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.cpp +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.exports +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/plugins/pyproject.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/components/AdditionalContent/index.js +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/components/AdditionalContent/styles.module.css +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/components/HomepageFeatures/index.js +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/components/HomepageFeatures/styles.module.css +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/css/custom.css +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/pages/index.js +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/pages/index.module.css +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/go/edges.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/go/rules.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/go/scope_config.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java/edges.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java/rules.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java/scope_config.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java_cs/edges.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java_cs/rules.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java_cs/scope_config.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/kt/edges.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/kt/rules.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/kt/scope_config.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/scala/scope_config.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/swift/edges.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/swift/rules.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/swift/scope_config.toml +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/df/README.md +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/df/analysis.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/df/mod.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/df/tag_analysis.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/df/unit_tests/tag_analysis_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/df/utils.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/lib.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/main.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/capture_group_patterns.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/concrete_syntax.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/default_configs.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/edit.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/filter.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/language.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/matches.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/mod.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/outgoing_edges.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/piranha_arguments.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/piranha_output.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/rule.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/rule_graph.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/rule_store.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/scopes.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/source_code_unit.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/concrete_syntax_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/piranha_arguments_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/rule_graph_validation_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/rule_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/scopes_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/source_code_unit_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/mod.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_go.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_java.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_kt.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_python.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_scala.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_scm.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_strings.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_swift.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_thrift.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_ts.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/tests/test_piranha_tsx.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/utilities/mod.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/utilities/regex_utilities.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/utilities/tree_sitter_utilities.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/utilities/unit_tests/tree_sitter_utilities_test.rs +0 -0
- {polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/utilities/unit_tests/utilities_test.rs +0 -0
@@ -126,9 +126,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
126
126
|
|
127
127
|
[[package]]
|
128
128
|
name = "clap"
|
129
|
-
version = "4.4.
|
129
|
+
version = "4.4.13"
|
130
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
-
checksum = "
|
131
|
+
checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
|
132
132
|
dependencies = [
|
133
133
|
"clap_builder",
|
134
134
|
"clap_derive",
|
@@ -155,7 +155,7 @@ dependencies = [
|
|
155
155
|
"heck",
|
156
156
|
"proc-macro2",
|
157
157
|
"quote",
|
158
|
-
"syn 2.0.
|
158
|
+
"syn 2.0.48",
|
159
159
|
]
|
160
160
|
|
161
161
|
[[package]]
|
@@ -589,7 +589,7 @@ dependencies = [
|
|
589
589
|
|
590
590
|
[[package]]
|
591
591
|
name = "piranha"
|
592
|
-
version = "0.3.
|
592
|
+
version = "0.3.24"
|
593
593
|
dependencies = [
|
594
594
|
"assert_cmd",
|
595
595
|
"cc",
|
@@ -684,9 +684,9 @@ dependencies = [
|
|
684
684
|
|
685
685
|
[[package]]
|
686
686
|
name = "proc-macro2"
|
687
|
-
version = "1.0.
|
687
|
+
version = "1.0.75"
|
688
688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
689
|
-
checksum = "
|
689
|
+
checksum = "907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708"
|
690
690
|
dependencies = [
|
691
691
|
"unicode-ident",
|
692
692
|
]
|
@@ -748,7 +748,7 @@ dependencies = [
|
|
748
748
|
"proc-macro2",
|
749
749
|
"pyo3-macros-backend",
|
750
750
|
"quote",
|
751
|
-
"syn 2.0.
|
751
|
+
"syn 2.0.48",
|
752
752
|
]
|
753
753
|
|
754
754
|
[[package]]
|
@@ -760,7 +760,7 @@ dependencies = [
|
|
760
760
|
"heck",
|
761
761
|
"proc-macro2",
|
762
762
|
"quote",
|
763
|
-
"syn 2.0.
|
763
|
+
"syn 2.0.48",
|
764
764
|
]
|
765
765
|
|
766
766
|
[[package]]
|
@@ -918,14 +918,14 @@ checksum = "a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0"
|
|
918
918
|
dependencies = [
|
919
919
|
"proc-macro2",
|
920
920
|
"quote",
|
921
|
-
"syn 2.0.
|
921
|
+
"syn 2.0.48",
|
922
922
|
]
|
923
923
|
|
924
924
|
[[package]]
|
925
925
|
name = "serde_json"
|
926
|
-
version = "1.0.
|
926
|
+
version = "1.0.111"
|
927
927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
928
|
-
checksum = "
|
928
|
+
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
|
929
929
|
dependencies = [
|
930
930
|
"itoa",
|
931
931
|
"ryu",
|
@@ -966,9 +966,9 @@ dependencies = [
|
|
966
966
|
|
967
967
|
[[package]]
|
968
968
|
name = "syn"
|
969
|
-
version = "2.0.
|
969
|
+
version = "2.0.48"
|
970
970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
971
|
-
checksum = "
|
971
|
+
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
972
972
|
dependencies = [
|
973
973
|
"proc-macro2",
|
974
974
|
"quote",
|
@@ -977,9 +977,9 @@ dependencies = [
|
|
977
977
|
|
978
978
|
[[package]]
|
979
979
|
name = "target-lexicon"
|
980
|
-
version = "0.12.
|
980
|
+
version = "0.12.13"
|
981
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
982
|
-
checksum = "
|
982
|
+
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
|
983
983
|
|
984
984
|
[[package]]
|
985
985
|
name = "tempdir"
|
@@ -1353,9 +1353,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
|
1353
1353
|
|
1354
1354
|
[[package]]
|
1355
1355
|
name = "winnow"
|
1356
|
-
version = "0.5.
|
1356
|
+
version = "0.5.32"
|
1357
1357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1358
|
-
checksum = "
|
1358
|
+
checksum = "8434aeec7b290e8da5c3f0d628cb0eac6cabcb31d14bb74f779a08109a5914d6"
|
1359
1359
|
dependencies = [
|
1360
1360
|
"memchr",
|
1361
1361
|
]
|
@@ -7,7 +7,7 @@ authors = [
|
|
7
7
|
]
|
8
8
|
name = "piranha"
|
9
9
|
description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup."
|
10
|
-
version = "0.3.
|
10
|
+
version = "0.3.24"
|
11
11
|
edition = "2021"
|
12
12
|
include = ["pyproject.toml", "src/"]
|
13
13
|
exclude = ["legacy"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt
RENAMED
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/legacy/objc/src/XPFlagRefactoring/README.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/components/AdditionalContent/index.js
RENAMED
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/site/src/components/HomepageFeatures/index.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java/scope_config.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/java_cs/scope_config.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/scala/scope_config.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/cleanup_rules/swift/scope_config.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/concrete_syntax_test.rs
RENAMED
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/piranha_arguments_test.rs
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/models/unit_tests/source_code_unit_test.rs
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.23 → polyglot_piranha-0.3.24}/src/utilities/unit_tests/utilities_test.rs
RENAMED
File without changes
|