Live dependencies #25
andrewd207
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've noticed that I have multiple dependencies that should not be module dependencies. However, developing them at the same time requires that I compile/install them each time I make a change.
This is one thing lazarus packages are superior at. If I change a package it just gets recompiled.
It would be cool if there was some kind of flag/setting when declaring a dependency to actually point at the project instead of at the ~/.pasbuild/ folder. or an entry in that folder forwards it to the live project path. Some manner to trigger compilation of external modules.
All reactions