Commit b0e79a2
authored
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Replace `types.Literal` with `Literal` directly in Python files,
update `noqa` comments, and delete TypeScript artifacts.
>
> - **Python Codegen**:
> - Replace `types.Literal` with `Literal` directly in `mod.rs`,
`async_client.py`, `sync_client.py`, `parser.py`, and other Python
files.
> - Update `noqa` comments in `python_language_features.rs`,
`async_client.py`, `config.py`, and other Python files to remove `F821`.
> - **TypeScript Artifacts**:
> - Delete `async_context_vars.d.ts`, `errors.d.ts`, `index.d.ts`,
`native.d.ts`, `stream.d.ts`, `type_builder.d.ts` and their
corresponding `.js` and `.map` files.
> - **Miscellaneous**:
> - Rename `logging` to `config` in `__init__.py.j2` and
`baml_client/__init__.py`.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup>
for ce88a93. It will automatically
update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->
1 parent 463ad96 commit b0e79a2
34 files changed
Lines changed: 99 additions & 1496 deletions
File tree
- engine
- language_client_codegen/src/python
- templates
- language_client_typescript/artifacts
- integ-tests/python
- baml_client
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 116 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments