pythonnet / pythonnet/clr-loader
Suggestion: manage base directory when creating non-root domain
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 42
- Forks
- 32
- Avg merge
- 14h 1m
- Merged PRs (30d)
- 1
Description
The code that launches a non-root domain expects to use the base directory of the original root domain - which is essentially the location of python.exe.
The suggestion is to allow specifying the following:
- inherit from root domain
- current directory
- directory of the script importing clr
- specific folder
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the code that launches a non-root domain and determine how it currently obtains the original root domain's base directory. Define and implement support for inheriting that directory, using the current directory, using the directory of the importing script, or selecting a specific folder; done means each option controls the launched domain's base directory as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100