Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Change Mutable API (#19)
Browse files Browse the repository at this point in the history
* save

* keep apply inplace

* remove Opaque

* avoid double copy in replace

* remove mutable and toplevel_mutable methods

* fix mutable and toplevel_mutable method inference

* check uninitialized fields + remove get_field

* remove weird autoimport
  • Loading branch information
cgarciae committed May 18, 2022
1 parent a9007a5 commit 357f58e
Show file tree
Hide file tree
Showing 11 changed files with 422 additions and 846 deletions.
58 changes: 0 additions & 58 deletions docs/user-guide/opaque-static-fields.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "treeo"
version = "0.1.2"
version = "0.2.0.dev1"
description = ""
authors = ["Cristian Garcia <cgarcia.e88@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 357f58e

Please sign in to comment.