bug-aris
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch suggestions


From: Kovács Zoltán
Subject: Re: patch suggestions
Date: Mon, 15 Aug 2022 08:13:38 +0200

Thanks, Juan! I incorporated your changes to my fork:
https://github.com/kovzol/aris/commit/c38811f9bb7745fa306582c9db48108328317eae
https://github.com/kovzol/aris/commit/ec4ffdac733ef20a9925ed41f0217291676b3853
Which git repository did you use as your starting point?
Best, Zoltan
PS. I also maintain a snap release of Aris: https://snapcraft.io/aris
I plan to include Aris in my logic lecture notes for the next semester at PH Linz,
for prospective math teachers.

Juan Lasca <juanmlasca@gmail.com> ezt írta (időpont: 2022. aug. 14., V, 23:44):
Hi,
I made a few changes to the source code available from git, which include:
* memory leaks (mostly adding calls to 'free' when returning from a function)
* uninitialized variables: (giving them a reasonable initial value when declared)
* multiple definitions: (changed app.h,c and process.h,c to declare global variables, instead of implementing them upon #inclusion). Seems like modern compilers treat this as an error, and is also prone to hard-to-debug problems if ignored.
Also, after correcting this, I've noticed that Carl Hansen has already proposed so, but this change was not merged into upstream.
* changed the macro 'CHECK_ALLOC' to log an error and exit the application immediately (most of these calls were made to check for memory exhaustion errors anyway).
* added the macro 'PERROR' as a more verbose alternative to the perror function, using the 'REPORT' macro.

I've also noticed that there are no icons other than some low resolution .xpm files, so I took the liberty of preparing some svg icons and a script (requires the imagemagick package) to generate pngs of multiple resolutions (suitable for use with a .desktop desktop entry file or in the application).

I hope you find this helpful.
Best regards,
Juan



--

Dr. Zoltán Kovács, MSc

Institut Ausbildung

 

Private Pädagogische Hochschule der Diözese Linz
Private University of Education, Diocese Linz
Salesianumweg 3, 4020 Linz
Mail: zoltan.kovacs@ph-linz.at

Web: www.ph-linz.at



reply via email to

[Prev in Thread] Current Thread [Next in Thread]