#linuxcnc-devel | Logs for 2015-07-11

Back
[13:20:30] <KGB-linuxcnc> 03Sebastian Kuzminsky 052.7 13992eb 06linuxcnc 10src/configure.in configure: align the --disable-userspace-pci help correctly * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=13992eb
[15:21:02] <jepler> ah digressions
[15:37:08] <skunksleep> Rob posted a fix to his repository for 424. I hope to test soon
[15:52:51] <seb_kuzminsky> shanks, shkunk
[15:58:29] <cradek> am I the only one who kind of hates github?
[15:58:42] <cradek> I know rob has a repo there
[15:58:47] <cradek> I'm trying to find it
[15:59:20] <cradek> all I could figure out to do was search for linuxcnc and then click through a listing that seems like it was in no order, one page at a time, scanning for "rob"
[15:59:46] <cradek> and then after about the fifth page I got "You have triggered an abuse detection mechanism. Please wait a few minutes before you try again."
[16:00:26] <cradek> so then I tried to find a list of all the forks of linuxcnc, and I get some inexplicable graph with a bunch of lines I don't care about
[16:01:00] <cradek> a search by user name or real name doesn't give me anything
[16:02:08] <cradek> I can't find an advanced search, where I'd maybe ask for things related to linuxcnc by a guy named rob something
[16:02:55] <cradek> so ... if anyone can give me rob's repo url, or tell me why I shouldn't hate github, I'd appreciate it
[16:05:57] <cradek> I found it in my remotes list on another machine: git remote add robe https://github.com/robEllenberg/linuxcnc-mirror.git
[16:06:31] <tinkerer> https://github.com/robEllenberg?tab=repositories
[16:06:36] <tinkerer> this one?
[16:07:18] <tinkerer> or which rob do you mean? ;)
[16:07:55] <tinkerer> ok, the same one. :D
[16:12:42] <skunksleep> I usually find it by searching Google. Github Rob linuxcnc
[16:20:04] <cradek> skunksleep: well, that worked right away
[16:20:24] <cradek> skunksleep: either I fail at the internet, or github fails at their own search, or both
[16:21:33] <cradek> ok now I found an advanced search on github: The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.
[16:21:56] <cradek> "something's wrong, I don't know what for sure, maybe you can guess, sorry"
[17:19:59] <skunkworks> rob seems to have fixed the overrun - still running other programs
[17:25:38] <cradek> awesome!
[18:05:50] <KGB-linuxcnc> 03Jeff Epler 05jepler/hal-streams 62e48be 06linuxcnc 10(9 files in 3 dirs) hal: factor out streamer/sampler * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=62e48be
[18:13:14] <jepler> so with that branch, in theory you can write in e.g., a hardware driver "keep fetching ints from this stream and writing them to the hardware until you run out or fill the hardware fifo" for laser engraving or whatever
[18:14:00] <jepler> I won't merge it unless there's a user though, and I probably wouldn't merge it to 2.7 in any case, even though it's based on 2.7.
[21:05:44] <KGB-linuxcnc> 03Jeff Epler 05jepler/hal-streams 1eeb491 06linuxcnc 03docs/man/man3/rtapi_stream.3rtapi hal: document the new C API * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=1eeb491
[22:55:52] <skunksleep> cradek: did you try his branch?