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

Remove global context use from dlc-manager #203

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

Tibo-lg
Copy link
Contributor

@Tibo-lg Tibo-lg commented Feb 6, 2024

I noticed that #188 broke the build of dlc-manager (when building from the folder, not the workspace) because of using the secp global-context while not importing it as a feature. As I'm not super keen on adding extra features I removed the need for it with some refactoring.

@benthecarman can you have a look and make sure it still works for you?

@Tibo-lg Tibo-lg marked this pull request as draft February 6, 2024 07:05
@Tibo-lg
Copy link
Contributor Author

Tibo-lg commented Feb 6, 2024

This is more tricky than I thought, need some time to fix it properly.

@Tibo-lg Tibo-lg force-pushed the fix/remove-global-context branch from bf7fa12 to 501722d Compare February 6, 2024 07:21
@Tibo-lg Tibo-lg marked this pull request as ready for review February 6, 2024 07:32
@Tibo-lg
Copy link
Contributor Author

Tibo-lg commented Feb 6, 2024

Should be good like that. Note that the compilation only fails after updating the dependencies (#197), really unsure why.

Copy link
Contributor

@benthecarman benthecarman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@Tibo-lg Tibo-lg merged commit ee19d76 into master Feb 6, 2024
138 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.

2 participants