Re: export from an imported module

2023-10-30 Thread Damien Mattei
thank you it works now for the first time, i do not really know what was wrong, i just do: rm -rf .cache/guile and tried a re-export and it is ok. I know the local cache but between multiple architecture with same code shared via dropbox can cause problems now it is ok like in Racket code, i again

Re: export from an imported module

2023-10-30 Thread Mikael Djurfeldt
Well, not sure what you mean, and if there is a problem it must be something in your code. I attach a simple example where the module (b) re-exports a definition from the used module (a). You need to have the directory re-export on your %load-path in order to be able to ,use (b) after which you sh

Re: export from an imported module

2023-10-30 Thread Damien Mattei
i tried: ;;; WARNING: compilation of /usr/local/share/guile/site/3.0/Scheme+.scm failed: ;;; re-exporting local variable: infix-operators-lst While compiling expression: re-exporting local variable: infix-operators-lst anyway it works with loading each module separately at different levels, code