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

[wip] bqn-symbols-doc.el: improve symbol-doc-table generation #29

Merged
merged 4 commits into from
Mar 11, 2023
Merged

[wip] bqn-symbols-doc.el: improve symbol-doc-table generation #29

merged 4 commits into from
Mar 11, 2023

Conversation

AndersonTorres
Copy link
Member

@AndersonTorres AndersonTorres commented Mar 8, 2023

Instead of hardcoding the low-level structure of hash table, uses a more typical
list of cons cells as intermediary and convert it afterwards.

Extracted from #22

@AndersonTorres AndersonTorres marked this pull request as draft March 8, 2023 03:14
bqn-symbols-doc.el Show resolved Hide resolved
bqn-symbols-doc.el Outdated Show resolved Hide resolved
The functionalities of this library were replaced, obviating its necessity.
Instead of hardcoding the low-level structure of hash table, uses a more typical
list of cons cells as intermediary and convert it afterwards.
Givn that it is essentially constant, it can be calculated in advance at
byte-compile time.
@AndersonTorres
Copy link
Member Author

I believe I can merge this now.

@AndersonTorres AndersonTorres marked this pull request as ready for review March 10, 2023 02:12
@AndersonTorres AndersonTorres merged commit 3e37fa6 into museoa:trunk Mar 11, 2023
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

Successfully merging this pull request may close these issues.

2 participants