Replies: 3 comments 1 reply
-
Hi @va1ha11a, You are correct, currently the tooling support for checking the third-party dependencies is sparse. There is the So basically, a developer checklist is needed: In addition to |
Beta Was this translation helpful? Give feedback.
-
Posting where I am at in case anyone is heading down the same road. I am not 100% happy with the approach but it seems mostly workable for testing so far:
I guess as long as this script is run prior to build it should be the only time required so hopefully adding to the build script / process is not a big deal. Any other ideas or issues with this approach are welcome. |
Beta Was this translation helpful? Give feedback.
-
I have updated the I hope this update will improve the developer experience and help developers catch any typos in the project config! Details in Pull Request: #186 |
Beta Was this translation helpful? Give feedback.
-
Hi David and Community,
Really enjoying using the polylith setup so far.
I am currently looking at using it for some more mission critical stuff and I have a concern about 3rd party deps in the dev and test environment not being the same version as the project environment used to deploy from.
Firstly, is this correct:
Say for example I play with an idea in dev with fastapi then a while later I end up constructing a project from it and add fastapi to the project directory there is noting that ensure the versions are the same unless I check this myself, is that correct?
Secondly as I understand this is also an issue for running tests, the tests may run with different 3rd party deps.
If that is correct does anyone have any mitigation suggestions for this?
Beta Was this translation helpful? Give feedback.
All reactions