You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/08/15 06:55:44 UTC

[GitHub] [buildstream] gtristan opened a new pull request, #1718: _context.py: Don't call utils._get_bst_api_version() at load time.

gtristan opened a new pull request, #1718:
URL: https://github.com/apache/buildstream/pull/1718

   Getting the version requires importing the __version__ module which not
   available at bash completion time, and we need to load the buildstream.conf
   file when completing artifact names (because the config may determine where
   the local artifact cache resides).
   
   This fixes stack traces which were occurring in `bst artifact checkout <TAB>`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [buildstream] gtristan merged pull request #1718: _context.py: Don't call utils._get_bst_api_version() at load time.

Posted by GitBox <gi...@apache.org>.
gtristan merged PR #1718:
URL: https://github.com/apache/buildstream/pull/1718


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org