From f3731f9ace5d3d5e213ea786fe0027ea66c5358b Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Thu, 25 Jul 2013 19:52:15 -0700 Subject: SI-7622 Plugins can be not enabled Plugins can interrogate options and declare themselves not enabled. The plugin itself can return false from its init if the options do not compute. A plugin phase component can declare itself not enabled, same as an internal phase. No one exploits this facility at this commit. --- test/files/neg/t7494-no-options.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/neg/t7494-no-options.check b/test/files/neg/t7494-no-options.check index efc91a6215..04fbf0ec72 100644 --- a/test/files/neg/t7494-no-options.check +++ b/test/files/neg/t7494-no-options.check @@ -1,4 +1,4 @@ -error: Error: ploogin has no options +error: Error: ploogin takes no options phase name id description ---------- -- ----------- parser 1 parse source into ASTs, perform simple desugaring -- cgit v1.2.3