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

Enable RefPort connections #24

Closed
wants to merge 7 commits into from
Closed

Enable RefPort connections #24

wants to merge 7 commits into from

Commits on Nov 3, 2021

  1. -added RefPorts and VarPorts to find_processes

    -added var_ports to compile_proc_models
    -channels are now also build for RefPort -> VarPort connections
    -added unit tests
    PhilippPlank committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    96aea15 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    b1a0721 View commit details
    Browse the repository at this point in the history
  2. -modified connect_var(..) to name implicitly created VarPorts more di…

    …stinctly and to throw an error if a naming conflict with an existing attribute still occurs
    
    -added unit tests for VarPorts
    -added _get_port_dtype(..) to compiler, to get the d_type of a Port and handle implicitly created VarPorts and throw an error if the corresponding ProcessModel does not know the Port
    -added unit test
    - modified PortInitializer to expect type "type" instead of "intc"
    PhilippPlank committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    277a4ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b040152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb9859d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    0071770 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    36ff093 View commit details
    Browse the repository at this point in the history