ENB: The os.path wrapper mess

2023-04-10 Thread Edward K. Ream
This Engineering Notebook post reviews the present state of Leo's g.os_path functions and discusses various ideas for improving them. *tl;dr*: Leo's g.os_path wrappers should be deprecated, but they will remain in Leo's core. *Background* Leo's g.os_path wrappers contain redundant and

Re: Pydantic - Type Hints For Validating Data

2023-04-10 Thread Edward K. Ream
On Mon, Apr 10, 2023 at 8:06 AM Thomas Passin wrote: > I just learned of the Pydantic project. It > uses Python's type hints to validate structured data at the point of use. > It sounds interesting. Thanks for the link. Edward -- You received this message

Pydantic - Type Hints For Validating Data

2023-04-10 Thread Thomas Passin
I just learned of the Pydantic project. It uses Python's type hints to validate structured data at the point of use. It sounds interesting. "Data validation and settings management using Python type annotations. *pydantic* enforces type hints at runtime, and

Re: Leo 6.7.3 coming soon

2023-04-10 Thread Thomas Passin
On Monday, April 10, 2023 at 8:04:23 AM UTC-4 Edward K. Ream wrote: The fix appears to be straightforward, but it points out the folly of rushing to release major changes. +10! -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe

Re: Leo 6.7.3 coming soon

2023-04-10 Thread Edward K. Ream
On Saturday, April 8, 2023 at 12:13:36 PM UTC-5 Edward K. Ream wrote: I shall release Leo 6.7.3 as soon as possible after we test PR #3264 . Maybe still true, but we must all test 6.7.3 for at least two weeks after all path-related PRs have