id
stringlengths
13
54
prompt
stringlengths
708
2.91M
answer
stringlengths
110
352k
prompt_input_token_count
int64
206
1.14M
metadata
dict
dbt-labs__dbt-core-9556
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: c12f6fbf4db774356bd1472045ef4e1873969b08 Changed files: - core/dbt/cli/requires.py ...
diff --git a/core/dbt/cli/requires.py b/core/dbt/cli/requires.py index 0000000..0000000 100644 --- a/core/dbt/cli/requires.py +++ b/core/dbt/cli/requires.py @@ -15,6 +15,7 @@ from dbt.cli.exceptions import ( from dbt.cli.flags import Flags from dbt.config import RuntimeConfig from dbt.config.runtime import load_proj...
7,999
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9556", "repo": "dbt-labs/dbt-core", "base_commit": "c12f6fbf4db774356bd1472045ef4e1873969b08", "pull_number": 9556, "issue_numbers": [ ...
dbt-labs__dbt-core-9580
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 8a1b9276f96def2871528572928e04c4414de425 Changed files: - core/dbt/artifacts/resour...
diff --git a/core/dbt/artifacts/resources/v1/metric.py b/core/dbt/artifacts/resources/v1/metric.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/resources/v1/metric.py +++ b/core/dbt/artifacts/resources/v1/metric.py @@ -8,7 +8,7 @@ from dbt.artifacts.resources.v1.semantic_layer_components import ( SourceF...
21,737
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9580", "repo": "dbt-labs/dbt-core", "base_commit": "8a1b9276f96def2871528572928e04c4414de425", "pull_number": 9580, "issue_numbers": [ ...
dbt-labs__dbt-core-9585
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: e4fe839e4574187b574473596a471092267a9f2e Changed files: - core/dbt/task/runnable.py...
diff --git a/core/dbt/task/runnable.py b/core/dbt/task/runnable.py index 0000000..0000000 100644 --- a/core/dbt/task/runnable.py +++ b/core/dbt/task/runnable.py @@ -32,6 +32,7 @@ from dbt.events.types import ( ConcurrencyLine, EndRunResult, NothingToDo, + GenericExceptionOnRun, ) from dbt.exceptions...
16,237
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9585", "repo": "dbt-labs/dbt-core", "base_commit": "e4fe839e4574187b574473596a471092267a9f2e", "pull_number": 9585, "issue_numbers": [ ...
dbt-labs__dbt-core-9588
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 8a1b9276f96def2871528572928e04c4414de425 Changed files: - core/dbt/artifacts/resour...
diff --git a/core/dbt/artifacts/resources/v1/saved_query.py b/core/dbt/artifacts/resources/v1/saved_query.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/resources/v1/saved_query.py +++ b/core/dbt/artifacts/resources/v1/saved_query.py @@ -40,6 +40,11 @@ class QueryParams(dbtClassMixin): where: Optional[W...
2,388
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9588", "repo": "dbt-labs/dbt-core", "base_commit": "8a1b9276f96def2871528572928e04c4414de425", "pull_number": 9588, "issue_numbers": [ ...
dbt-labs__dbt-core-9612
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 2b23a038d475aae8d8b1ecc46b4b6d2ae363e342 Changed files: - core/dbt/utils.py - core/...
diff --git a/core/dbt/utils.py b/core/dbt/utils.py index 0000000..0000000 100644 --- a/core/dbt/utils.py +++ b/core/dbt/utils.py @@ -369,3 +369,21 @@ def args_to_dict(args): dict_args[key] = var_args[key] return dict_args + + +# Taken from https://github.com/python/cpython/blob/3.11/Lib/distutils/util.p...
12,821
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9612", "repo": "dbt-labs/dbt-core", "base_commit": "2b23a038d475aae8d8b1ecc46b4b6d2ae363e342", "pull_number": 9612, "issue_numbers": [ ...
dbt-labs__dbt-core-9628
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 7df747ae04a8c99dbd745085f42cd4647ec71d80 Changed files: - core/dbt/artifacts/schema...
diff --git a/core/dbt/artifacts/schemas/manifest/v12/manifest.py b/core/dbt/artifacts/schemas/manifest/v12/manifest.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/schemas/manifest/v12/manifest.py +++ b/core/dbt/artifacts/schemas/manifest/v12/manifest.py @@ -20,8 +20,6 @@ from dbt.artifacts.resources import (...
57,671
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9628", "repo": "dbt-labs/dbt-core", "base_commit": "7df747ae04a8c99dbd745085f42cd4647ec71d80", "pull_number": 9628, "issue_numbers": [ ...
dbt-labs__dbt-core-9630
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: ce10240f5b3f0112d3628389e52ecc327c191922 Changed files: - core/setup.py ## Problem...
diff --git a/core/setup.py b/core/setup.py index 0000000..0000000 100644 --- a/core/setup.py +++ b/core/setup.py @@ -79,7 +79,7 @@ setup( # ---- # Expect compatibility with all new versions of these packages, so lower bounds only. "packaging>20.9", - "protobuf>=4.0.0", + "protob...
3,239
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9630", "repo": "dbt-labs/dbt-core", "base_commit": "ce10240f5b3f0112d3628389e52ecc327c191922", "pull_number": 9630, "issue_numbers": [ ...
dbt-labs__dbt-core-9631
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 7df747ae04a8c99dbd745085f42cd4647ec71d80 Changed files: - core/dbt/task/run.py - co...
diff --git a/core/dbt/task/run.py b/core/dbt/task/run.py index 0000000..0000000 100644 --- a/core/dbt/task/run.py +++ b/core/dbt/task/run.py @@ -33,6 +33,7 @@ from dbt.adapters.events.types import ( HooksRunning, FinishedRunningStats, ) +from dbt_common.events.contextvars import log_contextvars from dbt_com...
34,171
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9631", "repo": "dbt-labs/dbt-core", "base_commit": "7df747ae04a8c99dbd745085f42cd4647ec71d80", "pull_number": 9631, "issue_numbers": [ ...
dbt-labs__dbt-core-9640
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 7ea46708327260c85460d8034ef6ab84fe3d1b78 Changed files: - core/setup.py ## Problem...
diff --git a/core/setup.py b/core/setup.py index 0000000..0000000 100644 --- a/core/setup.py +++ b/core/setup.py @@ -49,9 +49,9 @@ setup( # ---- # dbt-core uses these packages deeply, throughout the codebase, and there have been breaking changes in past patch releases (even though these are major-vers...
3,155
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9640", "repo": "dbt-labs/dbt-core", "base_commit": "7ea46708327260c85460d8034ef6ab84fe3d1b78", "pull_number": 9640, "issue_numbers": [ ...
dbt-labs__dbt-core-9646
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 869ba181c7550e65c4f2b765a2732def674823d7 Changed files: - core/dbt/cli/main.py ## ...
diff --git a/core/dbt/cli/main.py b/core/dbt/cli/main.py index 0000000..0000000 100644 --- a/core/dbt/cli/main.py +++ b/core/dbt/cli/main.py @@ -595,6 +595,7 @@ def run(ctx, **kwargs): @p.vars @p.profile @p.target +@p.target_path @p.threads @p.full_refresh @requires.postflight
26,418
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9646", "repo": "dbt-labs/dbt-core", "base_commit": "869ba181c7550e65c4f2b765a2732def674823d7", "pull_number": 9646, "issue_numbers": [ ...
dbt-labs__dbt-core-9650
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: d1ebf9d12a42d9bf0fa4e6d835c618979f3f83db Changed files: - core/dbt/contracts/graph/...
diff --git a/core/dbt/contracts/graph/nodes.py b/core/dbt/contracts/graph/nodes.py index 0000000..0000000 100644 --- a/core/dbt/contracts/graph/nodes.py +++ b/core/dbt/contracts/graph/nodes.py @@ -492,6 +492,60 @@ class ModelNode(ModelResource, CompiledNode): def materialization_enforces_constraints(self) -> bool:...
38,748
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9650", "repo": "dbt-labs/dbt-core", "base_commit": "d1ebf9d12a42d9bf0fa4e6d835c618979f3f83db", "pull_number": 9650, "issue_numbers": [ ...
dbt-labs__dbt-core-9677
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 0d723f180af624042012755b2ac9b342c77c68d5 Changed files: - core/dbt/contracts/graph/...
diff --git a/core/dbt/contracts/graph/nodes.py b/core/dbt/contracts/graph/nodes.py index 0000000..0000000 100644 --- a/core/dbt/contracts/graph/nodes.py +++ b/core/dbt/contracts/graph/nodes.py @@ -87,6 +87,7 @@ from dbt.artifacts.resources import ( Snapshot as SnapshotResource, Quoting as QuotingResource, ...
89,022
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9677", "repo": "dbt-labs/dbt-core", "base_commit": "0d723f180af624042012755b2ac9b342c77c68d5", "pull_number": 9677, "issue_numbers": [ ...
dbt-labs__dbt-core-9680
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 7329143ffb1b3558e805191c10679cfacf65bf0f Changed files: - core/dbt/tracking.py ## ...
diff --git a/core/dbt/tracking.py b/core/dbt/tracking.py index 0000000..0000000 100644 --- a/core/dbt/tracking.py +++ b/core/dbt/tracking.py @@ -9,7 +9,9 @@ from typing import Optional import logbook import pytz import requests +from packaging.version import Version from snowplow_tracker import Emitter, SelfDescrib...
12,563
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9680", "repo": "dbt-labs/dbt-core", "base_commit": "7329143ffb1b3558e805191c10679cfacf65bf0f", "pull_number": 9680, "issue_numbers": [ ...
dbt-labs__dbt-core-9682
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: a0372fc0780fc5d11a5d52b748d64970c9f169b5 Changed files: - core/dbt/adapters/base/re...
diff --git a/core/dbt/adapters/base/relation.py b/core/dbt/adapters/base/relation.py index 0000000..0000000 100644 --- a/core/dbt/adapters/base/relation.py +++ b/core/dbt/adapters/base/relation.py @@ -41,13 +41,13 @@ class BaseRelation(FakeAPIObject, Hashable): # adding a relation type here also requires defining ...
14,146
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9682", "repo": "dbt-labs/dbt-core", "base_commit": "a0372fc0780fc5d11a5d52b748d64970c9f169b5", "pull_number": 9682, "issue_numbers": [ ...
dbt-labs__dbt-core-9700
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: f48a927b86908e8adcec22d4652c63d0f03019c4 Changed files: - core/dbt/parser/schemas.p...
diff --git a/core/dbt/parser/schemas.py b/core/dbt/parser/schemas.py index 0000000..0000000 100644 --- a/core/dbt/parser/schemas.py +++ b/core/dbt/parser/schemas.py @@ -897,10 +897,43 @@ class ModelPatchParser(NodePatchParser[UnparsedModelUpdate]): f"Type must be one of {[ct.value for ct in Constra...
26,293
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9700", "repo": "dbt-labs/dbt-core", "base_commit": "f48a927b86908e8adcec22d4652c63d0f03019c4", "pull_number": 9700, "issue_numbers": [ ...
dbt-labs__dbt-core-9709
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: a0abc58130d1acc1e4fe690888c33dfaaef33577 Changed files: - core/dbt/parser/schema_re...
diff --git a/core/dbt/parser/schema_renderer.py b/core/dbt/parser/schema_renderer.py index 0000000..0000000 100644 --- a/core/dbt/parser/schema_renderer.py +++ b/core/dbt/parser/schema_renderer.py @@ -74,12 +74,13 @@ class SchemaYamlRenderer(BaseRenderer): elif self._is_norender_key(keypath[0:]): ...
2,843
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9709", "repo": "dbt-labs/dbt-core", "base_commit": "a0abc58130d1acc1e4fe690888c33dfaaef33577", "pull_number": 9709, "issue_numbers": [ ...
dbt-labs__dbt-core-9714
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: e4fe839e4574187b574473596a471092267a9f2e Changed files: - core/dbt/parser/manifest....
diff --git a/core/dbt/parser/manifest.py b/core/dbt/parser/manifest.py index 0000000..0000000 100644 --- a/core/dbt/parser/manifest.py +++ b/core/dbt/parser/manifest.py @@ -270,6 +270,7 @@ class ManifestLoader: # have been enabled, but not happening because of some issue. self.partially_parsing = Fals...
50,419
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9714", "repo": "dbt-labs/dbt-core", "base_commit": "e4fe839e4574187b574473596a471092267a9f2e", "pull_number": 9714, "issue_numbers": [ ...
dbt-labs__dbt-core-9722
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 6fd0a947297056e4a92d796111a2be578b774b47 Changed files: - core/dbt/parser/partial.p...
diff --git a/core/dbt/parser/partial.py b/core/dbt/parser/partial.py index 0000000..0000000 100644 --- a/core/dbt/parser/partial.py +++ b/core/dbt/parser/partial.py @@ -211,6 +211,7 @@ class PartialParsing: if ( file_id not in self.project_parser_files[project_name][parser_name] and f...
34,648
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9722", "repo": "dbt-labs/dbt-core", "base_commit": "6fd0a947297056e4a92d796111a2be578b774b47", "pull_number": 9722, "issue_numbers": [ ...
dbt-labs__dbt-core-9733
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: ee74a60082b34c3a3d0df8a0d5d5cbfd7ec5ed6a Changed files: - core/dbt/artifacts/schema...
diff --git a/core/dbt/artifacts/schemas/run/v5/run.py b/core/dbt/artifacts/schemas/run/v5/run.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/schemas/run/v5/run.py +++ b/core/dbt/artifacts/schemas/run/v5/run.py @@ -1,9 +1,11 @@ import threading from typing import Any, Optional, Iterable, Tuple, Sequence, Di...
93,048
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9733", "repo": "dbt-labs/dbt-core", "base_commit": "ee74a60082b34c3a3d0df8a0d5d5cbfd7ec5ed6a", "pull_number": 9733, "issue_numbers": [ ...
dbt-labs__dbt-core-9736
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: deedeeb9cecad7069152740079eda8315d7fa420 Changed files: - core/dbt/cli/params.py - ...
diff --git a/core/dbt/cli/params.py b/core/dbt/cli/params.py index 0000000..0000000 100644 --- a/core/dbt/cli/params.py +++ b/core/dbt/cli/params.py @@ -397,6 +397,7 @@ resource_type = click.option( [ "metric", "semantic_model", + "saved_query", "source", ...
20,974
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9736", "repo": "dbt-labs/dbt-core", "base_commit": "deedeeb9cecad7069152740079eda8315d7fa420", "pull_number": 9736, "issue_numbers": [ ...
dbt-labs__dbt-core-9737
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: deedeeb9cecad7069152740079eda8315d7fa420 Changed files: - core/setup.py ## Problem...
diff --git a/core/setup.py b/core/setup.py index 0000000..0000000 100644 --- a/core/setup.py +++ b/core/setup.py @@ -72,7 +72,7 @@ setup( # Accept patches but avoid automatically updating past a set minor version range. "dbt-extractor>=0.5.0,<=0.6", "minimal-snowplow-tracker>=0.0.2,<0.1", - ...
3,892
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9737", "repo": "dbt-labs/dbt-core", "base_commit": "deedeeb9cecad7069152740079eda8315d7fa420", "pull_number": 9737, "issue_numbers": [ ...
dbt-labs__dbt-core-9763
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 65b366bca904ef741bedae255dfdbc3837f4d2e9 Changed files: - core/dbt/artifacts/schema...
diff --git a/core/dbt/artifacts/schemas/freshness/v3/freshness.py b/core/dbt/artifacts/schemas/freshness/v3/freshness.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/schemas/freshness/v3/freshness.py +++ b/core/dbt/artifacts/schemas/freshness/v3/freshness.py @@ -107,7 +107,11 @@ class FreshnessExecutionResult...
10,122
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9763", "repo": "dbt-labs/dbt-core", "base_commit": "65b366bca904ef741bedae255dfdbc3837f4d2e9", "pull_number": 9763, "issue_numbers": [ ...
dbt-labs__dbt-core-9772
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 65b366bca904ef741bedae255dfdbc3837f4d2e9 Changed files: - core/dbt/cli/flags.py - c...
diff --git a/core/dbt/cli/flags.py b/core/dbt/cli/flags.py index 0000000..0000000 100644 --- a/core/dbt/cli/flags.py +++ b/core/dbt/cli/flags.py @@ -28,6 +28,7 @@ if os.name != "nt": FLAGS_DEFAULTS = { "INDIRECT_SELECTION": "eager", "TARGET_PATH": None, + "DEFER_STATE": None, # necessary because of retry...
28,731
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9772", "repo": "dbt-labs/dbt-core", "base_commit": "65b366bca904ef741bedae255dfdbc3837f4d2e9", "pull_number": 9772, "issue_numbers": [ ...
dbt-labs__dbt-core-9779
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: c5eb6d70b44f966d17e76e834703bbc6ad05549e Changed files: - core/dbt/cli/option_types...
diff --git a/core/dbt/cli/option_types.py b/core/dbt/cli/option_types.py index 0000000..0000000 100644 --- a/core/dbt/cli/option_types.py +++ b/core/dbt/cli/option_types.py @@ -80,7 +80,10 @@ class ChoiceTuple(Choice): name = "CHOICE_TUPLE" def convert(self, value, param, ctx): - for value_item in va...
15,325
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9779", "repo": "dbt-labs/dbt-core", "base_commit": "c5eb6d70b44f966d17e76e834703bbc6ad05549e", "pull_number": 9779, "issue_numbers": [ ...
dbt-labs__dbt-core-9786
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: c52a015f36a9c7d0193b6972e46e4e7102e2269b Changed files: - core/setup.py ## Problem...
diff --git a/core/setup.py b/core/setup.py index 0000000..0000000 100644 --- a/core/setup.py +++ b/core/setup.py @@ -61,6 +61,7 @@ setup( # with major versions in each new minor version of dbt-core. "click>=8.0.2,<9.0", "networkx>=2.3,<4.0", + "protobuf>=4.0.0,<5", "requests<3...
3,349
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9786", "repo": "dbt-labs/dbt-core", "base_commit": "c52a015f36a9c7d0193b6972e46e4e7102e2269b", "pull_number": 9786, "issue_numbers": [ ...
dbt-labs__dbt-core-9793
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: e46eae1f0ef952a2e4f062c63b45fbb75a8b48af Changed files: - core/dbt/contracts/graph/...
diff --git a/core/dbt/contracts/graph/nodes.py b/core/dbt/contracts/graph/nodes.py index 0000000..0000000 100644 --- a/core/dbt/contracts/graph/nodes.py +++ b/core/dbt/contracts/graph/nodes.py @@ -954,16 +954,6 @@ class UnitTestDefinition(NodeInfoMixin, GraphNode, UnitTestDefinitionResource): def resource_class(cl...
44,872
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9793", "repo": "dbt-labs/dbt-core", "base_commit": "e46eae1f0ef952a2e4f062c63b45fbb75a8b48af", "pull_number": 9793, "issue_numbers": [ ...
dbt-labs__dbt-core-9794
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 7e72cace2bed236a99ec872146e397f2a0db7f71 Changed files: - core/dbt/artifacts/resour...
diff --git a/core/dbt/artifacts/resources/v1/saved_query.py b/core/dbt/artifacts/resources/v1/saved_query.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/resources/v1/saved_query.py +++ b/core/dbt/artifacts/resources/v1/saved_query.py @@ -21,6 +21,7 @@ class ExportConfig(dbtClassMixin): export_as: Export...
33,157
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9794", "repo": "dbt-labs/dbt-core", "base_commit": "7e72cace2bed236a99ec872146e397f2a0db7f71", "pull_number": 9794, "issue_numbers": [ ...
dbt-labs__dbt-core-9809
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: c07186855f6c6a94eeeac28f59a95ba049789d92 Changed files: - core/dbt/cli/main.py ## ...
diff --git a/core/dbt/cli/main.py b/core/dbt/cli/main.py index 0000000..0000000 100644 --- a/core/dbt/cli/main.py +++ b/core/dbt/cli/main.py @@ -54,7 +54,7 @@ class dbtRunner: def invoke(self, args: List[str], **kwargs) -> dbtRunnerResult: try: - dbt_ctx = cli.make_context(cli.name, args) + ...
17,891
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9809", "repo": "dbt-labs/dbt-core", "base_commit": "c07186855f6c6a94eeeac28f59a95ba049789d92", "pull_number": 9809, "issue_numbers": [ ...
dbt-labs__dbt-core-9810
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: c07186855f6c6a94eeeac28f59a95ba049789d92 Changed files: - core/dbt/compilation.py ...
diff --git a/core/dbt/compilation.py b/core/dbt/compilation.py index 0000000..0000000 100644 --- a/core/dbt/compilation.py +++ b/core/dbt/compilation.py @@ -274,7 +274,6 @@ class Compiler: def initialize(self): make_directory(self.config.project_target_path) - make_directory(self.config.packages_...
15,996
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9810", "repo": "dbt-labs/dbt-core", "base_commit": "c07186855f6c6a94eeeac28f59a95ba049789d92", "pull_number": 9810, "issue_numbers": [ ...
dbt-labs__dbt-core-9820
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: c07186855f6c6a94eeeac28f59a95ba049789d92 Changed files: - core/dbt/events/core_type...
diff --git a/core/dbt/events/core_types_pb2.py b/core/dbt/events/core_types_pb2.py index 0000000..0000000 100644 --- a/core/dbt/events/core_types_pb2.py +++ b/core/dbt/events/core_types_pb2.py @@ -16,7 +16,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__ from google.protobuf import...
111,094
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9820", "repo": "dbt-labs/dbt-core", "base_commit": "c07186855f6c6a94eeeac28f59a95ba049789d92", "pull_number": 9820, "issue_numbers": [ ...
dbt-labs__dbt-core-9823
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: e46eae1f0ef952a2e4f062c63b45fbb75a8b48af Changed files: - core/dbt/events/types.py ...
diff --git a/core/dbt/events/types.py b/core/dbt/events/types.py index 0000000..0000000 100644 --- a/core/dbt/events/types.py +++ b/core/dbt/events/types.py @@ -395,7 +395,7 @@ class TestsConfigDeprecation(WarnLevel): def message(self) -> str: description = ( f"The `{self.deprecated_path}` co...
46,389
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9823", "repo": "dbt-labs/dbt-core", "base_commit": "e46eae1f0ef952a2e4f062c63b45fbb75a8b48af", "pull_number": 9823, "issue_numbers": [ ...
dbt-labs__dbt-core-9825
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 9af5ec60690235ed948d5de05d81472b28219f03 Changed files: - core/dbt/task/base.py - c...
diff --git a/core/dbt/task/base.py b/core/dbt/task/base.py index 0000000..0000000 100644 --- a/core/dbt/task/base.py +++ b/core/dbt/task/base.py @@ -207,6 +207,9 @@ class BaseRunner(metaclass=ABCMeta): def compile(self, manifest: Manifest) -> Any: pass + def _node_build_path(self) -> Optional[str]: +...
18,523
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9825", "repo": "dbt-labs/dbt-core", "base_commit": "9af5ec60690235ed948d5de05d81472b28219f03", "pull_number": 9825, "issue_numbers": [ ...
dbt-labs__dbt-core-9844
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 0d87d314ac0387a91dd75134951940959000bfda Changed files: - core/dbt/parser/manifest....
diff --git a/core/dbt/parser/manifest.py b/core/dbt/parser/manifest.py index 0000000..0000000 100644 --- a/core/dbt/parser/manifest.py +++ b/core/dbt/parser/manifest.py @@ -835,13 +835,6 @@ class ManifestLoader: ) valid = False reparse_reason = ReparseReason.proj_env_vars_changed ...
50,175
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9844", "repo": "dbt-labs/dbt-core", "base_commit": "0d87d314ac0387a91dd75134951940959000bfda", "pull_number": 9844, "issue_numbers": [ ...
dbt-labs__dbt-core-9863
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: ebc22fa26c9cb26b6deef86cc0a7ceb1ee3fb642 Changed files: - core/dbt/events/types.py ...
diff --git a/core/dbt/events/types.py b/core/dbt/events/types.py index 0000000..0000000 100644 --- a/core/dbt/events/types.py +++ b/core/dbt/events/types.py @@ -1099,7 +1099,7 @@ class NoNodesForSelectionCriteria(WarnLevel): return "M030" def message(self) -> str: - return f"The selection criteri...
46,920
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9863", "repo": "dbt-labs/dbt-core", "base_commit": "ebc22fa26c9cb26b6deef86cc0a7ceb1ee3fb642", "pull_number": 9863, "issue_numbers": [ ...
dbt-labs__dbt-core-9879
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 6e74a91af7cb77509440c29780bc3b876b17450f Changed files: - core/dbt/parser/manifest....
diff --git a/core/dbt/parser/manifest.py b/core/dbt/parser/manifest.py index 0000000..0000000 100644 --- a/core/dbt/parser/manifest.py +++ b/core/dbt/parser/manifest.py @@ -817,13 +817,6 @@ class ManifestLoader: ) valid = False reparse_reason = ReparseReason.proj_env_vars_changed ...
46,100
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9879", "repo": "dbt-labs/dbt-core", "base_commit": "6e74a91af7cb77509440c29780bc3b876b17450f", "pull_number": 9879, "issue_numbers": [ ...
dbt-labs__dbt-core-9927
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: cb56f4fdc16d5a79953af3003645a1af5a000926 Changed files: - core/dbt/events/types.py ...
diff --git a/core/dbt/events/types.py b/core/dbt/events/types.py index 0000000..0000000 100644 --- a/core/dbt/events/types.py +++ b/core/dbt/events/types.py @@ -1,7 +1,7 @@ import json from dbt.constants import MAXIMUM_SEED_SIZE_NAME, PIN_PACKAGE_URL -from dbt_common.ui import warning_tag, line_wrap_message, green,...
50,411
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9927", "repo": "dbt-labs/dbt-core", "base_commit": "cb56f4fdc16d5a79953af3003645a1af5a000926", "pull_number": 9927, "issue_numbers": [ ...
dbt-labs__dbt-core-9930
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: c53d67d3b5efbc050470856a79362ce90881130e Changed files: - core/dbt/artifacts/resour...
diff --git a/core/dbt/artifacts/resources/v1/semantic_model.py b/core/dbt/artifacts/resources/v1/semantic_model.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/resources/v1/semantic_model.py +++ b/core/dbt/artifacts/resources/v1/semantic_model.py @@ -42,7 +42,7 @@ class NodeRelation(dbtClassMixin): alias...
6,548
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9930", "repo": "dbt-labs/dbt-core", "base_commit": "c53d67d3b5efbc050470856a79362ce90881130e", "pull_number": 9930, "issue_numbers": [ ...
dbt-labs__dbt-core-9948
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 2e3c6fe61453d08ce6692e015036c2efcb0afb8f Changed files: - core/setup.py ## Problem...
diff --git a/core/setup.py b/core/setup.py index 0000000..0000000 100644 --- a/core/setup.py +++ b/core/setup.py @@ -49,7 +49,7 @@ setup( # ---- # dbt-core uses these packages deeply, throughout the codebase, and there have been breaking changes in past patch releases (even though these are major-vers...
3,781
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9948", "repo": "dbt-labs/dbt-core", "base_commit": "2e3c6fe61453d08ce6692e015036c2efcb0afb8f", "pull_number": 9948, "issue_numbers": [ ...
dbt-labs__dbt-core-9986
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 27943a5ebc1a1487145c835b89296277affe226e Changed files: - core/dbt/contracts/projec...
diff --git a/core/dbt/contracts/project.py b/core/dbt/contracts/project.py index 0000000..0000000 100644 --- a/core/dbt/contracts/project.py +++ b/core/dbt/contracts/project.py @@ -101,13 +101,26 @@ class PackageConfig(dbtClassMixin): @classmethod def validate(cls, data): for package in data.get("pac...
9,226
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-9986", "repo": "dbt-labs/dbt-core", "base_commit": "27943a5ebc1a1487145c835b89296277affe226e", "pull_number": 9986, "issue_numbers": [ ...
dbt-labs__dbt-core-10009
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 528b95cba8a730963efe343edad1ad19ebe42f7d Changed files: - core/dbt/graph/cli.py - c...
diff --git a/core/dbt/graph/cli.py b/core/dbt/graph/cli.py index 0000000..0000000 100644 --- a/core/dbt/graph/cli.py +++ b/core/dbt/graph/cli.py @@ -28,7 +28,6 @@ DEFAULT_EXCLUDES: List[str] = [] def parse_union( components: List[str], expect_exists: bool, - indirect_selection: IndirectSelection = Indirec...
28,908
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10009", "repo": "dbt-labs/dbt-core", "base_commit": "528b95cba8a730963efe343edad1ad19ebe42f7d", "pull_number": 10009, "issue_numbers": ...
dbt-labs__dbt-core-10015
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 27943a5ebc1a1487145c835b89296277affe226e Changed files: - core/dbt/artifacts/resour...
diff --git a/core/dbt/artifacts/resources/v1/config.py b/core/dbt/artifacts/resources/v1/config.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/resources/v1/config.py +++ b/core/dbt/artifacts/resources/v1/config.py @@ -1,3 +1,5 @@ +import re + from dbt_common.dataclass_schema import dbtClassMixin, Validation...
7,269
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10015", "repo": "dbt-labs/dbt-core", "base_commit": "27943a5ebc1a1487145c835b89296277affe226e", "pull_number": 10015, "issue_numbers": ...
dbt-labs__dbt-core-10065
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 487a5321dfb487afa5a891f2c90e46319c45f46c Changed files: - core/dbt/contracts/graph/...
diff --git a/core/dbt/contracts/graph/unparsed.py b/core/dbt/contracts/graph/unparsed.py index 0000000..0000000 100644 --- a/core/dbt/contracts/graph/unparsed.py +++ b/core/dbt/contracts/graph/unparsed.py @@ -269,6 +269,7 @@ class UnparsedMacroUpdate(HasConfig, HasColumnProps, HasYamlMetadata): class UnparsedSourceTab...
55,055
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10065", "repo": "dbt-labs/dbt-core", "base_commit": "487a5321dfb487afa5a891f2c90e46319c45f46c", "pull_number": 10065, "issue_numbers": ...
dbt-labs__dbt-core-10084
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 29b83598e3530e99a441e4b6de51f9f9dace781f Changed files: - core/dbt/contracts/projec...
diff --git a/core/dbt/contracts/project.py b/core/dbt/contracts/project.py index 0000000..0000000 100644 --- a/core/dbt/contracts/project.py +++ b/core/dbt/contracts/project.py @@ -78,6 +78,16 @@ class GitPackage(Package): return [str(self.revision)] +@dataclass +class PrivatePackage(Package): + pri...
13,132
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10084", "repo": "dbt-labs/dbt-core", "base_commit": "29b83598e3530e99a441e4b6de51f9f9dace781f", "pull_number": 10084, "issue_numbers": ...
dbt-labs__dbt-core-10096
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 84cc54007ea829a3d8262c355c41995ac6199594 Changed files: - core/dbt/artifacts/resour...
diff --git a/core/dbt/artifacts/resources/v1/model.py b/core/dbt/artifacts/resources/v1/model.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/resources/v1/model.py +++ b/core/dbt/artifacts/resources/v1/model.py @@ -31,6 +31,7 @@ class Model(CompiledResource): latest_version: Optional[NodeVersion] = None ...
51,979
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10096", "repo": "dbt-labs/dbt-core", "base_commit": "84cc54007ea829a3d8262c355c41995ac6199594", "pull_number": 10096, "issue_numbers": ...
dbt-labs__dbt-core-10103
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 760e4cea3a36b428fc0e66148ab87f10b971ad06 Changed files: - core/dbt/artifacts/schema...
diff --git a/core/dbt/artifacts/schemas/run/v5/run.py b/core/dbt/artifacts/schemas/run/v5/run.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/schemas/run/v5/run.py +++ b/core/dbt/artifacts/schemas/run/v5/run.py @@ -2,7 +2,13 @@ import copy import threading from dataclasses import dataclass, field from date...
16,356
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10103", "repo": "dbt-labs/dbt-core", "base_commit": "760e4cea3a36b428fc0e66148ab87f10b971ad06", "pull_number": 10103, "issue_numbers": ...
dbt-labs__dbt-core-10108
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: fe9e39dab8df083b0e06b6392afbf97a01eda0e6 Changed files: - core/dbt/context/provider...
diff --git a/core/dbt/context/providers.py b/core/dbt/context/providers.py index 0000000..0000000 100644 --- a/core/dbt/context/providers.py +++ b/core/dbt/context/providers.py @@ -554,8 +554,11 @@ class RuntimeRefResolver(BaseRefResolver): and target_model.defer_relation and self.config.args....
48,861
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10108", "repo": "dbt-labs/dbt-core", "base_commit": "fe9e39dab8df083b0e06b6392afbf97a01eda0e6", "pull_number": 10108, "issue_numbers": ...
dbt-labs__dbt-core-10117
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 84cc54007ea829a3d8262c355c41995ac6199594 Changed files: - core/dbt/events/types.py ...
diff --git a/core/dbt/events/types.py b/core/dbt/events/types.py index 0000000..0000000 100644 --- a/core/dbt/events/types.py +++ b/core/dbt/events/types.py @@ -1822,7 +1822,7 @@ class SQLCompiledPath(InfoLevel): return "Z026" def message(self) -> str: - return f" compiled Code at {self.path}" +...
49,804
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10117", "repo": "dbt-labs/dbt-core", "base_commit": "84cc54007ea829a3d8262c355c41995ac6199594", "pull_number": 10117, "issue_numbers": ...
dbt-labs__dbt-core-10177
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 341803d78454f26932267b4c5da361c83556e96a Changed files: - core/dbt/cli/requires.py ...
diff --git a/core/dbt/cli/requires.py b/core/dbt/cli/requires.py index 0000000..0000000 100644 --- a/core/dbt/cli/requires.py +++ b/core/dbt/cli/requires.py @@ -32,6 +32,7 @@ from dbt.parser.manifest import parse_manifest from dbt.plugins import set_up_plugin_manager from dbt.profiler import profiler from dbt.tracki...
17,065
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10177", "repo": "dbt-labs/dbt-core", "base_commit": "341803d78454f26932267b4c5da361c83556e96a", "pull_number": 10177, "issue_numbers": ...
dbt-labs__dbt-core-10175
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: e0783c292231dca50c0f9ca9addb1c2dd45bb7e9 Changed files: - core/dbt/cli/requires.py ...
diff --git a/core/dbt/cli/requires.py b/core/dbt/cli/requires.py index 0000000..0000000 100644 --- a/core/dbt/cli/requires.py +++ b/core/dbt/cli/requires.py @@ -41,7 +41,12 @@ from dbt_common.events.functions import LOG_VERSION, fire_event from dbt_common.events.helpers import get_json_string_utcnow from dbt_common.e...
8,011
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10175", "repo": "dbt-labs/dbt-core", "base_commit": "e0783c292231dca50c0f9ca9addb1c2dd45bb7e9", "pull_number": 10175, "issue_numbers": ...
dbt-labs__dbt-core-10244
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: a677abd5e84bd8e5d6ed3cec0903345e226d9462 Changed files: - core/dbt/task/printer.py ...
diff --git a/core/dbt/task/printer.py b/core/dbt/task/printer.py index 0000000..0000000 100644 --- a/core/dbt/task/printer.py +++ b/core/dbt/task/printer.py @@ -13,6 +13,7 @@ from dbt.events.types import ( StatsLine, ) from dbt.node_types import NodeType +from dbt_common.events.base_types import EventLevel from...
9,418
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10244", "repo": "dbt-labs/dbt-core", "base_commit": "a677abd5e84bd8e5d6ed3cec0903345e226d9462", "pull_number": 10244, "issue_numbers": ...
dbt-labs__dbt-core-10264
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: a677abd5e84bd8e5d6ed3cec0903345e226d9462 Changed files: - core/dbt/cli/flags.py - c...
diff --git a/core/dbt/cli/flags.py b/core/dbt/cli/flags.py index 0000000..0000000 100644 --- a/core/dbt/cli/flags.py +++ b/core/dbt/cli/flags.py @@ -289,6 +289,10 @@ class Flags: params_assigned_from_default, ["WARN_ERROR", "WARN_ERROR_OPTIONS"] ) + # Handle arguments mutually exclusive w...
34,264
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10264", "repo": "dbt-labs/dbt-core", "base_commit": "a677abd5e84bd8e5d6ed3cec0903345e226d9462", "pull_number": 10264, "issue_numbers": ...
dbt-labs__dbt-core-10275
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: dbt-labs/dbt-core Base commit: 88ccc8a447fa35c7e84899c535cdf2d93b0d0628 Changed files: - core/dbt/artifacts/resour...
diff --git a/core/dbt/artifacts/resources/v1/snapshot.py b/core/dbt/artifacts/resources/v1/snapshot.py index 0000000..0000000 100644 --- a/core/dbt/artifacts/resources/v1/snapshot.py +++ b/core/dbt/artifacts/resources/v1/snapshot.py @@ -18,39 +18,35 @@ class SnapshotConfig(NodeConfig): # Not using Optional because...
53,646
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "dbt-labs__dbt-core-10275", "repo": "dbt-labs/dbt-core", "base_commit": "88ccc8a447fa35c7e84899c535cdf2d93b0d0628", "pull_number": 10275, "issue_numbers": ...
common-workflow-language__cwltool-231
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: feb13262f28ee6aeff71c8c5e1fee607e4729547 Changed files: - cwltool/dr...
diff --git a/cwltool/draft2tool.py b/cwltool/draft2tool.py index 0000000..0000000 100644 --- a/cwltool/draft2tool.py +++ b/cwltool/draft2tool.py @@ -25,7 +25,9 @@ from .pathmapper import PathMapper from .job import CommandLineJob from .stdfsaccess import StdFsAccess -ACCEPTLIST_RE = re.compile(r"^[a-zA-Z0-9._+-]+$"...
33,910
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-231", "repo": "common-workflow-language/cwltool", "base_commit": "feb13262f28ee6aeff71c8c5e1fee607e4729547", "pull_number"...
common-workflow-language__cwltool-232
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 5ab452eef63e6cb165d993524e2bd920e78c4a21 Changed files: - cwltool/pr...
diff --git a/cwltool/process.py b/cwltool/process.py index 0000000..0000000 100644 --- a/cwltool/process.py +++ b/cwltool/process.py @@ -555,8 +555,11 @@ class Process(object): for r in hints: try: if avsc_names.get_name(r["class"], "") is not None: - validate.v...
19,181
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-232", "repo": "common-workflow-language/cwltool", "base_commit": "5ab452eef63e6cb165d993524e2bd920e78c4a21", "pull_number"...
common-workflow-language__cwltool-410
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: a5b0fc8eaf1943cae4ffeab0de54174832158574 Changed files: - cwltool/pr...
diff --git a/cwltool/process.py b/cwltool/process.py index 0000000..0000000 100644 --- a/cwltool/process.py +++ b/cwltool/process.py @@ -344,6 +344,8 @@ def formatSubclassOf(fmt, cls, ontology, visited): def checkFormat(actualFile, inputFormats, ontology): # type: (Union[Dict[Text, Any], List, Text], Union[List[T...
50,532
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-410", "repo": "common-workflow-language/cwltool", "base_commit": "a5b0fc8eaf1943cae4ffeab0de54174832158574", "pull_number"...
common-workflow-language__cwltool-439
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 6d3e9f0b0f2c4fb78b76eb4270451f29515322f3 Changed files: - cwltool/lo...
diff --git a/cwltool/load_tool.py b/cwltool/load_tool.py index 0000000..0000000 100644 --- a/cwltool/load_tool.py +++ b/cwltool/load_tool.py @@ -133,7 +133,8 @@ def validate_document(document_loader, # type: Loader enable_dev=False, # type: bool strict=True, # type: bool...
31,845
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-439", "repo": "common-workflow-language/cwltool", "base_commit": "6d3e9f0b0f2c4fb78b76eb4270451f29515322f3", "pull_number"...
common-workflow-language__cwltool-525
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: a22bed6eb4314244e680c74a7b2c3112522b6642 Changed files: - cwltool/dr...
diff --git a/cwltool/draft2tool.py b/cwltool/draft2tool.py index 0000000..0000000 100644 --- a/cwltool/draft2tool.py +++ b/cwltool/draft2tool.py @@ -534,8 +534,6 @@ class CommandLineTool(Process): visit_class(ret, ("File", "Directory"), cast(Callable[[Any], Any], revmap)) visit_class(r...
46,902
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-525", "repo": "common-workflow-language/cwltool", "base_commit": "a22bed6eb4314244e680c74a7b2c3112522b6642", "pull_number"...
common-workflow-language__cwltool-532
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 734322eb5677717c5836eed361823f0a585e5de1 Changed files: - cwltool/dr...
diff --git a/cwltool/draft2tool.py b/cwltool/draft2tool.py index 0000000..0000000 100644 --- a/cwltool/draft2tool.py +++ b/cwltool/draft2tool.py @@ -244,7 +244,6 @@ class CommandLineTool(Process): # type: (...) -> Generator[Union[JobBase, CallbackJob], None, None] jobname = uniquename(kwargs.get("na...
27,414
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-532", "repo": "common-workflow-language/cwltool", "base_commit": "734322eb5677717c5836eed361823f0a585e5de1", "pull_number"...
common-workflow-language__cwltool-554
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: dc621b51865f28a48073c37599d72fc17e6bca9f Changed files: - cwltool/dr...
diff --git a/cwltool/draft2tool.py b/cwltool/draft2tool.py index 0000000..0000000 100644 --- a/cwltool/draft2tool.py +++ b/cwltool/draft2tool.py @@ -264,6 +264,8 @@ class CommandLineTool(Process): dockerimg = docker_req.get("dockerImageId") or docker_req.get("dockerPull") elif kwargs.get("...
19,560
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-554", "repo": "common-workflow-language/cwltool", "base_commit": "dc621b51865f28a48073c37599d72fc17e6bca9f", "pull_number"...
common-workflow-language__cwltool-570
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 06808a342ea876412203df0cb6e6fca972280a88 Changed files: - cwltool/pa...
diff --git a/cwltool/pack.py b/cwltool/pack.py index 0000000..0000000 100644 --- a/cwltool/pack.py +++ b/cwltool/pack.py @@ -1,9 +1,11 @@ from __future__ import absolute_import import copy +import re from typing import Any, Callable, Dict, List, Set, Text, Union, cast from schema_salad.ref_resolver import Loader ...
4,955
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-570", "repo": "common-workflow-language/cwltool", "base_commit": "06808a342ea876412203df0cb6e6fca972280a88", "pull_number"...
common-workflow-language__cwltool-575
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 6670a194871bdd984c7a72a4d5137ff5a45f4a01 Changed files: - cwltool/lo...
diff --git a/cwltool/load_tool.py b/cwltool/load_tool.py index 0000000..0000000 100644 --- a/cwltool/load_tool.py +++ b/cwltool/load_tool.py @@ -281,10 +281,13 @@ def make_tool(document_loader, # type: Loader """Make a Python CWL object.""" resolveduri = document_loader.resolve_ref(uri)[0] + processobj ...
10,090
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-575", "repo": "common-workflow-language/cwltool", "base_commit": "6670a194871bdd984c7a72a4d5137ff5a45f4a01", "pull_number"...
common-workflow-language__cwltool-586
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 5adb3fb0ca76fc8cfca21ce4fde496ed91df8b42 Changed files: - cwltool/pa...
diff --git a/cwltool/pack.py b/cwltool/pack.py index 0000000..0000000 100644 --- a/cwltool/pack.py +++ b/cwltool/pack.py @@ -149,6 +149,7 @@ def pack(document_loader, processobj, uri, metadata): packed = {"$graph": [], "cwlVersion": metadata["cwlVersion"] } # type: Dict[Text, Any] + namespaces...
5,815
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-586", "repo": "common-workflow-language/cwltool", "base_commit": "5adb3fb0ca76fc8cfca21ce4fde496ed91df8b42", "pull_number"...
common-workflow-language__cwltool-587
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 22128461498745e4518af4a3107c552768758238 Changed files: - cwltool/dr...
diff --git a/cwltool/draft2tool.py b/cwltool/draft2tool.py index 0000000..0000000 100644 --- a/cwltool/draft2tool.py +++ b/cwltool/draft2tool.py @@ -1,14 +1,16 @@ from __future__ import absolute_import import copy import hashlib +import locale import json import logging import os import re import shutil import...
19,414
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-587", "repo": "common-workflow-language/cwltool", "base_commit": "22128461498745e4518af4a3107c552768758238", "pull_number"...
common-workflow-language__cwltool-604
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: a473bb39457b3273408069f8aa314edc72ede8eb Changed files: - cwltool/jo...
diff --git a/cwltool/job.py b/cwltool/job.py index 0000000..0000000 100644 --- a/cwltool/job.py +++ b/cwltool/job.py @@ -1,4 +1,5 @@ from __future__ import absolute_import +import codecs import functools import io import json @@ -549,14 +550,14 @@ def _job_popen( stdin_path=stdin_path, ) ...
15,629
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-604", "repo": "common-workflow-language/cwltool", "base_commit": "a473bb39457b3273408069f8aa314edc72ede8eb", "pull_number"...
common-workflow-language__cwltool-625
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: d15dc315e58302812bbb97b4586f7536738d272c Changed files: - cwltool/jo...
diff --git a/cwltool/job.py b/cwltool/job.py index 0000000..0000000 100644 --- a/cwltool/job.py +++ b/cwltool/job.py @@ -341,7 +341,7 @@ class DockerCommandLineJob(JobBase): ensure_writable(host_outdir_tgt) elif vol.type == "WritableDirectory": if vol.resolved.startswi...
15,874
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-625", "repo": "common-workflow-language/cwltool", "base_commit": "d15dc315e58302812bbb97b4586f7536738d272c", "pull_number"...
common-workflow-language__cwltool-632
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: c48d8826d46a2c2ac71d1811e2a0279efa479225 Changed files: - cwltool/bu...
diff --git a/cwltool/builder.py b/cwltool/builder.py index 0000000..0000000 100644 --- a/cwltool/builder.py +++ b/cwltool/builder.py @@ -230,7 +230,7 @@ class Builder(object): return [prefix] if prefix else [] elif value is True and prefix: return [prefix] - elif value is False...
7,379
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-632", "repo": "common-workflow-language/cwltool", "base_commit": "c48d8826d46a2c2ac71d1811e2a0279efa479225", "pull_number"...
common-workflow-language__cwltool-637
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 0866dad3d0da045668471da032d278a9ddbc9b56 Changed files: - cwltool/pr...
diff --git a/cwltool/process.py b/cwltool/process.py index 0000000..0000000 100644 --- a/cwltool/process.py +++ b/cwltool/process.py @@ -608,8 +608,9 @@ class Process(six.with_metaclass(abc.ABCMeta, object)): builder.stagedir = builder.fs_access.docker_compatible_realpath(kwargs.get("docker_stagedir") or "...
24,053
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-637", "repo": "common-workflow-language/cwltool", "base_commit": "0866dad3d0da045668471da032d278a9ddbc9b56", "pull_number"...
common-workflow-language__cwltool-639
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: c0d1e62c382166875b14d263ff5a1db197e5bf94 Changed files: - cwltool/bu...
diff --git a/cwltool/builder.py b/cwltool/builder.py index 0000000..0000000 100644 --- a/cwltool/builder.py +++ b/cwltool/builder.py @@ -78,6 +78,7 @@ class Builder(object): lead_pos = [] bindings = [] # type: List[Dict[Text,Text]] binding = None # type: Dict[Text,Any] + value_fr...
8,149
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-639", "repo": "common-workflow-language/cwltool", "base_commit": "c0d1e62c382166875b14d263ff5a1db197e5bf94", "pull_number"...
common-workflow-language__cwltool-640
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: d7a74eb61f5d107ac9966bc23682adac1cc3d255 Changed files: - cwltool/bu...
diff --git a/cwltool/builder.py b/cwltool/builder.py index 0000000..0000000 100644 --- a/cwltool/builder.py +++ b/cwltool/builder.py @@ -252,8 +252,8 @@ class Builder(object): return [a for a in args if a is not None] - def do_eval(self, ex, context=None, pull_image=True, recursive=False): - # ty...
33,525
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-640", "repo": "common-workflow-language/cwltool", "base_commit": "d7a74eb61f5d107ac9966bc23682adac1cc3d255", "pull_number"...
common-workflow-language__cwltool-641
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 9134ec8b97e14164295c5b70788e3e64acee14cc Changed files: - cwltool/wo...
diff --git a/cwltool/workflow.py b/cwltool/workflow.py index 0000000..0000000 100644 --- a/cwltool/workflow.py +++ b/cwltool/workflow.py @@ -145,7 +145,7 @@ def can_assign_src_to_sink(src, sink, strict=False): # type: (Any, Any, bool) - In strict comparison, all source types must match at least one sink type. ...
28,832
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-641", "repo": "common-workflow-language/cwltool", "base_commit": "9134ec8b97e14164295c5b70788e3e64acee14cc", "pull_number"...
common-workflow-language__cwltool-647
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: af59ba24d317ae477a2ac9d1cf88ac46a8a274fd Changed files: - cwltool/ex...
diff --git a/cwltool/executors.py b/cwltool/executors.py index 0000000..0000000 100644 --- a/cwltool/executors.py +++ b/cwltool/executors.py @@ -71,7 +71,8 @@ class JobExecutor(object): if self.final_output and self.final_output[0] and finaloutdir: self.final_output[0] = relocateOutputs(self.final...
29,060
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-647", "repo": "common-workflow-language/cwltool", "base_commit": "af59ba24d317ae477a2ac9d1cf88ac46a8a274fd", "pull_number"...
common-workflow-language__cwltool-651
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: d80695673095e424c35c88be32760c796978281c Changed files: - cwltool/ar...
diff --git a/cwltool/argparser.py b/cwltool/argparser.py new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/cwltool/argparser.py @@ -0,0 +1,373 @@ +from __future__ import absolute_import +from __future__ import print_function + +import argparse +import logging +import os + +from typing import (Any, AnyStr,...
30,014
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-651", "repo": "common-workflow-language/cwltool", "base_commit": "d80695673095e424c35c88be32760c796978281c", "pull_number"...
common-workflow-language__cwltool-652
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: d9a3a015f45ee7e45970254c98032b9232880c39 Changed files: - cwltool/ex...
diff --git a/cwltool/expression.py b/cwltool/expression.py index 0000000..0000000 100644 --- a/cwltool/expression.py +++ b/cwltool/expression.py @@ -120,55 +120,76 @@ def scanner(scan): # type: (Text) -> List[int] return None -def next_seg(remain, obj): # type: (Text, Any) -> Any - if remain: - ...
9,133
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-652", "repo": "common-workflow-language/cwltool", "base_commit": "d9a3a015f45ee7e45970254c98032b9232880c39", "pull_number"...
common-workflow-language__cwltool-653
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 4c69907c157e67f92b1abe67c45aa070218595ca Changed files: - cwltool/ex...
diff --git a/cwltool/expression.py b/cwltool/expression.py index 0000000..0000000 100644 --- a/cwltool/expression.py +++ b/cwltool/expression.py @@ -185,7 +185,7 @@ def interpolate(scan, rootvars, e = evaluator(scan[w[0] + 1:w[1]], jslib, rootvars, fullJS=fullJS, timeout=timeout,...
6,465
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-653", "repo": "common-workflow-language/cwltool", "base_commit": "4c69907c157e67f92b1abe67c45aa070218595ca", "pull_number"...
common-workflow-language__cwltool-670
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: f454efb1e980b2a9374afba4a8b793f73f4d891a Changed files: - cwltool/ar...
diff --git a/cwltool/argparser.py b/cwltool/argparser.py index 0000000..0000000 100644 --- a/cwltool/argparser.py +++ b/cwltool/argparser.py @@ -15,6 +15,9 @@ from .software_requirements import (SOFTWARE_REQUIREMENTS_ENABLED) _logger = logging.getLogger("cwltool") +DEFAULT_TMP_PREFIX = "tmp" + + def arg_parser():...
28,463
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-670", "repo": "common-workflow-language/cwltool", "base_commit": "f454efb1e980b2a9374afba4a8b793f73f4d891a", "pull_number"...
common-workflow-language__cwltool-672
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 1124d2d9ce48735890432f3eff9c584bb59bc067 Changed files: - cwltool/sa...
diff --git a/cwltool/sandboxjs.py b/cwltool/sandboxjs.py index 0000000..0000000 100644 --- a/cwltool/sandboxjs.py +++ b/cwltool/sandboxjs.py @@ -292,7 +292,8 @@ def execjs(js, jslib, timeout=None, force_docker_pull=False, debug=False, js_con info = u"returncode was: %s\nscript was:\n%s\nstdout was: %s\nstderr ...
8,209
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-672", "repo": "common-workflow-language/cwltool", "base_commit": "1124d2d9ce48735890432f3eff9c584bb59bc067", "pull_number"...
common-workflow-language__cwltool-688
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: addcaa283cb76a035bd1c4741d4d4034194f242a Changed files: - cwltool/bu...
diff --git a/cwltool/builder.py b/cwltool/builder.py index 0000000..0000000 100644 --- a/cwltool/builder.py +++ b/cwltool/builder.py @@ -93,27 +93,34 @@ class Builder(object): # Handle union types if isinstance(schema["type"], list): - if not value_from_expression: - for t ...
8,423
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-688", "repo": "common-workflow-language/cwltool", "base_commit": "addcaa283cb76a035bd1c4741d4d4034194f242a", "pull_number"...
common-workflow-language__cwltool-710
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: a8791ab7c5ffbaf94e06b3b567e8b3d144909218 Changed files: - cwltool/lo...
diff --git a/cwltool/load_tool.py b/cwltool/load_tool.py index 0000000..0000000 100644 --- a/cwltool/load_tool.py +++ b/cwltool/load_tool.py @@ -123,24 +123,30 @@ def _convert_stdstreams_to_files(workflowobj): if isinstance(workflowobj, dict): if workflowobj.get('class') == 'CommandLineTool': - ...
10,394
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-710", "repo": "common-workflow-language/cwltool", "base_commit": "a8791ab7c5ffbaf94e06b3b567e8b3d144909218", "pull_number"...
common-workflow-language__cwltool-714
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 1b04970f17ef1474074b9ef7dcd9692ed322e5c5 Changed files: - cwltool/pr...
diff --git a/cwltool/process.py b/cwltool/process.py index 0000000..0000000 100644 --- a/cwltool/process.py +++ b/cwltool/process.py @@ -482,23 +482,16 @@ class Process(six.with_metaclass(abc.ABCMeta, object)): elif key == "outputs": self.outputs_record_schema["fields"].append(c) ...
23,299
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-714", "repo": "common-workflow-language/cwltool", "base_commit": "1b04970f17ef1474074b9ef7dcd9692ed322e5c5", "pull_number"...
common-workflow-language__cwltool-741
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 9e3e720ffc18ade0a19fdbb2bea1bed25e9662ae Changed files: - cwltool/co...
diff --git a/cwltool/command_line_tool.py b/cwltool/command_line_tool.py index 0000000..0000000 100644 --- a/cwltool/command_line_tool.py +++ b/cwltool/command_line_tool.py @@ -296,7 +296,7 @@ class CommandLineTool(Process): "EnvVarRequirement", "CreateFileRequire...
47,247
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-741", "repo": "common-workflow-language/cwltool", "base_commit": "9e3e720ffc18ade0a19fdbb2bea1bed25e9662ae", "pull_number"...
common-workflow-language__cwltool-744
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: c84b1e85b953a3047d0f39a28cbd24a87e198bdc Changed files: - cwltool/sa...
diff --git a/cwltool/sandboxjs.py b/cwltool/sandboxjs.py index 0000000..0000000 100644 --- a/cwltool/sandboxjs.py +++ b/cwltool/sandboxjs.py @@ -71,13 +71,8 @@ def new_js_proc(js_text, force_docker_pull=False): required_node_version = check_js_threshold_version(n) break - exce...
10,494
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-744", "repo": "common-workflow-language/cwltool", "base_commit": "c84b1e85b953a3047d0f39a28cbd24a87e198bdc", "pull_number"...
common-workflow-language__cwltool-755
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 90ae2af7ae65f28f1d3aa7d70404e480f302c9f6 Changed files: - cwltool/si...
diff --git a/cwltool/singularity.py b/cwltool/singularity.py index 0000000..0000000 100644 --- a/cwltool/singularity.py +++ b/cwltool/singularity.py @@ -76,16 +76,18 @@ class SingularityCommandLineJob(ContainerCommandLineJob): candidates.append(_normalizeImageId(dockerRequirement['dockerImageId'])) ...
6,580
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-755", "repo": "common-workflow-language/cwltool", "base_commit": "90ae2af7ae65f28f1d3aa7d70404e480f302c9f6", "pull_number"...
common-workflow-language__cwltool-792
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 8adda2f600574204315805f4a2e1bd125dc4346d Changed files: - cwltool/va...
diff --git a/cwltool/validate_js.py b/cwltool/validate_js.py index 0000000..0000000 100644 --- a/cwltool/validate_js.py +++ b/cwltool/validate_js.py @@ -48,7 +48,7 @@ def get_expressions(tool, # type: Union[CommentedMap, Any] for possible_schema in schema.schemas: if is_expression(tool...
5,938
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-792", "repo": "common-workflow-language/cwltool", "base_commit": "8adda2f600574204315805f4a2e1bd125dc4346d", "pull_number"...
common-workflow-language__cwltool-814
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 9a8e654a91ea5d26e8452dd1cecf3faf22b7a12e Changed files: - cwltool/do...
diff --git a/cwltool/docker.py b/cwltool/docker.py index 0000000..0000000 100644 --- a/cwltool/docker.py +++ b/cwltool/docker.py @@ -256,8 +256,8 @@ class DockerCommandLineJob(ContainerCommandLineJob): with os.fdopen(fd, "wb") as f: f.write(contents.encode("utf-8")) ...
35,554
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-814", "repo": "common-workflow-language/cwltool", "base_commit": "9a8e654a91ea5d26e8452dd1cecf3faf22b7a12e", "pull_number"...
common-workflow-language__cwltool-826
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 03b817a976ed2b31bc827c58c42202faee907e9b Changed files: - cwltool/bu...
diff --git a/cwltool/builder.py b/cwltool/builder.py index 0000000..0000000 100644 --- a/cwltool/builder.py +++ b/cwltool/builder.py @@ -50,8 +50,12 @@ def content_limit_respected_read(f): # type: (IO) -> Text def substitute(value, replace): # type: (Text, Text) -> Text - if replace[0] == "^": - return...
13,295
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-826", "repo": "common-workflow-language/cwltool", "base_commit": "03b817a976ed2b31bc827c58c42202faee907e9b", "pull_number"...
common-workflow-language__cwltool-841
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 32376ff1d8706400fbe5041bad07fac3732d8474 Changed files: - cwltool/do...
diff --git a/cwltool/docker.py b/cwltool/docker.py index 0000000..0000000 100644 --- a/cwltool/docker.py +++ b/cwltool/docker.py @@ -22,10 +22,10 @@ from .pathmapper import (PathMapper, # pylint: disable=unused-import from .secrets import SecretStore # pylint: disable=unused-import from .utils import (DEFAULT_TMP_P...
13,494
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-841", "repo": "common-workflow-language/cwltool", "base_commit": "32376ff1d8706400fbe5041bad07fac3732d8474", "pull_number"...
common-workflow-language__cwltool-898
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 83851db58203721dde081c785e6183863393644e Changed files: - cwltool/ex...
diff --git a/cwltool/executors.py b/cwltool/executors.py index 0000000..0000000 100644 --- a/cwltool/executors.py +++ b/cwltool/executors.py @@ -5,7 +5,7 @@ import os import tempfile import threading from abc import ABCMeta, abstractmethod -from typing import Any, Dict, List, Optional, Set, Tuple +from typing import...
37,370
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-898", "repo": "common-workflow-language/cwltool", "base_commit": "83851db58203721dde081c785e6183863393644e", "pull_number"...
common-workflow-language__cwltool-931
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 1b391e452b1cec8e4ffef7fb4e08846fbf74b791 Changed files: - cwltool/ma...
diff --git a/cwltool/main.py b/cwltool/main.py index 0000000..0000000 100755 --- a/cwltool/main.py +++ b/cwltool/main.py @@ -229,6 +229,7 @@ def load_job_order(args, # type: argparse.Namespace ): # type: (...) -> Tuple[MutableMapping[Text, Any], Text, Loader] job_order_object ...
24,079
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-931", "repo": "common-workflow-language/cwltool", "base_commit": "1b391e452b1cec8e4ffef7fb4e08846fbf74b791", "pull_number"...
common-workflow-language__cwltool-1135
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 478c2ffc09fb189c4f36ccb82aad945b3db5f9b3 Changed files: - cwltool/wo...
diff --git a/cwltool/workflow.py b/cwltool/workflow.py index 0000000..0000000 100644 --- a/cwltool/workflow.py +++ b/cwltool/workflow.py @@ -672,15 +672,19 @@ class WorkflowStep(Process): param["type"] = "Any" param["not_connected"] = True else: + ...
29,457
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1135", "repo": "common-workflow-language/cwltool", "base_commit": "478c2ffc09fb189c4f36ccb82aad945b3db5f9b3", "pull_number...
common-workflow-language__cwltool-1183
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: e59538cd9899a88d7e31e0f259bc56734f604383 Changed files: - cwltool/jo...
diff --git a/cwltool/job.py b/cwltool/job.py index 0000000..0000000 100644 --- a/cwltool/job.py +++ b/cwltool/job.py @@ -705,8 +705,11 @@ class ContainerCommandLineJob(with_metaclass(ABCMeta, JobBase)): time.sleep(1) if process.returncode is not None: if cleanup_cidfile: - ...
23,558
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1183", "repo": "common-workflow-language/cwltool", "base_commit": "e59538cd9899a88d7e31e0f259bc56734f604383", "pull_number...
common-workflow-language__cwltool-1187
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: e835bc0487fe42fb330b6222c9be65d18dd81ec9 Changed files: - cwltool/si...
diff --git a/cwltool/singularity.py b/cwltool/singularity.py index 0000000..0000000 100644 --- a/cwltool/singularity.py +++ b/cwltool/singularity.py @@ -118,6 +118,8 @@ class SingularityCommandLineJob(ContainerCommandLineJob): if not match: dockerRequirement["dockerPull"] = "docker://" + d...
14,523
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1187", "repo": "common-workflow-language/cwltool", "base_commit": "e835bc0487fe42fb330b6222c9be65d18dd81ec9", "pull_number...
common-workflow-language__cwltool-1216
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: f997d13af87216e9b5048c732a511053c7ba714c Changed files: - docs/conf....
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..0000000 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,60 @@ +# Configuration file for the Sphinx documentation builder. +# +# This file only contains a selection of the most common options. For a full +# list see the documentation: +# https://ww...
4,737
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1216", "repo": "common-workflow-language/cwltool", "base_commit": "f997d13af87216e9b5048c732a511053c7ba714c", "pull_number...
common-workflow-language__cwltool-1225
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 4642316a30a95d4f3d135c18f98477886b160094 Changed files: - cwltool/pr...
diff --git a/cwltool/procgenerator.py b/cwltool/procgenerator.py index 0000000..0000000 100644 --- a/cwltool/procgenerator.py +++ b/cwltool/procgenerator.py @@ -2,6 +2,7 @@ import copy from .process import Process, shortname from .load_tool import load_tool from schema_salad import validate +from schema_salad.source...
33,848
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1225", "repo": "common-workflow-language/cwltool", "base_commit": "4642316a30a95d4f3d135c18f98477886b160094", "pull_number...
common-workflow-language__cwltool-1228
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: ead263db0e167db39ddbdc79b04d343943d129b6 Changed files: - cwltool/so...
diff --git a/cwltool/software_requirements.py b/cwltool/software_requirements.py index 0000000..0000000 100644 --- a/cwltool/software_requirements.py +++ b/cwltool/software_requirements.py @@ -18,8 +18,8 @@ from typing_extensions import Text # pylint: disable=unused-import from .builder import Builder, HasReqsHints...
7,488
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1228", "repo": "common-workflow-language/cwltool", "base_commit": "ead263db0e167db39ddbdc79b04d343943d129b6", "pull_number...
common-workflow-language__cwltool-1236
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: bf93dd3e6e3261e1455530984ce045f283535d17 Changed files: - cwltool/ar...
diff --git a/cwltool/argparser.py b/cwltool/argparser.py index 0000000..0000000 100644 --- a/cwltool/argparser.py +++ b/cwltool/argparser.py @@ -766,11 +766,11 @@ def add_argument( else: typekw = {} - toolparser.add_argument( # type: ignore + toolparser.add_argument( flag + name, ...
26,774
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1236", "repo": "common-workflow-language/cwltool", "base_commit": "bf93dd3e6e3261e1455530984ce045f283535d17", "pull_number...
common-workflow-language__cwltool-1239
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: c6cced7a2e6389d2eb43342e702677ccb7c7497c Changed files: - cwltool/pa...
diff --git a/cwltool/pack.py b/cwltool/pack.py index 0000000..0000000 100644 --- a/cwltool/pack.py +++ b/cwltool/pack.py @@ -105,14 +105,15 @@ def import_embed(d, seen): elif isinstance(d, MutableMapping): for n in ("id", "name"): if n in d: - if d[n] in seen: - ...
6,419
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1239", "repo": "common-workflow-language/cwltool", "base_commit": "c6cced7a2e6389d2eb43342e702677ccb7c7497c", "pull_number...
common-workflow-language__cwltool-1251
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 4fd5ca5a927594c361a9320d5331b326d06cecd3 Changed files: - cwltool/do...
diff --git a/cwltool/docker.py b/cwltool/docker.py index 0000000..0000000 100644 --- a/cwltool/docker.py +++ b/cwltool/docker.py @@ -1,6 +1,7 @@ """Enables Docker software containers via the {dx-,u,}docker runtimes.""" import datetime +import csv import os import re import shutil @@ -8,7 +9,7 @@ import sys impo...
11,580
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1251", "repo": "common-workflow-language/cwltool", "base_commit": "4fd5ca5a927594c361a9320d5331b326d06cecd3", "pull_number...
common-workflow-language__cwltool-1269
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 445f6b3a214f0c48317b25f7af278ae919ce5403 Changed files: - cwltool/do...
diff --git a/cwltool/docker.py b/cwltool/docker.py index 0000000..0000000 100644 --- a/cwltool/docker.py +++ b/cwltool/docker.py @@ -420,7 +420,7 @@ class DockerCommandLineJob(ContainerCommandLineJob): runtime.append("--memory=%dm" % self.builder.resources["ram"]) elif not user_space_docker_cmd: ...
11,426
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1269", "repo": "common-workflow-language/cwltool", "base_commit": "445f6b3a214f0c48317b25f7af278ae919ce5403", "pull_number...
common-workflow-language__cwltool-1282
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: d7cd45f7072960d264962ecc5a04d7c219f65c06 Changed files: - cwltool/jo...
diff --git a/cwltool/job.py b/cwltool/job.py index 0000000..0000000 100644 --- a/cwltool/job.py +++ b/cwltool/job.py @@ -163,7 +163,10 @@ def relink_initialworkdir( host_outdir, vol.target[len(container_outdir) + 1 :] ) if os.path.islink(host_outdir_tgt) or os.path.isfile(host...
34,316
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1282", "repo": "common-workflow-language/cwltool", "base_commit": "d7cd45f7072960d264962ecc5a04d7c219f65c06", "pull_number...
common-workflow-language__cwltool-1293
You are given a GitHub issue and the relevant repository files before and after the fix. Your task is to synthesize the unified git diff that transforms the before files into the after files. Repository: common-workflow-language/cwltool Base commit: 7bfe73a708dbf31d037303bb5a8fed1a79984b0f Changed files: - cwltool/ar...
diff --git a/cwltool/argparser.py b/cwltool/argparser.py index 0000000..0000000 100644 --- a/cwltool/argparser.py +++ b/cwltool/argparser.py @@ -395,10 +395,17 @@ def arg_parser() -> argparse.ArgumentParser: dockergroup.add_argument( "--user-space-docker-cmd", metavar="CMD", - help="(Linux...
46,209
{ "dataset": "internlm/SWE-Fixer-Train-110K-diff", "source_dataset": "internlm/SWE-Fixer-Train-110K", "task": "before_after_to_diff", "instance_id": "common-workflow-language__cwltool-1293", "repo": "common-workflow-language/cwltool", "base_commit": "7bfe73a708dbf31d037303bb5a8fed1a79984b0f", "pull_number...