This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
forked from pabigot/pyxb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
structures: remove mis-use of derivation method as indicating resolution
Interpreting completed resolution as having a set __derivationMethod required that we instead store and reference __pendingDerivationMethod, even though in fact the derivation method is fixed and was not the characteristic that was pending. This causes issues when it becomes necessary to access the derivation method to control validation during resolution. Replace with a flag that explicitly notes resolution is complete, and let derivation method be own true self.
- Loading branch information
Showing
1 changed file
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters