Re: [Emc-developers] To-Do list

2019-05-03 Thread andy pugh
On Fri, 3 May 2019 at 04:03, Robert Ellenberg  wrote:

> According to the log, it's not happy with my use of (gasp!) a C99 feature.
> I've been writing C++ for too long, I guess.
>

Yes, I quite like the for (int i = 0;..)  style for an obviously local
counter.

I don't know who would make the decision on that compiler switch.

I assume that these changes all need upstream-merging to 2.8 too. I am not
sure who has been doing that lately.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is designed
for the especial use of mechanical geniuses, daredevils and lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] To-Do list

2019-05-02 Thread Robert Ellenberg
According to the log, it's not happy with my use of (gasp!) a C99 feature.
I've been writing C++ for too long, I guess. The latest build passes now.

On Thu, May 2, 2019, 5:21 AM andy pugh  wrote:

> On Thu, 2 May 2019 at 02:38, Robert Ellenberg  wrote:
>
> > https://github.com/LinuxCNC/linuxcnc/pull/581
>
> Travis isn't happy:
>
> https://travis-ci.org/LinuxCNC/linuxcnc/builds/527106726?utm_source=github_status_medium=notification
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1916
>
>
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] To-Do list

2019-05-02 Thread andy pugh
On Thu, 2 May 2019 at 02:38, Robert Ellenberg  wrote:

> https://github.com/LinuxCNC/linuxcnc/pull/581

Travis isn't happy:
https://travis-ci.org/LinuxCNC/linuxcnc/builds/527106726?utm_source=github_status_medium=notification

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] To-Do list

2019-05-01 Thread Robert Ellenberg
Andy, I appreciate your vote of confidence :). It would be nice to have
push access, though I'm happy to go through a pull request / review process
if anyone else has interest in testing / reviewing my changes in a
reasonable time. I think having motion / TP unit tests will be a big help
here, since the manual testing burden won't be so large.

As for the TODO list, my fixes for 2.7 / 2.8 are all gathered here, ready
for merging:

https://github.com/LinuxCNC/linuxcnc/pull/581

I know we prefer to avoid significant development on 2.7, but I believe
these fixes are sorely needed there. There should not be any breaking
changes in this branch. Behavioral changes (like warning the user that
their G33 spindle speed is too high) shouldn't be a problem. Running the
program as is will make a bad part anyway. Users doing threading want the
pitch that was promised (Azor Ahai?).

Best,
Rob

On Sun, Apr 28, 2019 at 11:25 PM Chris Morley 
wrote:

> I think we should add a couple more people for push access too John m and
> Philip c come to mind...if they are interested
>
>
>  Original message 
> From: andy pugh 
> Date: 2019-04-28 10:07 a.m. (GMT-07:00)
> To: EMC developers 
> Subject: Re: [Emc-developers] To-Do list
>
> On Sun, 28 Apr 2019 at 14:07, Peter C. Wallace  wrote:
>
> >
> > There are a number of Rob Ellenbergs bugfixes for the TP
> > that I dont think have been merged
> > (someone on the forum just ran into one of the fixed bugs)
>
> I am not sure why he doesn't have direct push access. It isn't like
> anyone else understands the new TP better than he does.
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1916
>
>
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] To-Do list

2019-04-28 Thread Chris Morley
I think we should add a couple more people for push access too John m and 
Philip c come to mind...if they are interested


 Original message 
From: andy pugh 
Date: 2019-04-28 10:07 a.m. (GMT-07:00)
To: EMC developers 
Subject: Re: [Emc-developers] To-Do list

On Sun, 28 Apr 2019 at 14:07, Peter C. Wallace  wrote:

>
> There are a number of Rob Ellenbergs bugfixes for the TP
> that I dont think have been merged
> (someone on the forum just ran into one of the fixed bugs)

I am not sure why he doesn't have direct push access. It isn't like
anyone else understands the new TP better than he does.

--
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] To-Do list

2019-04-28 Thread andy pugh
On Sun, 28 Apr 2019 at 14:07, Peter C. Wallace  wrote:

>
> There are a number of Rob Ellenbergs bugfixes for the TP
> that I dont think have been merged
> (someone on the forum just ran into one of the fixed bugs)

I am not sure why he doesn't have direct push access. It isn't like
anyone else understands the new TP better than he does.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] To-Do list

2019-04-28 Thread Peter C. Wallace

On Sun, 28 Apr 2019, andy pugh wrote:


Date: Sun, 28 Apr 2019 00:12:49 +0100
From: andy pugh 
Reply-To: EMC developers 
To: EMC developers 
Subject: [Emc-developers] To-Do list

Which bugs on the tracker mean that 2.8 can't be released?



I think that the unwanted motion caused by ON_ABORT_COMMAND needs to
be fixed before release.
https://github.com/LinuxCNC/linuxcnc/issues/579

Any others? We have 21 pull requests and 105 bugs..

What else needs to be done?

Update ISO downloads to Stretch. (easy for preempt-rt, already done,
harder or RTAI)



There are a number of Rob Ellenbergs bugfixes for the TP
that I dont think have been merged
(someone on the forum just ran into one of the fixed bugs)

Peter Wallace
Mesa Electronics



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] To-Do list

2019-04-27 Thread Gene Heskett
On Saturday 27 April 2019 19:12:49 andy pugh wrote:

> Which bugs on the tracker mean that 2.8 can't be released?
>
> I think that the unwanted motion caused by ON_ABORT_COMMAND needs to
> be fixed before release.
> https://github.com/LinuxCNC/linuxcnc/issues/579
>
> Any others? We have 21 pull requests and 105 bugs..
>
> What else needs to be done?
>
> Update ISO downloads to Stretch. (easy for preempt-rt, already done,
> harder or RTAI)

I just installed the testing stretch on an old Dell Dimension 520.  And I 
have to admit its going to run this machine nicely when I get arouns to 
writing another install dvd, that one is stuck in the drive and I had to 
pull the plugs to hide it from the reboot.

The first thing I noted is that someone has been listening to my decade + 
string of invective over the partitioner. In guided gui mode, it never 
once argued with my partitioning choices, letting me do exactly as I 
wanted.  And that is indeed a breath of fresh air.

It did not retain the network config over the end of install reboot, but 
that was a 3 minute nano session of /etc/network/interfaces.d/setup, and 
a service networking restart. Adding the rest of my stuff to /etc/hosts, 
and it all Just Works.   

So basicly it just works.  The bad news is the horrible latency, minimum 
of 53 microseconds for the servo thread. My D525MW running the 6040 is 
standing at 8 for hours at a time. I wish I could buy 3 more of that ARK 
box. 

But, I just found a showstopper, it won't let me run synaptic from an ssh 
login.  gksudo lets me do it on the pi, and on the armbian version of 
stretch on the rock64.  But now there is no gksudo in the default repos 
according to apt.

So how can this be fixed?

Other than those two things, its beautiful.  I am impressed, xfce4 is 
working better than ever.

Oh, and I need the deb line to put 
in /etc/apt/sources.list.d/linuxcnc.list switch LCNC to master, same as 
I'm running on everything else here.  Or is that possible yet?

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


[Emc-developers] To-Do list

2019-04-27 Thread andy pugh
Which bugs on the tracker mean that 2.8 can't be released?

I think that the unwanted motion caused by ON_ABORT_COMMAND needs to
be fixed before release.
https://github.com/LinuxCNC/linuxcnc/issues/579

Any others? We have 21 pull requests and 105 bugs..

What else needs to be done?

Update ISO downloads to Stretch. (easy for preempt-rt, already done,
harder or RTAI)


-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers