Giter VIP home page Giter VIP logo

Comments (2)

SethTisue avatar SethTisue commented on July 26, 2024

Great question.

genjavadoc was originally built for Akka, which is likely to remain cross-compiled for Scala 2 and 3 for a long time, so there isn't really a motivation for the original authors and maintainers to build a Scala 3 version — not in the short to medium term, anyway — because Akka can keep generating its Javadoc on the Scala 2 side.

Note that Scala 2 and Scala 3 are very different internally, so a Scala 3 implementation would probably be rather different. A Scala 3 implementation would probably be based on TASTy, which doesn't exist in Scala 2. And it wouldn't need to be a compiler plugin like this one is. So the good news is that having TASTy (and https://github.com/scalacenter/tasty-query) to build on could make the implementation simpler. The bad news is having to write a new implementation.

Some other good news is that this really isn't a big project at all. cloc says src/main has:

Scala                           11            150             75            947

which is just not that big. I expect a Scala 3 reimplementation would be of comparable size, or smaller. It would be a great project for somebody. The testing infrastructure and test cases in this repo already exist and would be reusable for this.

from genjavadoc.

SethTisue avatar SethTisue commented on July 26, 2024

cc @sjrd who I assume remains interested in possible use cases for TASTy Query

from genjavadoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.