J
jfp
When i compile my code, ALL the modules are compiled. Is there any way
to compile just a single module ?
Suppose i change things in module A, knowing that this will break
something in B. Maybe i wnat to verify that A is syntactically correct
before i make the needed changes to B. I don't want to get an error on
B - i just want to ensure that A is good. Can i do this ?
to compile just a single module ?
Suppose i change things in module A, knowing that this will break
something in B. Maybe i wnat to verify that A is syntactically correct
before i make the needed changes to B. I don't want to get an error on
B - i just want to ensure that A is good. Can i do this ?