backward-cpp icon indicating copy to clipboard operation
backward-cpp copied to clipboard

Allow adding to the file prefix list taken from the env

Open zwimer opened this issue 3 years ago • 2 comments

This can be useful when the library loads before the file paths are known.

For example, if this is being used in a library and the path information is only known by the parent process; without this the library would (by default) before main, before the main process could give this information.

In my use case, this is part of a native module to another programming language, the module is loaded when the native program loads, however, so the program does not have any time to inform backward of where the files.

zwimer avatar Nov 24 '21 03:11 zwimer

This message is to keep the PR from going stale.

zwimer avatar Feb 07 '22 22:02 zwimer

Is there anything I can do to help get this merged?

zwimer avatar Mar 22 '22 22:03 zwimer

@bombela What should I do to get this merged?

zwimer avatar Dec 03 '22 11:12 zwimer

Just me being lazy, sorry. Thank you for your patience, your time, and your work.

bombela avatar Dec 05 '22 02:12 bombela