dwickern / scala-nameof

Get the name of an variable, function, class member, or type as a string--at compile-time!
MIT License
131 stars 23 forks source link

add qualifiedNameOf for nested members #11

Open an-tex opened 4 years ago

an-tex commented 4 years ago

My usecase is querying ElasticSearch where nested case classes have been inserted.

I'm really not sure about the implementation as I'm not too familiar with macros. Tbh I'm surprised I got it to work at all.. But the test passes ;)

an-tex commented 3 years ago

hey @dwickern, any feedback on this one?

an-tex commented 2 years ago

@dwickern ?

an-tex commented 2 years ago

hi @dwickern , any chance this PR is getting merged?

oleksandr-yatsuk commented 1 year ago

@an-tex another use case is to use it with Spark Datasets to get a nested column name.

@dwickern could it be merged?

an-tex commented 1 year ago

hi @oleksandr-yatsuk . i've tried to reach @dwickern already even on a few other channels with no success :( in the meantime i'm publishing my builds from my own fork to

Global / resolvers += "antex public" at "https://mymavenrepo.com/repo/zeKhQjbzBED1vIds46Kj/"
val libraryDependencies += "com.github.dwickern" %% "scala-nameof" % "3.0.0-antex"

feel free to use those