Michal Sitko

Results 14 comments of Michal Sitko

@lloydmeta I think you were looking for `valueOf`: [scastie session](https://scastie.scala-lang.org/kMIypfZ3RWerLBySmzjf6A)

@lloydmeta Ah, I missed the point that it's about custom names as I mostly looked at scastie session using outdated `ofValue`. I am not sure about support for custom names...

I took a look at what it would take to migrate macros to Scala 3. The biggest issue is stumbled upon is lack of equivalent of `Evals.eval` in Scala 3....

Hi @armanbilge, > > The biggest limitation of that encoding is that it uses closed world assumption - I don't see an easy way to support custom user-defined predicates. >...

For now I personally do not, but AFAIK there are still quite a lot of projects using 2.10 - e.g. the project I develop now commercially uses 2.10 because of...

Yeah, I want to have macro generating all variants of `Predicate`s.

@julien-truffaut Prepared a repository with reproducer: https://github.com/note/monocle-lens-doc-reproducer/blob/master/src/main/scala/com/example/Hello.scala It fails with `Hello2` and compiles without `Hello2` - so it matters if `streetNumber` is just a local variable or rather a class...

@alexarchambault Of course feel free to just close it. I just wanted to share what I did on my way but since the issue lies deeper it probably does not...

@mtk Try `cs complete-dep org.scala-lang` instead. I've opened a PR accommodating to that change in the docs.

After some thought - I think normalization will be actually more useful for being sure that declarations of used namespaces in fact exist in XML document. Also, as normalization may...