-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade rdoc dependency to 5.X #7
Comments
Ok! I will look into this |
@zzak bump, did you happen to make any progress on this? @Azolo if this turns out to be an intractable issue, my 2c would be to drop this chm help feature from https://github.com/oneclick/rubyinstaller altogether. It may have made sense at the time, but, as a 10-year user of Ruby on Windows, I did not even know chm help was ever available. Not to mention it's a sub-par experience compared to just Googling, which is what most newcomers to Ruby will be doing anyway. IMHO CHM is at best a vestigial feature for the RubyInstaller project. If it's holding up releases for months (!), maybe it's time to just let it go? |
@Azolo to add to the above, I would like to start running https://github.com/ruby/spec against 2.3.1 on Windows, but for that I need to get AppVeyor to add 2.3.1 to this list https://www.appveyor.com/docs/installed-software#ruby. It's a tall stack of yaks and CHM is standing in the way of progress dammit 😜 |
@vais Yeah, sorry I haven't had time to look into this yet but your suggestion might be worth considering! |
@zzak Continuation from oneclick/rubyinstaller#348 I know we talked about this before, and thanks again for your offer. If you don't get around to looking at it don't sweat it too much. It's not on you to make this happen. 😄 Here is some more context, for you or hopefully some other adventurous soul. I think that it's really not as much about What would really help out is if you could tell me, in your opinion, if it would be easier just to forsake trying to inherit from |
@vais I get you, and before I started maintaining RubyInstaller I thought the same thing. But I do know that people use it and once I tried it I released that the experience is actually pretty good. When I don't have an internet connection or when I know I'm going to be jumping around the documentation quite a bit, I actually find the CHM to be quite useful. But that's really not often these days. Plus, it actually generates PRs on RubyInstaller to make it better more often than you would think. |
This requires looking at and editing the
Darkfish
template overrides to match the ones thatrdoc 4.X
uses or possible look at ways to write something similar that doesn't depend onDarkfish
.The text was updated successfully, but these errors were encountered: