taskSavannah Administration - Tasks: task #16414, Submission of flet c lib for

 
 

task #16414: Submission of flet c lib for

Submitter:  Gianluca Graziadei <ggraziadei>
Submitted:  Mon 31 Jul 2023 09:26:52 PM UTC
   
 
Should Start On:  Mon 31 Jul 2023 12:00:00 AM UTC Should be Finished on:  Thu 10 Aug 2023 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  ineiev Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 15 Aug 2023 06:53:40 AM UTC, comment #5: 

No response; cancelling.

Ineiev <ineiev>
Site Administrator
Fri 04 Aug 2023 07:12:04 AM UTC, comment #4: 

comment #3:

> Please identify the licenses of your dependencies clearly...


Please read the links. I added them on purpose.

> This is the LICENSE of flex project https://github.com/westes/flex/blob/master/COPYING


I can't read that page.  What is the license?

> I have attached the new project tarball file. In the folder there are also gifs and docuemntation of a mvp as possibile implementation as Bash's builtin function.


I'm sorry, the new file doesn't address my remark.

> Flet


This is as short and non-descriptive as the previous one.  Can you suggest a better name?

Ineiev <ineiev>
Site Administrator
Tue 01 Aug 2023 08:19:36 PM UTC, comment #3: 

Please identify the licenses of your dependencies clearly.  There is no "BSD" license: some licenses with "BSD" in their name are GPL compatible, other aren't.

This is the LICENSE of flex project https://github.com/westes/flex/blob/master/COPYING


Then, it looks like your tarball doesn't unpack correctly for me: the resulting directory includes a lot of auxiliary files.  Could you make sure it only contains necessary files, without backups, artifacts of non-standard attributes and Git data?

I have attached the new project tarball file. In the folder there are also gifs and docuemntation of a mvp as possibile implementation as Bash's builtin function.

At last, group names should be reasonably descriptive, rather than terse abbreviations or confusingly general.  Can you suggest a better name?

Flet


Thanks for your review.
Gianluca

(file #55005)

Gianluca Graziadei <ggraziadei>
Tue 01 Aug 2023 09:31:48 AM UTC, comment #2: 

Please identify the licenses of your dependencies clearly.  There is no "BSD" license: some licenses with "BSD" in their name are GPL compatible, other aren't.

This is the LICENSE of flex project https://github.com/westes/flex/blob/master/COPYING


Then, it looks like your tarball doesn't unpack correctly for me: the resulting directory includes a lot of auxiliary files.  Could you make sure it only contains necessary files, without backups, artifacts of non-standard attributes and Git data?

In the next post I will check again the code that i have uploaded.


At last, group names should be reasonably descriptive, rather than terse abbreviations or confusingly general.  Can you suggest a better name?

Flet


Thanks for your review.
Gianluca

Anonymous
Tue 01 Aug 2023 07:55:45 AM UTC, comment #1: 

Please identify the licenses of your dependencies clearly.  There is no "BSD" license: some licenses with "BSD" in their name are GPL compatible, other aren't.

Then, it looks like your tarball doesn't unpack correctly for me: the resulting directory includes a lot of auxiliary files.  Could you make sure it only contains necessary files, without backups, artifacts of non-standard attributes and Git data?

At last, group names should be reasonably descriptive, rather than terse abbreviations or confusingly general.  Can you suggest a better name?

Ineiev <ineiev>
Site Administrator
Mon 31 Jul 2023 09:26:52 PM UTC, original submission:  

A new group has been registered at Savannah.
This group will remain inactive until a site admin approves
or discards the registration.


Registration Administration


Approving or discarding the registration must be done using the specific
Group administration page, accessible only to site
administrators logged in as superusers.

Registration Details


  • Name: flet c lib for
  • System Name:  flet
  • Type: non-GNU software and documentation
  • License: GNU General Public License v3 or later





Description:

Evaluate arithmetic floating point expressions written in C and Bison for parser and Flex for scanner. This library is oriented to work with Bash.
Evaluate each ARG as an arithmetic expression. Each expression ends with semicolumn. The following list of operators is grouped into levels of equal-precedence operators. The levels are listed in order of decreasing precedence.
id++, id-- variable post-increment, post-decrement
++id, --id variable pre-increment, pre-decrement
-, + unary minus, plus
!, ~ logical and bitwise negation
** exponentiation
*, /, % multiplication, division, remainder
+, - addition, subtraction
<<, >> left and right bitwise shifts
<=, >=, <, > comparison
==, != equality, inequality
& bitwise AND
^ bitwise XOR
| bitwise OR
&& logical AND
|| logical OR
boolean_exp ? scalar_exp : scalar_exp conditional operator
=, *=, /=, %=,
+=, -=, <<=, >>=,
&=, ^=, |= assignment
id=scalar_exp|boolean_exp
acos(scalar_exp) computes arc cosine.
acosh(scalar_exp) computes arc hyperbolic cosine.
asin(scalar_exp) computes arc sine.
asinh(scalar_exp) computes the hyperbolic of arc sine of an argument.
atan(scalar_exp) computes the arc tangent of an argument.
atan2(scalar_exp) computes the arc tangent of an argument.
atanh(scalar_exp) computes arc hyperbolic tangent.
cbrt(scalar_exp) computes cube root of a number.
ceil(scalar_exp) computes the nearest integer greater than argument.
cos(scalar_exp) computes the cosine of an argument.
cosh(scalar_exp) computer hyperbolic cosine.
exp(scalar_exp) computes the exponential raised to the argument.
fabs(scalar_exp) computes absolute value.
floor(scalar_exp) calculates the nearest integer less than argument.
hypot(scalar_exp) computes hypotenuse.
log(scalar_exp) computes natural logarithm of an argument.
log10(scalar_exp) computes the base 10 logarithm of an argument.
pow(scalar_exp) Computes power of a number.
sin(scalar_exp) compute sine of a number.
sinh(scalar_exp) computes the hyperbolic sine of an argument.
sqrt(scalar_exp) computes square root of a number.
tan(scalar_exp) computes tangent.
tanh(scalar_exp) computes the hyperbolic tangent of an argument.

GitHub repository: https://github.com/GGraziadei/flet


Other Software Required:

- Bison (parser)  GNU General Public License https://www.gnu.org/software/bison/

- Flex (lexical analyser generator) BSD license



Tarball URL:

https://savannah.gnu.org/submissions_uploads/flet.tar.gz


Gianluca Graziadei <ggraziadei>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #55005:  flet.tar.gz added by ggraziadei (583KiB - application/x-gzip - new tarball file)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ineiev (Posted a comment)
  • -email is unavailable- added by ggraziadei (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-08-15 ineiev StatusIn Progress Cancelled
        Open/ClosedOpen Closed
    2023-08-01 ggraziadei Attached File- Added flet.tar.gz, #55005
    2023-08-01 ineiev StatusNone In Progress
        Assigned toNone ineiev

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code