Commit Graph
12 Commits
Author SHA1 Message Date
xzfc 178a9bae72 Regenerate snippet .md files
Run `./generate-md.py` to update generated markdown files after
semi-manual changes made in the previous commit.
This commit serves as a gist of fixed issues found in snippets.

(it's easier to review 250 lines diff rather than 31k lines diff, isn't it?)
2025-11-28 22:02:34 +00:00
xzfc 74a785218b Fix type-checking errors in snippets (code only, no .md)
This commit both:
- Fixes pre-existing mistakes in snippets, aka wrong code samples.
- Adds hidden (`@hide`) statements that do not appear in the docs,
  but satisfy typecheckers.
2025-11-28 22:02:07 +00:00
xzfc 00896acb28 Automated snippet conversion by scripts
These changes are purely mechanical to differentiate them from manual
fixes/adjustments made in the next commit.
This results in broken code as some snippets contain errors.

Made in four steps:
1. Run ./migrate-snippet.py that converts `.md` files to code files
   and perhaps adds missing lines under `// @hide` comments.
2. Sort Java imports.
3. Remove old `.md` files.
4. Run ./generate.md to produce `*/generated/*.md` files.
2025-11-28 22:00:47 +00:00
xzfc cdfbd6538a Snipets tooling update
- update README
- generate-md.py: ignore trailing newlines when complaining about diffs
- all langs: add more dependencies to templates
- all langs: support @hide-start and @hide-end for multi-line hiding
- go: also allow one-line imports
- java: allow declarations other than `main` method
- python, typescript: implement `unshorten` for implicit imports and
  client initialization
- python: add mypy config as `datasets` lacks type py.typed
- python: hide `# mypy:` annotations
- typescript: add tsconfig that allows top-level `await`s
- typescript: depend on @types/node to fix `import ... from "crypto"`
2025-11-28 21:57:13 +00:00
xzfc 135a64fdce Run snippet check on GitHub Actions 2025-11-26 06:23:31 +00:00
xzfc 43aab46bba Migrate some code snippets
create-collection/simple
query-points/with-acorn
2025-11-26 06:23:31 +00:00
xzfc 2822fe9043 Update code-snippet shortcode
Make it to read both snippet/something.md and
snippet/generated/something.md.
2025-11-26 06:23:31 +00:00
xzfc 37c4abd297 Add lockfiles 2025-11-26 06:23:31 +00:00
xzfc c551dac79f Snippet tools 2025-11-26 06:23:25 +00:00
xzfc d0b81c5aac Add benchmarks 2025-11-18 13:12:04 +00:00
xzfc 79162631be Inline storage 2025-11-17 03:05:31 +00:00
Albert Safin a00478a815 docs: datetime payload 2024-03-05 01:55:14 +00:00