Conversation
|
Thanks for your pull request and interest in making D better, @dkorpel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#15211" |
|
Loc could be replaced with a uint (index into an array, or hash table), then it's internals (and size) will be completely hidden. |
Yes, that's the plan |
Using functions instead of direct field access allows
Locto change its internals more easily, which helps with the recent effort to reduce its size: struct Location size