Re: [Emc-developers] CI environment, which libraries?

2023-01-10 Thread andy pugh
On Wed, 11 Jan 2023 at 00:17, Steffen Möller wrote: > And then the thought that you may possibly want to test on something that we > can control ourselves? That might have been better, but Jeff pointed out this morning that rl_ding() isn't in one of the readline wrappers, and that

Re: [Emc-developers] CI environment, which libraries?

2023-01-10 Thread Steffen Möller
> Gesendet: Dienstag, 10. Januar 2023 um 10:55 Uhr > Von: "andy pugh" > An: "EMC developers" > Betreff: [Emc-developers] CI environment, which libraries? > > I added a test to test the command line parameters for halcompile. > https://github.com/Linu

[Emc-developers] CI environment, which libraries?

2023-01-10 Thread andy pugh
I added a test to test the command line parameters for halcompile. https://github.com/LinuxCNC/linuxcnc/pull/2256 This requires sample code to reference a function in an external library. I chose "rl_ding()" from readline. But it seems that this wasn't a good choice, as the test passes on my PC