Add haslversion.h and all of its friends

Review Request #2504 — Created July 8, 2023 and submitted

Information

hasl/hasl
default

Reviewers

Add haslversion.h and all of its friends

Ran the unit tests.

I also tried defining G_DISABLE_ASSERT but that disables all unit tests so the line from g_assert_not_reached about not using it in unit tests is out of date.

Summary ID
Add haslversion.h and all of its friends
3123ea436a72ab9523e400a403720fd9fed4bac1
Description From Last Updated

s/minor/micro

ivanhoeivanhoe

micros

QuLogicQuLogic

Not really a problem, but the version check macros are used in an unusual order. We might want to move …

belginbelgin
ivanhoe
  1. 
      
  2. hasl/haslversion.h (Diff revision 1)
     
     

    s/minor/micro

  3. 
      
grim
belgin
  1. 
      
  2. hasl/tests/test-version.c (Diff revision 2)
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

    Not really a problem, but the version check macros are used in an unusual order. We might want to move them around so they all are in a single order (e.g. -1 0 +1)

  3. 
      
grim
ivanhoe
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

QuLogic
  1. 
      
  2. hasl/tests/test-version.c (Diff revision 1)
     
     
  3. 
      
Loading...