| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Local verification update:
The branch also contains minimal CI compatibility fixes for current Node/commitlint, Plotly, MLflow, and Windows/Python 3.8 OSQP behavior. |
Sorry, something went wrong.
|
Final verification: all 76 GitHub checks pass on commit ee6b4518/latest branch state, including title, CLA, pip compatibility, source builds, notebook execution, full pytest, and slow pytest matrices. |
Sorry, something went wrong.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Match the repr-formatted module path in refusal messages and cover Windows, UNC, quoted, and newline-containing paths on every platform. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Log ExpressionSyntaxError with its field and traceback before re-raising, while preserving custom operator NameError and SyntaxError handling. Add five regression cases covering logging, exception identity, and failed cache entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Capture parser logs directly on qlib.data without propagating to parent and root capture handlers. Restore logger state with monkeypatch and retain exact single-record, traceback, and exception-identity assertions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Changes
Compatibility and migration
Package imports and standard Alpha158/Alpha360 expressions remain supported without opt-in. File-based components must explicitly authorize their imports:
Direct imports use get_module_by_module_path(path, trusted=True). Each nested file component needs its own consent; there is no global grant. Top-level trusted controls module loading, while kwargs.trusted remains a constructor argument.
Configurations and imported code must still be trusted. This is not a sandbox or directory-containment policy, and module-import consent does not enable unrestricted expressions or authorize artifact deserialization. Artifact-loading changes are handled separately in #2339.
See the configuration execution migration guide for supported syntax, custom extensions, and old-model recovery.