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

Allow Install.Function to add new functions #27

Merged
merged 9 commits into from
Jun 16, 2024

Conversation

mateusfpleite
Copy link
Collaborator

@mateusfpleite mateusfpleite commented Jun 15, 2024

Closes #13.

  • Allow functions to be added either at the end of the module or after a declaration of choice
  • Change Config to opaque type (breaking change)
  • Add tests to new features

@jxxcarlson
Copy link
Owner

Bravo Matteus — a really nice piece of added functionality.

@jxxcarlson jxxcarlson closed this Jun 16, 2024
@jxxcarlson jxxcarlson reopened this Jun 16, 2024
@jxxcarlson jxxcarlson merged commit 837b9ff into jxxcarlson:main Jun 16, 2024
4 checks passed
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.

Install.Function does not install new functions: it only changes existing ones.
2 participants