chaincoin-legacy / chaincoin

Chaincoin crypto currency
http://www.chaincoin.org/
Other
60 stars 22 forks source link

Rebuilds all code when modified a single file #113

Open tvl83 opened 6 years ago

tvl83 commented 6 years ago

I work for MasterNodes.pro and we routinely have to modify coins code with small tweaks to make our information gathering easier/quicker/more accurate.

I have modified a single file of your coin and uploaded it and it has to rebuild the entire thing. Most other coins detects only what has been changed and just recompiles that file.

Is this something that can be changed for your coin ? It makes it a very long process when doing multiple iterations testing things.

If I figure out how this works I'll do a PR

Thank you,

Thomas Le

HashUnlimited commented 6 years ago

We are not actively working on this old code but your comment suggests you are modding a header file used in many places. Old codebases aren’t structured very explicitly so wherever your change is used or a reference of it, it will compile. That’s pretty normal. Let us know what you like to enhance and we will consider in the updates if just minor.