If someone is looking for a relatively easy issue ...
# development
h
If someone is looking for a relatively easy issue to work on, take a look at https://github.com/pantsbuild/pants/issues/3423, our oldest open issue!
l
I would love to do it, can you assign it to me? we should have a pr tomorrow.
šŸŽ‰ 1
h
What's your GH username?
l
gauthamnair
h
Ah, can't assign to people who aren't members of the github team (so Contributors or Maintainers), but never mind, we'll know it's yours!
And this is the road to becoming a Contributor ... šŸ™‚
šŸ‘ 1
l
The PR is there as a WIP but what has turned into a big head-scratcher is why I can't get it to work for the python repl (fine for ipython). Debugging through the pex startup for the python shell repl which has been eye opening. Will ask for some assistance tomorrow if the time spent starts to feel fruitless.
So turns out it wasn't for nothing - there are a couple of issues with at least the version of pex we are using that complicate passing arguments to an interactive python repl. https://github.com/pantsbuild/pants/pull/19858#issuecomment-1725241138 . I'll look into those on the pex side, like whether they have been reported already (likely) and possibly resolved. But I am wondering about de-scoping the pants-side issue to just ipython (which just works and was the original user's question).
I've left a comment on the original issue asking for feedback: https://github.com/pantsbuild/pants/issues/3423#issuecomment-1726338868 . If de-scoped as I suggest there we could close this oldest issue soon.