Skip to content

Commit

Permalink
Restore compile-zinc-name-hashing option to follow deprecation cycle (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
peiyuwang committed Nov 22, 2016
1 parent ab4902e commit 441c30b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ def get_fatal_warnings_disabled_args_default(cls):
@classmethod
def register_options(cls, register):
super(BaseZincCompile, cls).register_options(register)
register('--name-hashing', advanced=True, type=bool, fingerprint=True,
removal_hint='Name hashing is required for operation in zinc 1.0.0-X: this '
'option no longer has any effect.',
removal_version='1.4.0',
help='Use zinc name hashing.')
register('--whitelisted-args', advanced=True, type=dict,
default={
'-S.*': False,
Expand Down

0 comments on commit 441c30b

Please sign in to comment.