-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Separate trait parsing & structuring from QObject (#1052)
* refactor: Separate trait parsing from QObject Move the association between QObject and trait into the structuring phase. This should be one of the last things left in the structuring refactor. Fix #938 * Remove pre-processing of QObjects during parsing. Now that we've moved everything into the structuring phase, this is no longer necessary and simplifies parsing a lot. * Change qobjects to be a Vec instead of BTreeMap, including writing a quick lookup function --------- Co-authored-by: Ben Ford <ben.ford@kdab.com>
- Loading branch information
1 parent
bfba2d0
commit 4e48578
Showing
16 changed files
with
673 additions
and
648 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
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
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
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
Oops, something went wrong.