Ivan Ruiz Manuel
Ivan Ruiz Manuel
Here is a proposal for this functionality. I'm not as versed as @brynpickering on backend functionalities, but for what I've seen this should do the trick? # Proposal: `@` accessor...
Today I learned that python's use of `TYPE_CHECKING` is inconsistent for some cases: https://vickiboykis.com/2023/12/11/why-if-type_checking/
The codeconv issue is likely due to #629. The only added file that has extra code is the backend's `__init__.py`, and it has 100% coverage.
@brynpickering all fixes are in!
@brynpickering first step towards the new attribute setup. This one fixes how math dictionaries are handled. Some tests related to operate mode seem to be failing... but I thought that...
@brynpickering this fix is causing some VERY weird behavior on the backend (actually reintroducing #623) and around operate mode. I will try to re-approach with your suggestions and by first...
> `operate` mode _is_ working (#539)! In that case, shouldn't we re-activate the tests that check it / remove the unnecessary ones?
My approach was incorrect. Retrying!
@sjpfenninger @brynpickering As requested, here is a summary of all the discussions around moving to `pydantic`. If you believe I missed something, please let me know. In general, I think...
@sjpfenninger in the proposal above, not many. There are two cases that warrant a bit more discussion, though. ## Isolating 'mutable' YAML data portions. This is something I noticed while...