Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS X support #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

OS X support #17

wants to merge 2 commits into from

Conversation

goodboy
Copy link
Member

@goodboy goodboy commented Jun 17, 2016

In an effort to avoid alienating our friends with a taste for shiny, juicy, paper thin apples.

@goodboy goodboy mentioned this pull request Jun 17, 2016
@goodboy goodboy changed the title Osx support OS X support Jul 21, 2016
goodboy pushed a commit that referenced this pull request Jul 28, 2016
These changes are hand picked from PR #17.

For #20 this fixes the bug where underlying `Agents` do not have their
`logdir` attribute set properly when passed to `pysipp.scenario`.

Also included is support for more command line flags including:
-oocsf, -users, -deadcall_wait and -trace_error_codes.

Closes #18
Tyler Goodlet added 2 commits December 4, 2017 10:56
Use `select.select` to track subproc completion since `select.epoll`
isn't available on OSX.

Resolves #16
@goodboy
Copy link
Member Author

goodboy commented Dec 4, 2017

Just waiting for some feedback from someone having successfully used this branch and then we'll merge it.

OTH if we decide to lock in py3 we can use selectors and avoid being stuck on a subpar loop ;)

@vodik
Copy link
Member

vodik commented Jun 21, 2018

Linking #34 - but I don't think this patch will work for Windows - select there only works on sockets.

@goodboy
Copy link
Member Author

goodboy commented Jul 4, 2019

@vodik as per #47 and the CI results here seems like on py3 we're royally ded. I'm hoping moving to selectors will resolve this but we need #42 and deprecation of py2 first I'm thinking.

@goodboy
Copy link
Member Author

goodboy commented Mar 24, 2023

Probably deprecated by #87 if the lurkerz approve 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants