You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eln.java:533: error: cannot find symbol
stdHalfLife = config.get("battery", "batteryHalfLife", 2, "How many days it takes for a battery to decay half way").getDouble(2) * Utils.minecraftDay;
^
symbol: variable stdHalfLife
location: class Eln
Seems the error was introduced with commit e6f5935.
The text was updated successfully, but these errors were encountered:
@Dolu1990, @lambdaShade, @metc, @Baughn
As we have to merge more and more pull requests, it would be useful to add a continuous integration system in order to check if the pull requests actually compile before merging them. What do you think?
Yes, we should at least check if the code compiles without error.
Using Travis or any other CI system, if the sanity check fails, a warning is displayed before merging the PR. This would help a lot.
Eln.java:533: error: cannot find symbol
stdHalfLife = config.get("battery", "batteryHalfLife", 2, "How many days it takes for a battery to decay half way").getDouble(2) * Utils.minecraftDay;
^
symbol: variable stdHalfLife
location: class Eln
Seems the error was introduced with commit e6f5935.
The text was updated successfully, but these errors were encountered: