-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REFACTOR] Remove
ptree
implementation
I somehow managed to trigger another generic sandwich or whatever it is called, with symboms very similar to nim-lang/Nim#16128 - can't get string from `Table[string, string]`, things worked until I had another instantiation of the table before one in ptree. For some reason `std/tables` is the only module that triggers that kind of bugs for me, though considering /how/ it is implemented internally it should not come out as a surprise. Basicallyt an ideal environment to trigger things like that - multiple spliced `{.dirty.}` template instantiations, generics on top of generics, things are partially shared with multiple other modules (like hashes etc).
- Loading branch information
1 parent
21ccd06
commit 9596eb1
Showing
6 changed files
with
10 additions
and
214 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
This file was deleted.
Oops, something went wrong.
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