Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-23 Thread Gedare Bloom
On Tue, May 23, 2023 at 12:04 AM Sebastian Huber wrote: > > > > On 23.05.23 02:42, Chris Johns wrote: > > On 22/5/2023 6:29 pm, Sebastian Huber wrote: > >> On 22.05.23 01:48, Chris Johns wrote: > The support for the CSafeLoader is just about 60 lines of additional > code. > It

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-23 Thread Sebastian Huber
On 23.05.23 02:42, Chris Johns wrote: On 22/5/2023 6:29 pm, Sebastian Huber wrote: On 22.05.23 01:48, Chris Johns wrote: The support for the CSafeLoader is just about 60 lines of additional code. It would be a nice improvement for systems supporting this feature. I don't have time to work on

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-22 Thread Chris Johns
On 22/5/2023 6:29 pm, Sebastian Huber wrote: > On 22.05.23 01:48, Chris Johns wrote: >>> The support for the CSafeLoader is just about 60 lines of additional code. >>> It would be a nice improvement for systems supporting this feature. I don't >>> have >>> time to work on adding PyYAML with

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-22 Thread Sebastian Huber
On 22.05.23 01:48, Chris Johns wrote: The support for the CSafeLoader is just about 60 lines of additional code. It would be a nice improvement for systems supporting this feature. I don't have time to work on adding PyYAML with libyaml to the RTEMS Tools right now and I think this would open

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-21 Thread Chris Johns
On 19/5/2023 4:46 pm, Sebastian Huber wrote: > On 15.05.23 01:44, Chris Johns wrote: >> On 5/5/2023 8:16 pm, Sebastian Huber wrote: >>> On 05.05.23 01:38, Chris Johns wrote: > When I install it > through pip, I get the CSafeLoader on my machine. I don't have a libyaml > development

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-19 Thread Sebastian Huber
On 15.05.23 01:44, Chris Johns wrote: On 5/5/2023 8:16 pm, Sebastian Huber wrote: On 05.05.23 01:38, Chris Johns wrote: When I install it through pip, I get the CSafeLoader on my machine. I don't have a libyaml development package installed. This is what I was not understanding. If it can

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-14 Thread Chris Johns
On 5/5/2023 8:16 pm, Sebastian Huber wrote: > On 05.05.23 01:38, Chris Johns wrote: >>> When I install it >>> through pip, I get the CSafeLoader on my machine. I don't have a libyaml >>> development package installed. >> This is what I was not understanding. If it can be loaded in a python.org >>

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-05 Thread Sebastian Huber
On 05.05.23 01:38, Chris Johns wrote: When I install it through pip, I get the CSafeLoader on my machine. I don't have a libyaml development package installed. This is what I was not understanding. If it can be loaded in a python.org install on a N2 MacOS with a virtual env then I think we are

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-04 Thread Chris Johns
On 4/5/2023 4:16 pm, Sebastian Huber wrote: > On 04.05.23 05:35, Chris Johns wrote: >> On 3/5/2023 7:40 pm, Sebastian Huber wrote: >>> On 03.05.23 05:30, Chris Johns wrote: On 28/4/2023 3:38 pm, Sebastian Huber wrote: > On 27.04.23 20:27, Gedare Bloom wrote: >> On Wed, Apr 26, 2023 at

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-04 Thread Sebastian Huber
On 04.05.23 05:35, Chris Johns wrote: On 3/5/2023 7:40 pm, Sebastian Huber wrote: On 03.05.23 05:30, Chris Johns wrote: On 28/4/2023 3:38 pm, Sebastian Huber wrote: On 27.04.23 20:27, Gedare Bloom wrote: On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber   wrote: On 27.04.23 02:11, Chris

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-03 Thread Chris Johns
On 3/5/2023 7:40 pm, Sebastian Huber wrote: > On 03.05.23 05:30, Chris Johns wrote: >> On 28/4/2023 3:38 pm, Sebastian Huber wrote: >>> On 27.04.23 20:27, Gedare Bloom wrote: On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber   wrote: > On 27.04.23 02:11, Chris Johns wrote: >> On

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-03 Thread Sebastian Huber
On 03.05.23 05:30, Chris Johns wrote: On 28/4/2023 3:38 pm, Sebastian Huber wrote: On 27.04.23 20:27, Gedare Bloom wrote: On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber   wrote: On 27.04.23 02:11, Chris Johns wrote: On 26/4/2023 6:04 pm, Sebastian Huber wrote: The CSafeLoader uses the C

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-02 Thread Chris Johns
On 28/4/2023 3:38 pm, Sebastian Huber wrote: > On 27.04.23 20:27, Gedare Bloom wrote: >> On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber >>   wrote: >>> On 27.04.23 02:11, Chris Johns wrote: On 26/4/2023 6:04 pm, Sebastian Huber wrote: > The CSafeLoader uses the C libyaml libary to

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-05-01 Thread Sebastian Huber
On 27.04.23 23:59, Chris Johns wrote: On 28/4/2023 4:27 am, Gedare Bloom wrote: On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber wrote: On 27.04.23 02:11, Chris Johns wrote: On 26/4/2023 6:04 pm, Sebastian Huber wrote: The CSafeLoader uses the C libyaml libary to considerably speed up the

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-04-27 Thread Sebastian Huber
On 27.04.23 20:27, Gedare Bloom wrote: On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber wrote: On 27.04.23 02:11, Chris Johns wrote: On 26/4/2023 6:04 pm, Sebastian Huber wrote: The CSafeLoader uses the C libyaml libary to considerably speed up the loading of YAML files. No from me.

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-04-27 Thread Chris Johns
On 28/4/2023 4:27 am, Gedare Bloom wrote: > On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber > wrote: >> >> On 27.04.23 02:11, Chris Johns wrote: >>> On 26/4/2023 6:04 pm, Sebastian Huber wrote: The CSafeLoader uses the C libyaml libary to considerably speed up the loading of YAML

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-04-27 Thread Gedare Bloom
On Wed, Apr 26, 2023 at 11:46 PM Sebastian Huber wrote: > > On 27.04.23 02:11, Chris Johns wrote: > > On 26/4/2023 6:04 pm, Sebastian Huber wrote: > >> The CSafeLoader uses the C libyaml libary to considerably speed up the > >> loading of YAML files. > > No from me. > > What do you mean with not

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-04-26 Thread Sebastian Huber
On 27.04.23 02:11, Chris Johns wrote: On 26/4/2023 6:04 pm, Sebastian Huber wrote: The CSafeLoader uses the C libyaml libary to considerably speed up the loading of YAML files. No from me. What do you mean with not for me? You have the CSafeLoader available and it is slow? Do you have some

Re: [PATCH 2/5] build: Use CSafeLoader if available

2023-04-26 Thread Chris Johns
On 26/4/2023 6:04 pm, Sebastian Huber wrote: > The CSafeLoader uses the C libyaml libary to considerably speed up the > loading of YAML files. No from me. I do not agree with conditional states of operation in the build system that depend on packages a host has installed. If speed is an

[PATCH 2/5] build: Use CSafeLoader if available

2023-04-26 Thread Sebastian Huber
The CSafeLoader uses the C libyaml libary to considerably speed up the loading of YAML files. --- wscript | 39 +++ 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/wscript b/wscript index 60fd8a1595..5a2fb84314 100755 --- a/wscript +++ b/wscript