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

style: use pointer to `const` #98

Closed vil02 closed 6 months ago

vil02 commented 6 months ago

Description

Pointers to consts could be use in these places.

Checklist

Screenshots (if any)

Note to reviewers

Use pointer to const.

mertcandav commented 6 months ago

I'll revert PR because of compilation problems.

vil02 commented 6 months ago

I'll revert PR because of compilation problems.

Sorry for the problems. Do you have some idea how to improve the CI to avoid such situations in the future?

mertcandav commented 6 months ago

Current CI processes may need some modification, I'll take a look at that. I think I can reach to the necessary CI responsiveness.

mertcandav commented 6 months ago

I opened an issue about this.