polyglot-piranha 0.3.25__tar.gz → 0.3.26__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.25 → polyglot_piranha-0.3.26}/Cargo.lock +67 -55
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/Cargo.toml +3 -1
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/PKG-INFO +1 -1
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/default_configs.rs +2 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/language.rs +11 -1
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/mod.rs +2 -1
- polyglot_piranha-0.3.26/src/tests/test_piranha_yaml.rs +24 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/LICENSE +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/README.md +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/EnumWithClassSymbol.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaRuntimeException.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaUtils.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/UsageCounter.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/XPFlagCleaner.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/config/Config.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/config/MethodRecord.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaConfigurationException.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaEnumRecord.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaMethodRecord.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaRecord.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationArgument.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationResolutionException.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/ResolvedTestAnnotation.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationResolver.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationSpecRecord.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/java/com/uber/piranha/ConfigurationTest.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/java/com/uber/piranha/CorePiranhaTest.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/java/com/uber/piranha/EnumConstantTest.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/java/com/uber/piranha/PiranhaTestingHelpers.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/java/com/uber/piranha/TestCaseCleanUpTest.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/java/com/uber/piranha/TreatmentGroupsTest.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerNegativeCases.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCases.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesControl.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCases.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesControl.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotAllowMethodChain.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotallowArgMatchingAndMethodChain.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatmentDoNotAllowMatchingArgMethodInvc.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPTest.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParam.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParameter.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/OverlappingNameInterface.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/PVal.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/Parameter.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeOtherInterface.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeParamRev.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/StaticMthds.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/invalid/piranha.properties +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_2.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_3.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_4.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_enum_no_arg.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_method_chain_control.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_method_chain_treated.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name_no_method_chain.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_no_method_chain.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_argument.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_clean_by_setters_ignore_others.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_noFlag.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_noTreatmentGroup.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_receive.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_receive_argument.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_return.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_return_argument.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive_argument.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_no_match.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_wrong_arg.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_test_without_enum.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/piranha/src/test/resources/config/properties_unnecessary_instance_method.json +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/sample/src/main/java/com/uber/mylib/MyClass.java +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.bak +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.expect +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/javascript/src/config_checker.js +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/javascript/src/piranha.js +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/javascript/src/refactor.js +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/javascript/src/source_checker.js +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/objc/src/XPFlagRefactoring/README.txt +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.cpp +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.exports +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/plugins/pyproject.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/pyproject.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/components/AdditionalContent/index.js +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/components/AdditionalContent/styles.module.css +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/components/HomepageFeatures/index.js +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/components/HomepageFeatures/styles.module.css +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/css/custom.css +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/pages/index.js +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/pages/index.module.css +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/go/edges.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/go/rules.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/go/scope_config.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java/edges.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java/rules.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java/scope_config.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java_cs/edges.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java_cs/rules.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java_cs/scope_config.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/kt/edges.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/kt/rules.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/kt/scope_config.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/ruby/edges.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/ruby/rules.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/ruby/scope_config.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/scala/scope_config.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/swift/edges.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/swift/rules.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/swift/scope_config.toml +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/df/README.md +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/df/analysis.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/df/mod.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/df/tag_analysis.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/df/unit_tests/tag_analysis_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/df/utils.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/lib.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/main.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/capture_group_patterns.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/concrete_syntax.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/edit.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/filter.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/matches.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/mod.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/outgoing_edges.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/piranha_arguments.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/piranha_output.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/rule.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/rule_graph.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/rule_store.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/scopes.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/source_code_unit.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/unit_tests/concrete_syntax_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/unit_tests/piranha_arguments_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/unit_tests/rule_graph_validation_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/unit_tests/rule_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/unit_tests/scopes_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/unit_tests/source_code_unit_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_go.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_java.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_kt.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_python.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_ruby.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_scala.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_scm.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_strings.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_swift.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_thrift.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_ts.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/tests/test_piranha_tsx.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/utilities/mod.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/utilities/regex_utilities.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/utilities/tree_sitter_utilities.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/utilities/unit_tests/tree_sitter_utilities_test.rs +0 -0
- {polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/utilities/unit_tests/utilities_test.rs +0 -0
@@ -13,9 +13,9 @@ dependencies = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "anstream"
|
16
|
-
version = "0.6.
|
16
|
+
version = "0.6.15"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
19
19
|
dependencies = [
|
20
20
|
"anstyle",
|
21
21
|
"anstyle-parse",
|
@@ -28,33 +28,33 @@ dependencies = [
|
|
28
28
|
|
29
29
|
[[package]]
|
30
30
|
name = "anstyle"
|
31
|
-
version = "1.0.
|
31
|
+
version = "1.0.8"
|
32
32
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
33
|
-
checksum = "
|
33
|
+
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
34
34
|
|
35
35
|
[[package]]
|
36
36
|
name = "anstyle-parse"
|
37
|
-
version = "0.2.
|
37
|
+
version = "0.2.5"
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
-
checksum = "
|
39
|
+
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
40
40
|
dependencies = [
|
41
41
|
"utf8parse",
|
42
42
|
]
|
43
43
|
|
44
44
|
[[package]]
|
45
45
|
name = "anstyle-query"
|
46
|
-
version = "1.1.
|
46
|
+
version = "1.1.1"
|
47
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
-
checksum = "
|
48
|
+
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
49
49
|
dependencies = [
|
50
50
|
"windows-sys 0.52.0",
|
51
51
|
]
|
52
52
|
|
53
53
|
[[package]]
|
54
54
|
name = "anstyle-wincon"
|
55
|
-
version = "3.0.
|
55
|
+
version = "3.0.4"
|
56
56
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
57
|
-
checksum = "
|
57
|
+
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
58
58
|
dependencies = [
|
59
59
|
"anstyle",
|
60
60
|
"windows-sys 0.52.0",
|
@@ -68,9 +68,9 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
68
68
|
|
69
69
|
[[package]]
|
70
70
|
name = "assert_cmd"
|
71
|
-
version = "2.0.
|
71
|
+
version = "2.0.15"
|
72
72
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73
|
-
checksum = "
|
73
|
+
checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37"
|
74
74
|
dependencies = [
|
75
75
|
"anstyle",
|
76
76
|
"bstr",
|
@@ -95,9 +95,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
95
95
|
|
96
96
|
[[package]]
|
97
97
|
name = "bstr"
|
98
|
-
version = "1.
|
98
|
+
version = "1.10.0"
|
99
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
-
checksum = "
|
100
|
+
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
101
101
|
dependencies = [
|
102
102
|
"memchr",
|
103
103
|
"regex-automata",
|
@@ -118,9 +118,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
118
118
|
|
119
119
|
[[package]]
|
120
120
|
name = "clap"
|
121
|
-
version = "4.5.
|
121
|
+
version = "4.5.11"
|
122
122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
123
|
-
checksum = "
|
123
|
+
checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3"
|
124
124
|
dependencies = [
|
125
125
|
"clap_builder",
|
126
126
|
"clap_derive",
|
@@ -128,9 +128,9 @@ dependencies = [
|
|
128
128
|
|
129
129
|
[[package]]
|
130
130
|
name = "clap_builder"
|
131
|
-
version = "4.5.
|
131
|
+
version = "4.5.11"
|
132
132
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
133
|
-
checksum = "
|
133
|
+
checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa"
|
134
134
|
dependencies = [
|
135
135
|
"anstream",
|
136
136
|
"anstyle",
|
@@ -140,27 +140,27 @@ dependencies = [
|
|
140
140
|
|
141
141
|
[[package]]
|
142
142
|
name = "clap_derive"
|
143
|
-
version = "4.5.
|
143
|
+
version = "4.5.11"
|
144
144
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
145
|
-
checksum = "
|
145
|
+
checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e"
|
146
146
|
dependencies = [
|
147
147
|
"heck 0.5.0",
|
148
148
|
"proc-macro2",
|
149
149
|
"quote",
|
150
|
-
"syn 2.0.
|
150
|
+
"syn 2.0.72",
|
151
151
|
]
|
152
152
|
|
153
153
|
[[package]]
|
154
154
|
name = "clap_lex"
|
155
|
-
version = "0.7.
|
155
|
+
version = "0.7.2"
|
156
156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
157
|
-
checksum = "
|
157
|
+
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
158
158
|
|
159
159
|
[[package]]
|
160
160
|
name = "colorchoice"
|
161
|
-
version = "1.0.
|
161
|
+
version = "1.0.2"
|
162
162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
163
|
-
checksum = "
|
163
|
+
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
164
164
|
|
165
165
|
[[package]]
|
166
166
|
name = "colored"
|
@@ -435,9 +435,9 @@ dependencies = [
|
|
435
435
|
|
436
436
|
[[package]]
|
437
437
|
name = "is_terminal_polyfill"
|
438
|
-
version = "1.70.
|
438
|
+
version = "1.70.1"
|
439
439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
440
|
-
checksum = "
|
440
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
441
441
|
|
442
442
|
[[package]]
|
443
443
|
name = "itertools"
|
@@ -559,7 +559,7 @@ dependencies = [
|
|
559
559
|
|
560
560
|
[[package]]
|
561
561
|
name = "piranha"
|
562
|
-
version = "0.3.
|
562
|
+
version = "0.3.26"
|
563
563
|
dependencies = [
|
564
564
|
"assert_cmd",
|
565
565
|
"cc",
|
@@ -596,19 +596,20 @@ dependencies = [
|
|
596
596
|
"tree-sitter-thrift",
|
597
597
|
"tree-sitter-traversal",
|
598
598
|
"tree-sitter-typescript",
|
599
|
+
"tree-sitter-yaml",
|
599
600
|
]
|
600
601
|
|
601
602
|
[[package]]
|
602
603
|
name = "portable-atomic"
|
603
|
-
version = "1.
|
604
|
+
version = "1.7.0"
|
604
605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
605
|
-
checksum = "
|
606
|
+
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
|
606
607
|
|
607
608
|
[[package]]
|
608
609
|
name = "predicates"
|
609
|
-
version = "3.1.
|
610
|
+
version = "3.1.2"
|
610
611
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
611
|
-
checksum = "
|
612
|
+
checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97"
|
612
613
|
dependencies = [
|
613
614
|
"anstyle",
|
614
615
|
"difflib",
|
@@ -620,15 +621,15 @@ dependencies = [
|
|
620
621
|
|
621
622
|
[[package]]
|
622
623
|
name = "predicates-core"
|
623
|
-
version = "1.0.
|
624
|
+
version = "1.0.8"
|
624
625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
625
|
-
checksum = "
|
626
|
+
checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931"
|
626
627
|
|
627
628
|
[[package]]
|
628
629
|
name = "predicates-tree"
|
629
|
-
version = "1.0.
|
630
|
+
version = "1.0.11"
|
630
631
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
631
|
-
checksum = "
|
632
|
+
checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13"
|
632
633
|
dependencies = [
|
633
634
|
"predicates-core",
|
634
635
|
"termtree",
|
@@ -725,7 +726,7 @@ dependencies = [
|
|
725
726
|
"proc-macro2",
|
726
727
|
"pyo3-macros-backend",
|
727
728
|
"quote",
|
728
|
-
"syn 2.0.
|
729
|
+
"syn 2.0.72",
|
729
730
|
]
|
730
731
|
|
731
732
|
[[package]]
|
@@ -738,7 +739,7 @@ dependencies = [
|
|
738
739
|
"proc-macro2",
|
739
740
|
"pyo3-build-config",
|
740
741
|
"quote",
|
741
|
-
"syn 2.0.
|
742
|
+
"syn 2.0.72",
|
742
743
|
]
|
743
744
|
|
744
745
|
[[package]]
|
@@ -883,25 +884,26 @@ checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
|
883
884
|
dependencies = [
|
884
885
|
"proc-macro2",
|
885
886
|
"quote",
|
886
|
-
"syn 2.0.
|
887
|
+
"syn 2.0.72",
|
887
888
|
]
|
888
889
|
|
889
890
|
[[package]]
|
890
891
|
name = "serde_json"
|
891
|
-
version = "1.0.
|
892
|
+
version = "1.0.121"
|
892
893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893
|
-
checksum = "
|
894
|
+
checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
|
894
895
|
dependencies = [
|
895
896
|
"itoa",
|
897
|
+
"memchr",
|
896
898
|
"ryu",
|
897
899
|
"serde",
|
898
900
|
]
|
899
901
|
|
900
902
|
[[package]]
|
901
903
|
name = "serde_spanned"
|
902
|
-
version = "0.6.
|
904
|
+
version = "0.6.7"
|
903
905
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
904
|
-
checksum = "
|
906
|
+
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
905
907
|
dependencies = [
|
906
908
|
"serde",
|
907
909
|
]
|
@@ -937,9 +939,9 @@ dependencies = [
|
|
937
939
|
|
938
940
|
[[package]]
|
939
941
|
name = "syn"
|
940
|
-
version = "2.0.
|
942
|
+
version = "2.0.72"
|
941
943
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
942
|
-
checksum = "
|
944
|
+
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
|
943
945
|
dependencies = [
|
944
946
|
"proc-macro2",
|
945
947
|
"quote",
|
@@ -979,9 +981,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|
979
981
|
|
980
982
|
[[package]]
|
981
983
|
name = "toml"
|
982
|
-
version = "0.8.
|
984
|
+
version = "0.8.16"
|
983
985
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
|
-
checksum = "
|
986
|
+
checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c"
|
985
987
|
dependencies = [
|
986
988
|
"serde",
|
987
989
|
"serde_spanned",
|
@@ -991,18 +993,18 @@ dependencies = [
|
|
991
993
|
|
992
994
|
[[package]]
|
993
995
|
name = "toml_datetime"
|
994
|
-
version = "0.6.
|
996
|
+
version = "0.6.7"
|
995
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
996
|
-
checksum = "
|
998
|
+
checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db"
|
997
999
|
dependencies = [
|
998
1000
|
"serde",
|
999
1001
|
]
|
1000
1002
|
|
1001
1003
|
[[package]]
|
1002
1004
|
name = "toml_edit"
|
1003
|
-
version = "0.22.
|
1005
|
+
version = "0.22.17"
|
1004
1006
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1005
|
-
checksum = "
|
1007
|
+
checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16"
|
1006
1008
|
dependencies = [
|
1007
1009
|
"indexmap",
|
1008
1010
|
"serde",
|
@@ -1137,6 +1139,16 @@ dependencies = [
|
|
1137
1139
|
"tree-sitter",
|
1138
1140
|
]
|
1139
1141
|
|
1142
|
+
[[package]]
|
1143
|
+
name = "tree-sitter-yaml"
|
1144
|
+
version = "0.0.1"
|
1145
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1146
|
+
checksum = "324767d0ad6bc588467aa4b98f6f5cd6eda64ece1eae568f8fcf5b899bcf0fe9"
|
1147
|
+
dependencies = [
|
1148
|
+
"cc",
|
1149
|
+
"tree-sitter",
|
1150
|
+
]
|
1151
|
+
|
1140
1152
|
[[package]]
|
1141
1153
|
name = "unicode-ident"
|
1142
1154
|
version = "1.0.12"
|
@@ -1157,9 +1169,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1157
1169
|
|
1158
1170
|
[[package]]
|
1159
1171
|
name = "version_check"
|
1160
|
-
version = "0.9.
|
1172
|
+
version = "0.9.5"
|
1161
1173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1162
|
-
checksum = "
|
1174
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
1163
1175
|
|
1164
1176
|
[[package]]
|
1165
1177
|
name = "wait-timeout"
|
@@ -1342,9 +1354,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1342
1354
|
|
1343
1355
|
[[package]]
|
1344
1356
|
name = "winnow"
|
1345
|
-
version = "0.6.
|
1357
|
+
version = "0.6.16"
|
1346
1358
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1347
|
-
checksum = "
|
1359
|
+
checksum = "b480ae9340fc261e6be3e95a1ba86d54ae3f9171132a73ce8d4bbaf68339507c"
|
1348
1360
|
dependencies = [
|
1349
1361
|
"memchr",
|
1350
1362
|
]
|
@@ -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.
|
5
|
+
version = "0.3.26"
|
6
6
|
edition = "2021"
|
7
7
|
include = ["pyproject.toml", "src/"]
|
8
8
|
exclude = ["legacy"]
|
@@ -59,6 +59,8 @@ tree-sitter-thrift = "0.5.0"
|
|
59
59
|
tree-sitter-strings = { git = "https://github.com/uber/tree-sitter-strings.git" }
|
60
60
|
tree-sitter-query = "0.1.0"
|
61
61
|
tree-sitter-scala = "0.20.1"
|
62
|
+
# newer versions of "tree-sitter-yaml" require that we bump "tree-sitter" version
|
63
|
+
tree-sitter-yaml = "0.0.1"
|
62
64
|
derive_builder = "0.12.0"
|
63
65
|
getset = "0.1.2"
|
64
66
|
pyo3 = "0.20.0"
|
@@ -34,6 +34,8 @@ pub const STRINGS: &str = "strings";
|
|
34
34
|
pub const TS_SCHEME: &str = "scm"; // We support scheme files that contain tree-sitter query
|
35
35
|
pub const SCALA: &str = "scala";
|
36
36
|
pub const RUBY: &str = "rb";
|
37
|
+
pub const YAML: &str = "yaml";
|
38
|
+
pub const YAML_ALIAS: &str = "yml";
|
37
39
|
|
38
40
|
pub const REGEX_QUERY_PREFIX: &str = "rgx ";
|
39
41
|
pub const CONCRETE_SYNTAX_QUERY_PREFIX: &str = "cs ";
|
@@ -22,7 +22,7 @@ use crate::utilities::parse_toml;
|
|
22
22
|
use super::{
|
23
23
|
default_configs::{
|
24
24
|
default_language, GO, JAVA, JAVA_CS, KOTLIN, KOTLIN_ALIAS, PYTHON, RUBY, SCALA, STRINGS, SWIFT,
|
25
|
-
THRIFT, TSX, TS_SCHEME, TYPESCRIPT,
|
25
|
+
THRIFT, TSX, TS_SCHEME, TYPESCRIPT, YAML, YAML_ALIAS,
|
26
26
|
},
|
27
27
|
outgoing_edges::Edges,
|
28
28
|
rule::Rules,
|
@@ -69,6 +69,7 @@ pub enum SupportedLanguage {
|
|
69
69
|
TsScheme,
|
70
70
|
Scala,
|
71
71
|
Ruby,
|
72
|
+
Yaml,
|
72
73
|
}
|
73
74
|
|
74
75
|
impl PiranhaLanguage {
|
@@ -290,6 +291,15 @@ impl std::str::FromStr for PiranhaLanguage {
|
|
290
291
|
edges: Some(ruby_edges),
|
291
292
|
})
|
292
293
|
}
|
294
|
+
YAML | YAML_ALIAS => Ok(PiranhaLanguage {
|
295
|
+
extension: language.to_string(),
|
296
|
+
supported_language: SupportedLanguage::Yaml,
|
297
|
+
language: tree_sitter_yaml::language(),
|
298
|
+
rules: None,
|
299
|
+
edges: None,
|
300
|
+
scopes: vec![],
|
301
|
+
comment_nodes: vec![],
|
302
|
+
}),
|
293
303
|
_ => Err("Language not supported"),
|
294
304
|
}
|
295
305
|
}
|
@@ -40,6 +40,7 @@ mod test_piranha_thrift;
|
|
40
40
|
mod test_piranha_ruby;
|
41
41
|
mod test_piranha_scm;
|
42
42
|
mod test_piranha_strings;
|
43
|
+
mod test_piranha_yaml;
|
43
44
|
|
44
45
|
use std::sync::Once;
|
45
46
|
|
@@ -165,7 +166,7 @@ fn execute_piranha_and_check_result(
|
|
165
166
|
/// "java",
|
166
167
|
/// test_a1: "relative/path_1", HashMap::from([("match_class", 2));
|
167
168
|
/// test_a2: "relative/path_2", HashMap::from([("match_class", 2), ("match_class_1", 1)])
|
168
|
-
///
|
169
|
+
///
|
169
170
|
/// ;
|
170
171
|
/// }
|
171
172
|
/// ```
|
@@ -0,0 +1,24 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2023 Uber Technologies, Inc.
|
3
|
+
|
4
|
+
<p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
|
5
|
+
except in compliance with the License. You may obtain a copy of the License at
|
6
|
+
<p>http://www.apache.org/licenses/LICENSE-2.0
|
7
|
+
|
8
|
+
<p>Unless required by applicable law or agreed to in writing, software distributed under the
|
9
|
+
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
10
|
+
express or implied. See the License for the specific language governing permissions and
|
11
|
+
limitations under the License.
|
12
|
+
*/
|
13
|
+
|
14
|
+
use crate::models::default_configs::YAML;
|
15
|
+
|
16
|
+
use super::{create_rewrite_tests, substitutions};
|
17
|
+
|
18
|
+
create_rewrite_tests! {
|
19
|
+
YAML,
|
20
|
+
test_yaml_find_replace_with_holes: "find_replace/",1,
|
21
|
+
substitutions= substitutions! {
|
22
|
+
"value_to_replace" => "localhost"
|
23
|
+
};
|
24
|
+
}
|
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.25 → polyglot_piranha-0.3.26}/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt
RENAMED
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/legacy/objc/src/XPFlagRefactoring/README.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/site/src/components/AdditionalContent/index.js
RENAMED
File without changes
|
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/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.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java/scope_config.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/java_cs/scope_config.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/ruby/scope_config.toml
RENAMED
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/cleanup_rules/scala/scope_config.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/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
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/src/models/unit_tests/concrete_syntax_test.rs
RENAMED
File without changes
|
{polyglot_piranha-0.3.25 → polyglot_piranha-0.3.26}/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.25 → polyglot_piranha-0.3.26}/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.25 → polyglot_piranha-0.3.26}/src/utilities/unit_tests/utilities_test.rs
RENAMED
File without changes
|