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

Fixed error caused by change to the parent class of Icarus_g2005. #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 26, 2022

  1. Fixed error caused by change to the parent class of Icarus_g2005.

    The error I got was that self.compile_args is now a dictionary,
    rather than an array. Although self.compile_args_flattened seemed
    to work, I wasn't sure if there were other changes in the parent
    class that I didn't find.
    
    So this commit was implemented to reduce the reliance on the internal
    structure of the parent class.
    dicethrow committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    1864bfe View commit details
    Browse the repository at this point in the history