Project

General

Profile

« Previous | Next » 

Revision e100fcbd

Added by alanwu (Alan Wu) almost 5 years ago

Prohibit setting class variable on frozen module through inheritance

Setting class varibles goes through the ancestor list which can
contain iclasses. Iclasses share a lot of information with the
module they are made from, but not the frozen status.

Check the frozen status of the module instead of the iclass.