Quality Management for Purebasic.

Everything else that doesn't fall into one of the other PB categories.
User avatar
mk-soft
Always Here
Always Here
Posts: 5386
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Quality Management for Purebasic.

Post by mk-soft »

Quality Management for Purebasic.

Hello Fred,
unfortunately new bugs have appeared in the current version, which did not exist before.

- Purebasic IDE crash on macOS with touchbar
- Linux lib image.
- Purebasic IDE crash on linux with open procedure list.

With a new version, all functionalities would have to be tested, if all work as described.

But you can't do that alone.

There are probably many here who would do this task with different areas (Windows - gadgets, images, drawing, etc).

To do this, many automated test programs would have to be written and automatically evaluated.

I would be happy if many of them are willing to do this.


Translated with http://www.DeepL.com/Translator (free version)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: Quality Management for Purebasic.

Post by StarBootics »

Hello everyone,

I would like to add to the bug list under linux OS a very annoying problem :

- Compiling a large project (like 30 000 lines or more) with the debugger on and the crash that follow.

The workaround I'm currently using is to put a MessageRequester() where I want to see what is going on but this not as versatile as the Debugger output. And this bug as been reported to Fred few years ago. Since I'm writing my code in OOP Style now (See Dev-Object source code) I'm able to test objects individually but what happen when the bugs appear due to inter-action between two objects or more ? They became very hard to track down.

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
User avatar
useful
Enthusiast
Enthusiast
Posts: 369
Joined: Fri Jul 19, 2013 7:36 am

Re: Quality Management for Purebasic.

Post by useful »

There are many people willing to take part in the test.
The problem is that we need to find the person who will lead them and this person should have a trusting relationship with Fred.
Dawn will come inevitably.
Fred
Administrator
Administrator
Posts: 16664
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Quality Management for Purebasic.

Post by Fred »

I will take a look to these issues. We have a lot of unit tests which runs automatically to check library commands, but it doesn't cover a lot of GUI based elements, as it's not easy to check visually. We will try to find a way to automate this even more.
Post Reply