ATF-log archive

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

#32: Divorce atf-c++ from atf-c



#32: Divorce atf-c++ from atf-c
-------------------+--------------------------------------------------------
 Reporter:  jmmv   |       Owner:  jmmv
     Type:  task   |      Status:  new 
 Priority:  minor  |   Milestone:      
Component:  MISC   |     Version:      
 Keywords:         |  
-------------------+--------------------------------------------------------
 When I added the atf-c library, I moved code from atf-c++ into atf-c and
 then made the former rely on the latter to duplicate implementation
 details.  This has proven not to be a very bright idea because the amount
 of reused code is not that significant after the nofork branch was merged.
 Given this, atf-c now has tons of code that is completely unused by other
 C code, but that is only wrapped around by the C++ library (e.g. the
 atf_fs_cleanup code).  This code is harder to maintain.

 The scope of this issue is to move back code from atf-c into atf-c++ and
 kill all code i atf-c that becomes unused.

-- 
Ticket URL: <https://www.julipedia.org/projects/atf/trac/ticket/32>
Automated Testing Framework <http://www.NetBSD.org/~jmmv/atf/>
Automated Testing Framework


Home | Main Index | Thread Index | Old Index