dirsql 0.3.98__tar.gz → 0.3.99__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dirsql-0.3.98 → dirsql-0.3.99}/Cargo.lock +1 -1
- {dirsql-0.3.98 → dirsql-0.3.99}/PKG-INFO +1 -1
- {dirsql-0.3.98/packages/rust → dirsql-0.3.99}/docs/reference/sdk.md +8 -2
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/Cargo.toml +1 -1
- {dirsql-0.3.98 → dirsql-0.3.99/packages/python}/docs/reference/sdk.md +8 -2
- {dirsql-0.3.98/packages/python → dirsql-0.3.99/packages/rust}/docs/reference/sdk.md +8 -2
- {dirsql-0.3.98 → dirsql-0.3.99}/Cargo.toml +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/README.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/__init__.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/_async.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/_dirsql.pyi +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/cli/__init__.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/cli/binary_path.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/cli/is_windows.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/cli/main.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/cli/resolve_config_extensions.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/py.typed +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/resolve_config_extensions.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/dirsql/resolve_extension.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/AGENTS.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/explanation.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/getting-started.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/embed.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/persist.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/index.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/migrations.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/package.json +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/playwright.config.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/reference/cli.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/reference/columns.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/reference/config.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/reference/hooks.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/reference/http-api.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/tests/integration/sidebar.spec.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/docs/vitest.config.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/README.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/conftest.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/AGENTS.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/explanation.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/getting-started.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/embed.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/persist.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/index.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/migrations.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/package.json +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/playwright.config.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/reference/cli.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/reference/columns.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/reference/config.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/reference/hooks.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/reference/http-api.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/tests/integration/sidebar.spec.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/vitest.config.ts +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/e2e-attestations/claude-open-issues-review-le8hm5-red-570.json +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/src/lib.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/tests/__init__.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/tests/conftest.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/tests/e2e/__init__.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/tests/integration/__init__.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/tests/integration/binding/__init__.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/python/tests/integration/hermetic/__init__.py +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/Cargo.toml +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/README.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/benches/db_bench.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/benches/differ_bench.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/benches/matcher_bench.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/benches/scanner_bench.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/explanation.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/getting-started.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/embed.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/persist.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/index.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/migrations.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/reference/cli.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/reference/columns.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/reference/config.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/reference/hooks.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/docs/reference/http-api.md +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/bin/dirsql.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/cli/execute.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/cli/init.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/cli/mod.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/cli/router.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/cli/serialize.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/cli/server.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/command.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/config.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/db.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/default_config.toml +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/differ.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/lib.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/matcher.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/persist.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/scanner.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/packages/rust/src/watcher.rs +0 -0
- {dirsql-0.3.98 → dirsql-0.3.99}/pyproject.toml +0 -0
|
@@ -80,7 +80,8 @@ DirSQL::builder()
|
|
|
80
80
|
.root(root) // optional
|
|
81
81
|
.tables(tables) // optional; append one with .table(t)
|
|
82
82
|
.ignore(patterns) // optional
|
|
83
|
-
.config(config_toml_path) // optional
|
|
83
|
+
.config(config_toml_path) // optional; repeatable — call again to
|
|
84
|
+
// merge another config in call order
|
|
84
85
|
.persist(cache_path) // optional; Some(path), or None for the
|
|
85
86
|
// default <root>/.dirsql/cache.db
|
|
86
87
|
.extensions(extensions) // optional; append one with .extension(e)
|
|
@@ -107,7 +108,12 @@ never sets the root.
|
|
|
107
108
|
entries are appended after any programmatic `tables`; its `ignore`
|
|
108
109
|
patterns and `[[dirsql.extension]]` entries are appended likewise. The
|
|
109
110
|
config file does **not** set the index root: with no explicit `root`, the
|
|
110
|
-
index roots at the process cwd.
|
|
111
|
+
index roots at the process cwd. In **Rust**, the builder's `.config()` is
|
|
112
|
+
**repeatable** — call it once per file and the configs merge in call order
|
|
113
|
+
(`[[table]]` / `ignore` / `[[dirsql.extension]]` accumulate; a duplicate
|
|
114
|
+
table name across configs errors), mirroring the CLI's repeatable
|
|
115
|
+
[`-c/--config`](./cli.md#flags). Python and TypeScript currently accept a
|
|
116
|
+
single `config` path.
|
|
111
117
|
- `persist` — Keep the SQLite index on disk between runs (default off:
|
|
112
118
|
ephemeral, rebuilt every startup). The cache lives at
|
|
113
119
|
`<root>/.dirsql/cache.db` by default; on restart, only files whose stat
|
|
@@ -4,7 +4,7 @@ name = "dirsql-py-ext"
|
|
|
4
4
|
# pypi/maturin handler can rewrite it via `write-version` before
|
|
5
5
|
# `maturin build`. `pyproject.toml` declares `dynamic = ["version"]`
|
|
6
6
|
# and maturin reads this field. Mirrors `packages/rust/Cargo.toml`.
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.99"
|
|
8
8
|
# abi3 note: the `abi3-py311` pyo3 feature (below) builds ONE stable-ABI
|
|
9
9
|
# `cp311-abi3` wheel per platform that loads on every CPython >= 3.11
|
|
10
10
|
# (matching `pyproject.toml`'s `requires-python = ">=3.11"`), instead of
|
|
@@ -80,7 +80,8 @@ DirSQL::builder()
|
|
|
80
80
|
.root(root) // optional
|
|
81
81
|
.tables(tables) // optional; append one with .table(t)
|
|
82
82
|
.ignore(patterns) // optional
|
|
83
|
-
.config(config_toml_path) // optional
|
|
83
|
+
.config(config_toml_path) // optional; repeatable — call again to
|
|
84
|
+
// merge another config in call order
|
|
84
85
|
.persist(cache_path) // optional; Some(path), or None for the
|
|
85
86
|
// default <root>/.dirsql/cache.db
|
|
86
87
|
.extensions(extensions) // optional; append one with .extension(e)
|
|
@@ -107,7 +108,12 @@ never sets the root.
|
|
|
107
108
|
entries are appended after any programmatic `tables`; its `ignore`
|
|
108
109
|
patterns and `[[dirsql.extension]]` entries are appended likewise. The
|
|
109
110
|
config file does **not** set the index root: with no explicit `root`, the
|
|
110
|
-
index roots at the process cwd.
|
|
111
|
+
index roots at the process cwd. In **Rust**, the builder's `.config()` is
|
|
112
|
+
**repeatable** — call it once per file and the configs merge in call order
|
|
113
|
+
(`[[table]]` / `ignore` / `[[dirsql.extension]]` accumulate; a duplicate
|
|
114
|
+
table name across configs errors), mirroring the CLI's repeatable
|
|
115
|
+
[`-c/--config`](./cli.md#flags). Python and TypeScript currently accept a
|
|
116
|
+
single `config` path.
|
|
111
117
|
- `persist` — Keep the SQLite index on disk between runs (default off:
|
|
112
118
|
ephemeral, rebuilt every startup). The cache lives at
|
|
113
119
|
`<root>/.dirsql/cache.db` by default; on restart, only files whose stat
|
|
@@ -80,7 +80,8 @@ DirSQL::builder()
|
|
|
80
80
|
.root(root) // optional
|
|
81
81
|
.tables(tables) // optional; append one with .table(t)
|
|
82
82
|
.ignore(patterns) // optional
|
|
83
|
-
.config(config_toml_path) // optional
|
|
83
|
+
.config(config_toml_path) // optional; repeatable — call again to
|
|
84
|
+
// merge another config in call order
|
|
84
85
|
.persist(cache_path) // optional; Some(path), or None for the
|
|
85
86
|
// default <root>/.dirsql/cache.db
|
|
86
87
|
.extensions(extensions) // optional; append one with .extension(e)
|
|
@@ -107,7 +108,12 @@ never sets the root.
|
|
|
107
108
|
entries are appended after any programmatic `tables`; its `ignore`
|
|
108
109
|
patterns and `[[dirsql.extension]]` entries are appended likewise. The
|
|
109
110
|
config file does **not** set the index root: with no explicit `root`, the
|
|
110
|
-
index roots at the process cwd.
|
|
111
|
+
index roots at the process cwd. In **Rust**, the builder's `.config()` is
|
|
112
|
+
**repeatable** — call it once per file and the configs merge in call order
|
|
113
|
+
(`[[table]]` / `ignore` / `[[dirsql.extension]]` accumulate; a duplicate
|
|
114
|
+
table name across configs errors), mirroring the CLI's repeatable
|
|
115
|
+
[`-c/--config`](./cli.md#flags). Python and TypeScript currently accept a
|
|
116
|
+
single `config` path.
|
|
111
117
|
- `persist` — Keep the SQLite index on disk between runs (default off:
|
|
112
118
|
ephemeral, rebuilt every startup). The cache lives at
|
|
113
119
|
`<root>/.dirsql/cache.db` by default; on restart, only files whose stat
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.3.98 → dirsql-0.3.99}/packages/python/docs/tests/integration/language-flag.spec.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|