sin-ack / zigself

An implementation of the Self programming language in Zig
GNU General Public License v3.0
161 stars 5 forks source link

runtime: Use proper usize type for lengths #27

Closed hardliner66 closed 1 year ago

hardliner66 commented 1 year ago

This PR changes the used integer types to usize for cases where it should be platform dependent, in order to compile zigself for other platforms like armv7.

Depends on #25.

sin-ack commented 1 year ago

If you rebase this on master, it should show the relevant change only. :)

hardliner66 commented 1 year ago

Rebased onto master.

hardliner66 commented 1 year ago

I also updated the vendored dependency. That should have already been part of the 0.11.0 update, but it kinda fell through.

sin-ack commented 1 year ago

Sorry for taking so long to look at a trivial patch. I'll give this a lookover tomorrow, I promise. :bowing_man:

hardliner66 commented 1 year ago

Sorry for taking so long to look at a trivial patch. I'll give this a lookover tomorrow, I promise. 🙇‍♂️

Don't worry about it. :)

hardliner66 commented 1 year ago

I fixed the error texts and rebased onto master.

hardliner66 commented 1 year ago

@sin-ack Squashed the commits into one