From e21a3b42fab983214ceca67558504e241aea28bd Mon Sep 17 00:00:00 2001 From: Markus Westerlind Date: Mon, 28 Jan 2019 09:24:33 +0100 Subject: [PATCH] Re-add gluon* to the crater list I think gluon was blacklisted due the problem in https://github.com/rust-lang-nursery/crater/issues/157 but that has since been fixed in the crate itself so gluon now compiles (verified by running crater locally). Found because I started getting the warning from https://github.com/rust-lang/rust/pull/57501 in gluon_vm. --- config.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config.toml b/config.toml index ce994fbae..b0d720267 100644 --- a/config.toml +++ b/config.toml @@ -1780,15 +1780,6 @@ glsl-to-spirv-macros-impl = { skip = true } #automatic gltf = { skip-tests = true } #automatic gltf-importer = { skip-tests = true } #automatic glu32-sys = { skip = true } #automatic -gluon = { skip = true } #automatic -gluon_check = { skip = true } #automatic -gluon_completion = { skip-tests = true } #automatic -gluon_doc = { skip = true } #automatic -gluon_format = { skip-tests = true } #automatic -gluon_language-server = { skip = true } #automatic -gluon_parser = { skip = true } #automatic -gluon_repl = { skip = true } #automatic -gluon_vm = { skip = true } #automatic glutin_cocoa = { skip = true } #automatic glyph_brush = { skip = true } #automatic glyph_brush_layout = { skip = true } #automatic