This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phase@alpha ~/projects/canary/dump λ tree | |
. | |
├── AreaClaim | |
│ ├── AreaClaim(1).jar | |
│ ├── AreaClaim(2).jar | |
│ ├── AreaClaim(3).jar | |
│ └── AreaClaim.jar | |
├── AutoRank | |
│ └── AutoRank.jar | |
├── AutoSave |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[17:54:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
[17:54:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
[17:54:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
[17:54:07] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2705 for Minecraft 1.12.2 loading | |
[17:54:07] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Linux:amd64:2.6.32-042stab130.1, installed at /usr/java/jdk1.8.0_181-amd64/jre | |
[17:54:07] [main/INFO] [FML]: Searching /home/minecraft/mc-instances/mc-5b795f587b69d/./mods for mods | |
[17:54:07] [main/INFO] [FML]: Searching /home/minecraft/mc-instances/mc-5b795f587b69d/./mods/1.12.2 for mods | |
[17:54:08] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from aaaspongeforge-1.12.2-2705-7.1.0-BETA-3361.jar | |
[17:54:08] [main/WARN] [FML]: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/lib/jvm/java-8-oracle/bin/java -Dvisualvm.id=14548858573380 -javaagent:/home/phase/jetbrains/idea-IU-173.3727.127/lib/idea_rt.jar=40557:/home/phase/jetbrains/idea-IU-173.3727.127/bin -Dfile.encoding=UTF-8 -classpath /usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/deploy.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/jfxrt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-oracle/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-oracle/jre/lib/javaws.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfxswt.jar:/usr/lib/jvm/ja |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ModuleID = 'freeing passed memory' | |
source_filename = "freeing passed memory" | |
target triple = "x86_64-unknown-linux-gnu" | |
%X = type { i32 } | |
declare i8* @malloc(i64) | |
declare void @free(i8*) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ar bk | |
g (Ldj;III)V h | |
ba bt | |
a ()V b | |
a (Lba;)D c | |
b ()Lba; c | |
c ()D d | |
bc bv | |
g (Ldj;III)V h | |
bu ct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) | |
LoadingPlugin (RandomThings-MC1.12.2-4.1.4.jar) | |
LibLoader (# LibLoader.jar) | |
BedPatch (bedpatch-2.2-1.12.2.jar) | |
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar) | |
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) | |
SpongeCoremod (spongeforge-1.12.2-2611-7.1.0-BETA-2963.jar) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
l r = Promise[Boolean]() | |
service.find[Version](classOf[Version], _.id === project.recommendedVersionId) onComplete { | |
case Success(maybeVersion) => | |
if (maybeVersion.isDefined) { | |
val version = maybeVersion.get | |
r.success(version.tags.exists(_.name == platform.name)) | |
} else r.success(false) | |
case _ => r.success(false) | |
} | |
Await.ready(r.future, Duration.Inf).value.get.getOrElse(false) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public final class BlockContentTypeLoader extends MultiTypeContentLoader< | |
BlockGenre, | |
ContentBlockType, | |
ContentBlockType.Builder< | |
ContentBlockType, | |
BlockStateDefinition, | |
BlockStateDefinition.Builder< | |
BlockStateDefinition | |
> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Table "public.projects" | |
Column | Type | Collation | Nullable | Default | Storage | Stats target | Description | |
------------------------+-----------------------------+-----------+----------+--------------------------------------+----------+--------------+------------- | |
id | integer | | not null | nextval('projects_id_seq'::regclass) | plain | | | |
created_at | timestamp without time zone | | not null | | plain | | | |
plugin_id | character varying(255) | | not null | | extended | | | |
name | character varying(255) | | not null | | extended | | | |
slug | character vary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ModuleID = '/tmp/compiler-explorer-compiler1171124-54-68xhxt.z6gmf/example.cpp' | |
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | |
target triple = "x86_64-unknown-linux-gnu" | |
; Function Attrs: noinline nounwind optnone uwtable | |
define i32 @square(int)(i32) #0 !dbg !7 { | |
%2 = alloca i32, align 4 | |
%3 = alloca i32, align 4 | |
store i32 %0, i32* %3, align 4 | |
call void @llvm.dbg.declare(metadata i32* %3, metadata !11, metadata !12), !dbg !13 |