Is phase_process_npropdef not called automatically by run_phases?

When set to true, it is the responsibility of the tools

Is false by default.

Property definitions

nitc :: phase $ ToolContext :: semantize_is_lazy
	# Is `phase_process_npropdef` not called automatically by `run_phases`?
	#
	# When set to true, it is the responsibility of the tools
	#
	# Is false by default.
	var semantize_is_lazy = false is writable
src/phase.nit:79,2--84,42