chentao / gcfg

Automatically exported from code.google.com/p/gcfg
Other
0 stars 0 forks source link

migrate to gopkg.in/sconf/sconf.v0 #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there an official plan to migrate this repository to Github?? 

Original issue reported on code.google.com by Horacio....@gmail.com on 17 Mar 2015 at 6:07

GoogleCodeExporter commented 9 years ago
Thanks, yes I intend to migrate it before Google Code goes read-only in August.
FTR: http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html

Original comment by speter....@gmail.com on 18 Mar 2015 at 10:43

GoogleCodeExporter commented 9 years ago
To expand on this, I plan to transition what has been known as gcfg to 
https://gopkg.in/sconf/sconf.v0 (github sconf organization).

The design/organization and implementation of gcfg leaves a lot to be improved 
(see TODOs and open issues), and I intend to take this opportunity of changing 
import paths to also do some API cleanup and so on. (I am anticipating that 
incorporating many of the enhancements will be much more straightforward with 
updated APIs.)

You can already find a simple wrapper that just uses gcfg internally (it passes 
all the tests included with gcfg) with a new API. (For a start, it uses the 
Must convention in case a function panics on invalid input.) I will try to 
gradually enhance it part by part.

I'll make a broader announcement when there is some more progress to report; in 
the mean time any feedback is welcome here. And of course the existing gcfg 
will continue to work as usual.

Original comment by speter....@gmail.com on 15 Apr 2015 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by speter....@gmail.com on 15 Apr 2015 at 7:11