fdb icon indicating copy to clipboard operation
fdb copied to clipboard

Proposal to create an FDB instance from config path via C-API (for pyfdb)

Open pgeier opened this issue 1 year ago • 1 comments

Related to pyfdb #

pgeier avatar Mar 18 '24 08:03 pgeier

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 65.81%. Comparing base (bab5ebb) to head (dc74ee0). Report is 1 commits behind head on develop.

Files Patch % Lines
src/fdb5/api/fdb_c.cc 0.00% 4 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #20      +/-   ##
===========================================
- Coverage    65.83%   65.81%   -0.03%     
===========================================
  Files          210      210              
  Lines        12289    12294       +5     
===========================================
  Hits          8091     8091              
- Misses        4198     4203       +5     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Mar 18 '24 09:03 codecov-commenter

@geier1993 is this still relevant?

tbkr avatar Feb 10 '25 13:02 tbkr

Think it was related to the pyfdb PR that we just closed... I know that Tom has introduced something similar back then???

Is there something similar available now... without having to use the ENV variables to point to a fdb root???

I think back then we were writing the fdb compare tool....

pgeier avatar Feb 10 '25 13:02 pgeier

I'll close this due to the implemented solution in pyfdb (which is able to construct a fdb from a config string). In case something like this is needed still, feel free to re-open.

tbkr avatar Feb 10 '25 14:02 tbkr