Just be able to see what in the playground is different from the GitHub repo. git diff
(from 9/24/23)
Docassemble apparently doesn't keep full repo information around for some reason. On each call to create_playground_package (? I don't remember the name), it sets up everything and recreates the actual package with make_package_dir. However, that requires a ton of extra calls and meandering functions to happen. Idk why. I tried making progress by copy pasting 30 lines at a time into a different function to do what I want, and slowing back-propagating all of the remaining variables (all by hand too, but everything is in 1000 line functions). Probably worked on this for an hour, and didn't get very far.
Transferred from https://github.com/BryceStevenWilley/docassemble/issues/5
Just be able to see what in the playground is different from the GitHub repo.
git diff(from 9/24/23)
Docassemble apparently doesn't keep full repo information around for some reason. On each call to
create_playground_package(? I don't remember the name), it sets up everything and recreates the actual package withmake_package_dir. However, that requires a ton of extra calls and meandering functions to happen. Idk why. I tried making progress by copy pasting 30 lines at a time into a different function to do what I want, and slowing back-propagating all of the remaining variables (all by hand too, but everything is in 1000 line functions). Probably worked on this for an hour, and didn't get very far.Transferred from https://github.com/BryceStevenWilley/docassemble/issues/5