Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more divider symbols to symbol tables #21

Closed
szapp opened this issue Mar 20, 2020 · 0 comments
Closed

Add more divider symbols to symbol tables #21

szapp opened this issue Mar 20, 2020 · 0 comments

Comments

@szapp
Copy link
Owner

szapp commented Mar 20, 2020

To differentiate Deadalus symbols not only between mod and patches, it would be nice to pinpoint which patch specifically a symbol belongs to.

This could be achieved by adding a divider symbol (much like NINJA_SYMBOLS_START) for each patch.

An open question is how to name these divider symbols; either with patch name or patch index. Patch name has the obvious advantage to be constructed easily for a patch in question, but the disadvantage that the range to the next or previous divider symbol has to be constructed by complex string retrieval from the NINJA_PATCHES array. This step would be necessary anyway if using patch indices directly for naming the divider symbols.

@szapp szapp closed this as completed in 0692183 Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant