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

Minor state/platform refactor #1320

Merged
merged 1 commit into from
Jan 2, 2019
Merged

Minor state/platform refactor #1320

merged 1 commit into from
Jan 2, 2019

Commits on Jan 2, 2019

  1. Minor state/platform refactor

    The `StateBase` class had two properties that are only used in native
    engines: `cpu` and `mem`.
    
    Those two used `self._platform.current` and that `current` is a
    property in linux and decree platforms that returns current process
    platfrom (?).
    disconnect3d committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    9901e41 View commit details
    Browse the repository at this point in the history