-
Notifications
You must be signed in to change notification settings - Fork 100
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
inactivity revisited + too much forks #20
Comments
bump |
oops, wrong button |
Maybe @vitalogy could get in here, it looks like he/she owns the repository that is best maintained. |
I'd definitely be interested in discussions to hand this off (in whatever On Sun, Oct 20, 2013 at 4:37 PM, Simon Kohlmeyer
|
my primary interest is as a distribution maintainer (and user) and i'd like for most forks it's patches to be merged in an official well maintained fork, that i can use as a stable source. |
I came here, like others, because of a small potential contribution. Now the best strategy for me, without taking over the whole project, seems to be yet another fork, with minor changes, and not a lot of hope to get them pulled. I am not sure if this would really help the project. On the other hand I can understand abstrakraft. |
👍 as i'm in a similar situation as @alien999999999 (i'm Debian maintainer and although i'm not the maintainer of cwiid in Debian itself, i have packages that depend on it) while there are many forks, many of them have been merged back into various branches. i tried to quickly evaluate the network in order to condense it, and came up with the following set of branches. mzimmerman/masterthis seems to be the most active development and has merged in pekkav/master@pekkav has a larger folg/masterthe only changes not yet found in
rektide/mastertries adding support for application-forksthe following branches tweak the applications (wmgui, wminput) ers81239/mastersome changes to esaule/mastersingle commit with a fix for maggu2810/mastersingle commit that adds a cmdline arg to tSed/sma/cross-build-compliantmaking others
the remaining forks/branches could simply be eliminated, because they had already been merged into at least one of the above. conclusionit seems that @mzimmerman has the most up-to-date version of libcwiid. |
ah, and maybe we should just create a "cwiid" organisation, where multiple people have write-access to. |
i was gonna ask if someone can contact this @mzimmerman and have pull-requests into his tree... |
I'm an active github user, but I don't think I'm the guy you want. I pulled in a lot of other code because I wanted all the bugs fixed that were identified. I followed the github tree and pulled in code that looked like it was doing that. My primary goal with cwiid though was to use it in a Go program called mythgowii which is like mythpywii but written in Go. mythpywii kept flaking out on me some and I've been working in Go lately. Why I forked cwiid is because of this issue in mythgowii where calling disconnect would call a deadlock in the C code as called from Go. Primarily it was this commit that fixed the issue for me. Anyway, I'm not a C coder I guess is what I'm saying and I only have a moderate interest in cwiid (I scratched my itch). I'll gladly allow others permission to commit and merge pull requests to my fork though if that's what everyone wants to do. |
As mentioned earlier, I'd like to assist and advise with any effort to clean up and centralize CWiid, but I don't have the time to do it myself. With respect to the core library (libcwiid), I'm not sure if there's any value putting a lot of time into it - rewriting it as a wrapper around the wiimote kernel API is the way to go. |
if we have a sort of group like umaeute said, perhaps we can just merge everything and let the all the individual users commit (ie: all those who committed and forked) maybe then, we don't need to do any managing :-) @abstrakraft what's this about wiimote kernel API? i'm not sure i follow... are you saying there's a kernel module that does similar things like libcwiid? ie: a simpler way to just connect bluetooth and use it as a pointer in X? or am i misunderstanding you? |
Yes, see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/hid/hid-wiimote.h. I think there's still value in the libcwiid API as a convenient way to deliver messages (although there may be another standard way to do this, if so, let's do that) to applications that want to use a wiimote as something other than a pointing device (for that, see XWiimote). You can find a number of posts blasting CWiid and other early libraries for implementing what are essentially userspace drivers, which is an accurate criticism (although unfair, considering the lack of support for kernel-space drivers for bluetooth devices in 2007). |
I agree that using the kernel driver is probably the best way forward, but I also agree that the kernel driver does not (and should not IMHO) deliver some nice features a user might want and a user-space library could provide. I also think that using a group to collectively develop would be best. We have to keep in mind that it is not only us such a solution would serve, but package maintainers as well that are of course discouraged by a fork and merge mess like we currently have. Having said that however, I cannot commit to do this management myself, even if it is potentially not very much work after all. |
Hi,
I'm a distribution packager for Mageia ( http://www.mageia.org/ ) and i'm packager of cwiid.
The current released code is 3y old; while it seems there are still quite some development going on.
Since abstrakraft said himself that he didn't have much time for this, and he's not merging from any forks, i was looking on which fork that i can use as a release point.
However, there's too much forks, i cannot make head nor tails of which one i should have.
I would ask that any of you to continue and make a release and try to combine the existing forks back into one main thread. or perhaps have a fork/project where more than one developer can work on?
additionally, i would like for wminput -d to be forked into the background and sighup to reload. additionally, i can provide a systemd cwiid.service script for wminput -d.
another useful point would be to be able to hook up multiple wiimotes into extra uinput devices.
Perhaps if all of us have not that much time, perhaps if we work together, this would be resulting in a better project.
I would ask if anyone has a bit of time they can spare on this to answer here?
thanks in advance.
The text was updated successfully, but these errors were encountered: