https://kotlinlang.org logo
Title
c

CLOVIS

04/19/2023, 9:29 PM
GitHub has an issue template for feature requests, but not for bugs, is it normal? https://github.com/arrow-kt/arrow/issues/new/choose
s

simon.vergauwen

04/20/2023, 7:45 AM
I am personally not a huge fan of the templates, and ... there are no bugs only features and the request to change a feature :trollface: Nono, just kidding 😄 I think the very basic template we currently have actually works for but since it only ask for version and change request. I guess we could adopt the same options as KotlinX, I love that it lists Slack for asking questions. https://github.com/Kotlin/kotlinx.coroutines/issues/new/choose
c

CLOVIS

04/20/2023, 7:56 AM
It's just weird to have "request" as a choice but not bug, so I just created as a request and removed everything… Maybe name it "request or bug" if they make no difference to you?
s

simon.vergauwen

04/20/2023, 7:56 AM
Right, let's do that 👍 A PR is welcome, otherwise I'll do it later. If you do, also feel free to add the reference to Slack 😉
Btw, I saw your issue about the docs but I am not entirely sure what the issue is 🤔 Are you linking it from your library through Dokka? https://apidocs.arrow-kt.io everything is here, no?
c

CLOVIS

04/20/2023, 7:59 AM
Ah, it moved. It was previously https://arrow-kt.io/docs/apidocs/package-list
s

simon.vergauwen

04/20/2023, 8:14 AM
Oh strange, not sure what triggered that change. Was that before 1.2.0-RC?
c

CLOVIS

04/20/2023, 8:44 AM
All I can say is, it changed between feb 23 and today… Here's the issue: https://github.com/arrow-kt/arrow/issues/2882
s

simon.vergauwen

04/20/2023, 9:12 AM
Feb 23th, okay yes then this changed as part of fixing this issue I think. Before we were not using
DokkaMultiModule
, and we've switched to that now so I think it generated a slightly different layout.