Skip to content

Conversation

@thomas955
Copy link
Contributor

  • fixed libraries include
  • fixed incorrect usage of python2 string
  • fixed python2 to python3 script issues (2to3) like print ""
  • fixed data types
  • fixed python3 usage of str instead of string (join, split etc.)
  • added support to determine the absolute path of the executable
    binary of the current Python interpreter
    • thx @Bagira80 for his support

Fixes issue: #67

Signed-off-by: Thomas Höhlig thoehlig@benocs.com

  * fixed libraries include
  * fixed incorrect usage of python2 string
  * fixed python2 to python3 script issues (2to3) like print ""
  * fixed data types
  * fixed python3 usage of str instead of string (join, split etc.)
  * added support to determine the absolute path of the executable
    binary of the current Python interpreter
    * thx @Bagira80 for his support

Fixes issue: boostorg#67

Signed-off-by: Thomas Höhlig <thoehlig@benocs.com>
@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.73%. Comparing base (db09fb1) to head (3b2748d).
Report is 27 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #68   +/-   ##
========================================
  Coverage    94.73%   94.73%           
========================================
  Files            5        5           
  Lines           19       19           
========================================
  Hits            18       18           
  Misses           1        1           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db09fb1...3b2748d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jeking3 jeking3 merged commit 4b81600 into boostorg:develop Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants