HomePhorge

[#4270] Force inherited classes to load into the correct environment
1288f8c40511Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[#4270] Force inherited classes to load into the correct environment

Parent classes were getting searched for in a way that fails if they
were not already loaded into an environment. This patch replaces that
codepath with a call that will load them if they are needed.

This bug was masked by another bug that loads all classes into
"production", whether they are used there or not.

Details

Provenance
Jesse Wolfe <jes5199@gmail.com>Authored on
Markus Roberts <Markus@reality.com>Committed on Jul 20 2010, 4:56 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU539d71635132: [#4287] Fix the undefined evaluate_match error when comparing functions
Branches
Unknown
Tags
Unknown

Event Timeline

Markus Roberts <Markus@reality.com> committed rPU1288f8c40511: [#4270] Force inherited classes to load into the correct environment (authored by Jesse Wolfe <jes5199@gmail.com>).Jul 20 2010, 4:56 AM