buildo / ingredients

MIT License
13 stars 2 forks source link

Logger.nameOf macro creates bad name for nested modules #30

Open calippo opened 8 years ago

calippo commented 8 years ago

for example in:

package kittens

trait MyModule {
  trait My {
  }
}

Logger.nameOf[My] returns MyModule.this.My, and it ignores the package. It would be nice it returns the whole path, recursively searching for the outer module.

raven-bot commented 8 years ago

@calippo any updates?

raven-bot commented 8 years ago

@calippo any updates?

raven-bot commented 8 years ago

@calippo any updates?