Conversation
|
This looks good as it's a non-breaking change and doesn't result in any usage changes, right? Also (this comment is external to this change), but as a practice I think we should export everything that might be used by devs using degu. Then we can clean up our package/usage paths and remove In Amagaki I copied what @Zoramite did and package import paths are now fixed: I also added a basic test to verify this but it may not be necessary for degu: |
|
Yes, this should be a non-breaking change. It just 'simplifies' how the export happens so that the import and export do not have to be separate statements. |
No description provided.