Re: Alternative download paths for RSB?

2021-12-21 Thread Chris Johns
On 22/12/21 6:37 am, Joel Sherrill wrote: > On Tue, Dec 21, 2021, 12:45 PM Chris Johns > wrote: > > How can we ensure that all mirrors listed work? > > They would need to be tested and that means more code in the RSB to do it. > > And another thing to check.

Re: [PATCH v2] ReportsBase: Change raw pointer to unique_ptr

2021-12-21 Thread Chris Johns
OK Thanks Chris On 22/12/21 7:49 am, Ryan Long wrote: > Replaced raw pointer used with ReportsBase-derived classes to make code > cleaner and make it to where pointers do not have to be manually > deleted. > > Closes #4376 > --- > tester/covoar/ReportsBase.cc | 77 >

[PATCH v2] ReportsBase: Change raw pointer to unique_ptr

2021-12-21 Thread Ryan Long
Replaced raw pointer used with ReportsBase-derived classes to make code cleaner and make it to where pointers do not have to be manually deleted. Closes #4376 --- tester/covoar/ReportsBase.cc | 77 +--- 1 file changed, 36 insertions(+), 41 deletions(-)

Re: Alternative download paths for RSB?

2021-12-21 Thread Joel Sherrill
On Tue, Dec 21, 2021, 12:45 PM Chris Johns wrote: > On 22/12/21 1:45 am, Joel Sherrill wrote: > > On Tue, Dec 21, 2021 at 12:33 AM Sebastian Huber > > wrote: > >> > >> On 20/12/2021 22:52, Chris Johns wrote: > >>> On 21/12/21 2:33 am, Joel Sherrill wrote: > On Mon, Dec 20, 2021 at 8:54 AM

Re: Alternative download paths for RSB?

2021-12-21 Thread Chris Johns
On 22/12/21 1:45 am, Joel Sherrill wrote: > On Tue, Dec 21, 2021 at 12:33 AM Sebastian Huber > wrote: >> >> On 20/12/2021 22:52, Chris Johns wrote: >>> On 21/12/21 2:33 am, Joel Sherrill wrote: On Mon, Dec 20, 2021 at 8:54 AM Joel Sherrill wrote: > > On Mon, Dec 20, 2021 at 6:59 AM

[PATCH 2/2] c-user: Use document internal links

2021-12-21 Thread Sebastian Huber
--- c-user/clock/background.rst | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/c-user/clock/background.rst b/c-user/clock/background.rst index cffab3c..ded0461 100644 --- a/c-user/clock/background.rst +++ b/c-user/clock/background.rst @@ -87,8 +87,9

[PATCH 1/2] c-user: Clarify Clock Manager dependencies

2021-12-21 Thread Sebastian Huber
Update #4572. --- c-user/clock/background.rst | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/c-user/clock/background.rst b/c-user/clock/background.rst index 759a976..cffab3c 100644 --- a/c-user/clock/background.rst +++ b/c-user/clock/background.rst

Re: Alternative download paths for RSB?

2021-12-21 Thread Joel Sherrill
On Tue, Dec 21, 2021 at 12:33 AM Sebastian Huber wrote: > > On 20/12/2021 22:52, Chris Johns wrote: > > On 21/12/21 2:33 am, Joel Sherrill wrote: > >> On Mon, Dec 20, 2021 at 8:54 AM Joel Sherrill wrote: > >>> > >>> On Mon, Dec 20, 2021 at 6:59 AM Sebastian Huber > >>> wrote: > >