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

Reduced footprint of exported symbols #8

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Conversation

ARR4N
Copy link
Owner

@ARR4N ARR4N commented Mar 1, 2024

specialops needs to be dot-imported, promoting all exported symbols into the importing package, allowing the syntax to feel like a regular language. The footprint of exported symbols should therefore be kept to a minimum, including only those needed to write code (we should call them "specs").

This PR therefore moves type-defining symbols and related functionality into a different package.

Also includes minor chores:

  1. gitignore morefiles
  2. Make a test name more precise

@ARR4N ARR4N merged commit ad051a8 into main Mar 1, 2024
1 check passed
@ARR4N ARR4N deleted the arran/move-unnecessary-symbols branch March 1, 2024 10:48
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.

1 participant