Skip to content

Conversation

@Gekctek
Copy link
Contributor

@Gekctek Gekctek commented Aug 2, 2025

Updating xtended-numbers dependency to 2.0.0

@Gekctek
Copy link
Contributor Author

Gekctek commented Aug 2, 2025

I update xtended-numbers with breaking changes, but now im getting conflicts with other libraries that use it (like this one and serde). So i figured I would update them for you

Not sure if you publish manually or what, so I didn't touch the version number of the byte-utils package

@Gekctek
Copy link
Contributor Author

Gekctek commented Aug 2, 2025

If you are ok with this and once this package gets published, I will update serde as well
Having issues with this, cbor and candid references

Essentially i updated things to use core, unified my APIs and no longer depend on base/Buffer, but rather i made my own 'buffer' package that is just and interface and helpers to convert list, array, buffer to it. Doesn't seem like buffer is coming back to the core library

@tomijaga
Copy link
Member

tomijaga commented Aug 4, 2025

Hey @Gekctek, thanks for making these changes.
Feel free to create a CR for the cbor and candid references in the serde library as well.
I'll merge them once they are up.

I currently publish the mops versions manually. I create a separate commit for each version number before pushing to mops - makes it easier to go back to specific version in the commit history.
I've been thinking of automating the process, possibly through a github workflow or similar setup.
Do you have a script to publish yours?

I've been holding off on migrating my libraries to use core, just for that reason. The buffer is the only data-structure I use from the base library and migrating would cause a lot of cascading changes.

@tomijaga tomijaga merged commit 48ffa7c into NatLabs:main Aug 4, 2025
1 of 3 checks passed
@tomijaga
Copy link
Member

tomijaga commented Aug 4, 2025

New version on mops: https://mops.one/byte-utils@0.1.1

@Gekctek
Copy link
Contributor Author

Gekctek commented Aug 4, 2025

Do you have a script to publish yours?

No, I probably should but haven't gotten around to it quite yet myself

Ok, ill put up the changes for the other. Thank you

@Gekctek Gekctek deleted the xtendedNumbers2 branch August 4, 2025 21:22
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