Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Apr 3, 2024
1 parent c3fd710 commit 20edf08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions opp_env/database/inet.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def get_all_inet_released_versions():
["4.2.2", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.2.1", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.2.0", ["5.4.2", "5.4.1", "5.4.x", "5.5.*", "5.6.*", "5.7.*"]],
["4.1.2", ["5.4.2", "5.4.1", "5.4.x", "5.5.*"]],
["4.1.1", ["5.4.2", "5.4.1", "5.4.x", "5.5.*"]],
["4.1.2", ["5.4.2", "5.4.1", "5.4.x", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["4.1.1", ["5.4.2", "5.4.1", "5.4.x", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["4.1.0", ["5.4.2", "5.4.1", "5.4.x"]], # with omnetpp-5.5.1: error: PacketQueue.cc:23: cPacketQueue constructor call is ambiguous
["4.0.0", ["5.4.2", "5.4.1", "5.4.x"]], # with omnetpp-5.5.1: error: PacketQueue.cc:23: cPacketQueue constructor call is ambiguous

Expand All @@ -212,9 +212,9 @@ def get_all_inet_released_versions():
["3.7.1", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.7.0", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.6.8", ["5.3.*", "5.4.*", "5.5.*", "5.6.*", "5.7.*"]],
["3.6.7", ["5.3.*", "5.4.*", "5.5.*"]],
["3.6.6", ["5.3.*", "5.4.*", "5.5.*"]],
["3.6.5", ["5.3.*", "5.4.*", "5.5.*"]],
["3.6.7", ["5.3.*", "5.4.*", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["3.6.6", ["5.3.*", "5.4.*", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["3.6.5", ["5.3.*", "5.4.*", "5.5.*"]], # with omnetpp-5.6.*, omnetpp-5.7.*: error: Direct deletion of a module is illegal, use deleteModule() instead
["3.6.4", ["5.1.*", "5.2.*", "5.3.*", "5.4.*"]], # note: this adds support for changed cMessagePrinter API in omnetpp-5.3; omnetpp-5.5 fails due to cPacketQueue constructor ambiguity
["3.6.3", ["5.1.*", "5.2.*"]], # with with omnetpp-5.3: error due to cMessagePrinter::printMessage() interface change
["3.6.2", ["5.1.*", "5.2.*"]], # with with omnetpp-5.3: error due to cMessagePrinter::printMessage() interface change
Expand Down

0 comments on commit 20edf08

Please sign in to comment.