Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upTracking issue for Rust rewrite #286
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for the suggestion! Indeed it's a good idea to have an issue where I can communicate some general points that don't belong in more task-centric issues.
C++ and Rust will co-exist for a while. This means people will need two compilers to build Newsboat. The build will continue to be driven by Make. However, dependency resolution will happen in two (or more) different places: once in our existing config.sh and again when I will keep the "every three months" release schedule. It's pretty much guaranteed we'll have at least a couple releases containing both C++ and Rust. I'm not yet sure how much outside help I'll be able to use, and how much I'll get. If I work on this alone with the same amount of time I spend now, three-point estimate says I'll be done in 2 years with standard deviation of 0.7 years (raw estimates are: 0.75 years / 1.5 years / 5 years).
Actually, I was stuck with a build issue for the past few days, so I think it's high time for me to ask for help. I'll open a separate issue and ping you there. |
This was referenced Sep 25, 2018
kmws
added
the
meta
label
Sep 29, 2018
This comment has been minimized.
This comment has been minimized.
|
I would like to help with this. What sort of things need to be done? |
This comment has been minimized.
This comment has been minimized.
|
I haven't finished porting logger to Rust yet, and without that, the opportunities to port anything else are limited. But I think I can come up with a few tasks already; I'll got open new issues for them. |
Minoru commentedSep 25, 2018
Originally posted by @kpcyrd in #89 (comment)