Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project maintained? #19

Open
nbransby opened this issue Apr 25, 2019 · 10 comments
Open

Is this project maintained? #19

nbransby opened this issue Apr 25, 2019 · 10 comments

Comments

@nbransby
Copy link

Or is there an alternative?

@jensim
Copy link
Contributor

jensim commented Apr 29, 2019

I wanna know the same thing.
I came across this repo, hunting for a gradle plugin like this https://github.com/alexvas/kotlin2typescript which used this repo. Though i cant get it tho work. I think the stale syate of this project has caused it to be unpublished ftom where it was hosted.

@brezinajn
Copy link

This project seems to be unmaintained. We successfully use it in production with two quirks (generic superclasses and maps with non-string/non-numeric keys). It seems there will be official kotlin support for its functionality https://youtrack.jetbrains.com/issue/KT-16604 hopefully in 1.4.

@ntrrgc
Copy link
Owner

ntrrgc commented Apr 30, 2019

Nobody is paying for the maintenance of this project, and I'm not working currently on an application that requires it so it gets little attention from me nowadays.

The gradle scripts in the README use jitpack, which builds on demand, so it can't really be "unpublished".

@jensim
Copy link
Contributor

jensim commented May 1, 2019

@nbransby I didn't mean to presume you had an obligation to the community, I hope you didn't take any offence to us asking about the project status.

I cloned the repo, but there were a bunch of tests that would not run, so i forked the repo in order to set up a travis build and share the result
https://travis-ci.org/jensim/ts-generator
34 of 49 tests were failing, and I get similar results on previous tags.
I found that the java test-source files were in the wrong directory, and moved them. This fixed the problem with the tests.

@jensim
Copy link
Contributor

jensim commented May 1, 2019

I created a PR for fixing this, if you dont mind? (#20)

@bossm0n5t3r
Copy link

Same question in 2023 🤔 Is this project still maintained?

@nbransby
Copy link
Author

@bossm0n5t3r it's not needed these days - the kotlin complier now generates d.ts files for you. Unless that's not what this project does, it's been a while and I can't remember and also can't be bothered to check right now 😅

@bossm0n5t3r
Copy link

@nbransby Thanks for letting me know. Is this the right link you mentioned?

@nbransby
Copy link
Author

@nbransby Thanks for letting me know. Is this the right link you mentioned?

Yep

@ntrrgc
Copy link
Owner

ntrrgc commented Jul 24, 2023

Same question in 2023 thinking Is this project still maintained?

I haven't had a use for this project in a while and I haven't been able to find time for working on maintaining it further. If someone wants to take over, I'm not opposed to that.

The project may also become irrelevant once built-in .d.ts generation in Kotlin progresses enough, but I don't know enough about that. The focus of this project was generating .d.ts for data objects that would be used in Web APIs and such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants