runsun
2018-08-16 16:37:06 UTC
I have been bothered by an issue of un-refreshed cache (in fact not even know
what to call it) for a while.
First of all this is Windows 10. It goes this way:
module m(...){ ... }
m();
then I modified content, lets say, add an echo:
module m(...){ ... ; echo(...); }
m();
but the revised content is not reflected (in this case, nothing is showing
up in the console).
If I then change the name of the module to :
module m2(...){ ... ; echo(...); }
m2();
OpenSCAD complains "WARNING: Ignoring unknown module 'm'. " even though I
don't call m() this time.
Clearning cache or restarting OpenSCAD doesn't help.
Also puzzling is that it happens sometimes but not all the time and I have
no way to predict when it will occur.
I suspect this is a Window problem but not sure. Anyone knows of what
happens and how to fix it ?
-----
$ Runsun Pan, PhD $ libs: scadx , doctest , faces ( git ), offline doc ( git ), runscad.py ( 2 , git ), editor of choice: CudaText ( OpenSCAD lexer ); $ Tips ; $ Snippets
--
Sent from: http://forum.openscad.org/
what to call it) for a while.
First of all this is Windows 10. It goes this way:
module m(...){ ... }
m();
then I modified content, lets say, add an echo:
module m(...){ ... ; echo(...); }
m();
but the revised content is not reflected (in this case, nothing is showing
up in the console).
If I then change the name of the module to :
module m2(...){ ... ; echo(...); }
m2();
OpenSCAD complains "WARNING: Ignoring unknown module 'm'. " even though I
don't call m() this time.
Clearning cache or restarting OpenSCAD doesn't help.
Also puzzling is that it happens sometimes but not all the time and I have
no way to predict when it will occur.
I suspect this is a Window problem but not sure. Anyone knows of what
happens and how to fix it ?
-----
$ Runsun Pan, PhD $ libs: scadx , doctest , faces ( git ), offline doc ( git ), runscad.py ( 2 , git ), editor of choice: CudaText ( OpenSCAD lexer ); $ Tips ; $ Snippets
--
Sent from: http://forum.openscad.org/