julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

fix: use fixed width integer types to define jule types #73

Closed vil02 closed 8 months ago

vil02 commented 8 months ago

Description

Since the true size of basic integer types might be everything depended, I suggest to define jule integer types using the fixed with integer types.

Checklist

Screenshots (if any)

Note to reviewers

Use fixed width integer types to define jule types.

vil02 commented 8 months ago

@mertcandav do you know what have happened in this job?

mertcandav commented 8 months ago

Not yet. I will review this problem as far as soon. I will revert this PR and open an issue for that. If you have idea about that, please share with us via relevant issue.

Thanks.

vil02 commented 8 months ago

(since the issue is not yet there)

Did you try to simply rerun the failed jobs? When I synchronized my fork, both build and tests were successful.

mertcandav commented 8 months ago

No, I'll investigate. There are might be more deep problems. But issue also discuss some things. Then, I think we can merge this PR.