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

SpacemanDMM_should_not_sleep rejects sleeping procs inside spawns #189

Closed
pali6 opened this issue May 19, 2020 · 2 comments
Closed

SpacemanDMM_should_not_sleep rejects sleeping procs inside spawns #189

pali6 opened this issue May 19, 2020 · 2 comments

Comments

@pali6
Copy link
Contributor

pali6 commented May 19, 2020

The following is counted as an error (which seems incorrect to me):

proc/example()
    set SpacemanDMM_should_not_sleep = 1
    spawn(0)
        does_sleep()

proc/does_sleep()
    sleep(42)

Meanwhile sleeping directly inside a spawn is fine (which seems correct):

proc/example()
    set SpacemanDMM_should_not_sleep = 1
    spawn(0)
        sleep(42)
@Cyberboss
Copy link
Contributor

Dupe of #175 methinks

@pali6
Copy link
Contributor Author

pali6 commented May 19, 2020

Correct, my apologies!

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

No branches or pull requests

3 participants