All work
- Check dead code in matches(msg: Tuple) in Tuple.scalaROS-453Resolved issue: ROS-453郑璐
- Figure out how the REPL in Rosette works in detailROS-451Resolved issue: ROS-451郑璐
- Finish Python script for translating Rosette opcode output to Roscala opcodesROS-449Resolved issue: ROS-449郑璐
- Find real life test case for OpApplyCmd and OpApplyPrimTagROS-447Resolved issue: ROS-447郑璐
- Port tests for LocationROS-445Resolved issue: ROS-445郑璐
- Improve test coverage for Vm.scalaROS-439Resolved issue: ROS-439郑璐
- Port existing Tuple primitivesROS-438Resolved issue: ROS-438郑璐
- Port existing RblString primitives to current code baseROS-435Resolved issue: ROS-435郑璐
- Port existing Rblfloat primitives to current code baseROS-433Resolved issue: ROS-433郑璐
- Port existing Fixnum primitives to current code baseROS-426Resolved issue: ROS-426郑璐
- Look for OpJmpCut test caseROS-424Resolved issue: ROS-424郑璐
- Look for OpLookupArg test caseROS-423Resolved issue: ROS-423郑璐
- Look for OpLookupReg test caseROS-422Resolved issue: ROS-422郑璐
- Add primitive mappings to codebaseROS-420Resolved issue: ROS-420郑璐
- Create mapping of primitive names to primitive ids for primitives required for boot.rblROS-419Resolved issue: ROS-419郑璐
- Improve test coverage for Ob.scalaROS-413Resolved issue: ROS-413郑璐
- Create primitive definitions located in Ob.ccROS-399Resolved issue: ROS-399Bo Du
- Address Compiler warnings in RoscalaROS-382Resolved issue: ROS-382郑璐
- Create RBL tests from TransitionSpec.scalaROS-376Resolved issue: ROS-376郑璐
- Create primitive definitions located in Tuple.cc Part 3ROS-330Resolved issue: ROS-330郑璐
- Create primitive definitions located in MI.ccROS-318
- Fix C++ Rosette buildsROS-270Resolved issue: ROS-270
- Create primitive definitions located in Table.ccROS-255Bo Du
- Create primitives for math functionsROS-243Resolved issue: ROS-243郑璐
- Create primitive definitions located in Ctxt.ccROS-234Resolved issue: ROS-234郑璐
- Port OpXmitTagXtndROS-223Resolved issue: ROS-223郑璐
- Port OpXmitTagROS-222Resolved issue: ROS-222郑璐
- Port OpXmitRegXtndROS-221Resolved issue: ROS-221郑璐
- Port OpXmitRegROS-220Resolved issue: ROS-220郑璐
- Port OpXmitArgXtnROS-219Resolved issue: ROS-219郑璐
- Port OpXmitArgROS-218Resolved issue: ROS-218郑璐
- Port OpNxtROS-210Resolved issue: ROS-210郑璐
- Port fx primitivesROS-197Resolved issue: ROS-197郑璐
- Port BaseSupp.ccROS-189
- Scenario B in Alice pay CharlieRCHAIN-3324Resolved issue: RCHAIN-3324Will Qiu
- Scenario A in Alice pay BobRCHAIN-3323Resolved issue: RCHAIN-3323Will Qiu
- Develop an integration test for Alice pays Dave for ice creamRCHAIN-2972Resolved issue: RCHAIN-2972Will Qiu
- expose bonds validator in show block commandRCHAIN-2878Resolved issue: RCHAIN-2878Will Qiu
- Integration tests: Implement test_catch_upRCHAIN-2847Resolved issue: RCHAIN-2847Will Qiu
- Integration tests: Implement test_catch_up_next_roundRCHAIN-2846Resolved issue: RCHAIN-2846Will Qiu
- Integration tests: Implement test_fault_toleranceRCHAIN-2845Resolved issue: RCHAIN-2845Will Qiu
- Integration tests: Implement test_data_is_stored_and_served_by_nodeRCHAIN-2844Resolved issue: RCHAIN-2844Will Qiu
- Integration tests: Implement test_not_successful_genesis_ceremonyRCHAIN-2842Resolved issue: RCHAIN-2842Will Qiu
- Integration tests: Implement test_successful_genesis_ceremony_with_read_onlyRCHAIN-2841Resolved issue: RCHAIN-2841Will Qiu
- Create contract to run on perf test harness to support measuring COMM eventsRCHAIN-2839Resolved issue: RCHAIN-2839Former user
- Intellij Rholang plugin : Get "else" highlighted in the same way we do for "if"s in the .rho syntax highlighterRCHAIN-2671Resolved issue: RCHAIN-2671郑璐
- Intellij Rholang plugin : Highlight name context variables without an @ in front of them in a different colorRCHAIN-2669Resolved issue: RCHAIN-2669郑璐
- Come up with a formulae for describing all possible blockDAGs in Greg's graph algebraRCHAIN-2650
- Integration test that syncs up a lot of blocks to a lot of nodesRCHAIN-2617Resolved issue: RCHAIN-2617Will Qiu
- Add takeWhile and dropWhile implementation in StreamTRCHAIN-2609Resolved issue: RCHAIN-2609郑璐
50 of 100
Check dead code in matches(msg: Tuple) in Tuple.scala
Done
Description
Details
Details
Details
Created July 30, 2018 at 11:57 AM
Updated September 28, 2018 at 10:12 PM
Resolved August 19, 2018 at 1:08 PM
https://github.com/rchain/rchain/blob/dev/roscala/src/main/scala/coop/rchain/roscala/ob/Tuple.scala#L69
Artur Gajowy: it says that e.meta can't be an instance of Tuple, becuase it's of type Meta which is unrelated to Tuple
[10:50 AM] Artur Gajowy: if that would be the case, I think the lines 69-76 would be unreachable (dead) - which doesn't seem inteded and might mean we're missing some cases