Testing required
MrTJP opened this issue · 24 comments
Branch: integration2
I need testers to try and see if old worlds from before the integration rewrite will seamlessly transfer over to the rewritten gate system.
Tested exhaustively, yes? I want to get out one more stable version, then introduce this.
The key here is to make a working calculator in the previous versions, then load it up using the new gate code.
While testing I had a derp with an old OR gate, I'll see if it persists.
http://prntscr.com/59z05x OR gate in center died (hard to actually show)
...yea that one thing is really weird, do you want the map to fiddle around with it?
I looked at the code, and I didn't see why it would be doing that. Will look more into it when I have time.
On Dec 6, 2014, at 3:59 PM, Kenzie Togami [email protected] wrote:
Did you ever fix the OR gate?
—
Reply to this email directly or view it on GitHub.
Alright, created a very nice integration world: https://www.dropbox.com/s/74l3zk2cmxiao1o/testworld.zip?dl=0 Now to try it out.
Build failed:
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
:compileApiJava UP-TO-DATE
:compileApiScala UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava UP-TO-DATE
:sourceMainScala
:updateVersion
bad symbolic reference to mrtjp.projectred.transmission.TPropagationAcquisitions encountered in class file 'TBundledCableCommons.class'.
Cannot access type TPropagationAcquisitions in package mrtjp.projectred.transmission. The current classpath may be
missing a definition for mrtjp.projectred.transmission.TPropagationAcquisitions, or TBundledCableCommons.class may have been compiled against a version that's
incompatible with the one found on the current classpath.
one error found
:compileScala FAILED
FAILURE:
BUILD FAILED
Total time: 36.561 secs
Build failed with an exception.
* What went wrong:
Execution failed for task ':compileScala'.
> Compilation failed
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
I'll do it as soon as I have time to setup a new integration
-integrating world.
Tested using your world, but what really needs testing are the array cells. They have been restructured. The rest of the gates seem to work.
What?? Are you building the integration2 branch? Try deleting the folder and do a fresh download of the source. The files seem to be mixed up between master and integration2.
Okay, tested cells. The cells look alright, but the AND cell completely died. http://prntscr.com/58aj6c
Oh. Upon closer inspection, it turns out old gates no longer accept wire inputs. New ones are fine, but transitioned gates die.
http://prntscr.com/58akhj (the one on the right is new)
http://prntscr.com/58akvl (did a block update on some of the wires)
Easy fix via bd95d2d.