[erlang-bugs] module name with .

Robert Virding rvirding@REDACTED
Sun Feb 28 17:15:36 CET 2010


My guess is that you are interacting with the experimental, and poorly
documented, package system which assumes things when it sees module
names with '.'. As far as I know there is no way to turn this off.
Someone else may know more about this. My only suggestion is to avoid
module names with a '.'.

Robert

On 28 February 2010 10:09, J K <jmakarlsson@REDACTED> wrote:
> Hi,
> is this a bug?
>
> Erlang R13B01 (erts-5.7.2) [smp:2:2] [rq:2] [async-threads:0]
>
> Eshell V5.7.2  (abort with ^G)
>
> 4> c('fm2.2').
> fm2.2.beam: Module name 'fm2.2' does not match file name 'fm2.2'
> error
> 5>
>
> i have:
> -module('fm2.2').
>
> BR
> Johan
>
>
>
>
>
> ________________________________________________________________
> erlang-bugs (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-bugs-unsubscribe@REDACTED
>
>


More information about the erlang-bugs mailing list