Skip to content

Fix version and renamed custom_malloc to custom_alloc - #41

Open
uni-dos wants to merge 6 commits into
daanx:mainfrom
uni-dos:main
Open

Fix version and renamed custom_malloc to custom_alloc#41
uni-dos wants to merge 6 commits into
daanx:mainfrom
uni-dos:main

Conversation

@uni-dos

@uni-dos uni-dos commented May 8, 2026

Copy link
Copy Markdown

The wrong version was exported in the .pc file and cmake.
also there was an abi change where ic_init_custom_alloc is declated in isocline.h but is not implemented in isocline.c

@obbardc obbardc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, I will pick this for the Debian package.

Tiny nitpick: I would split it into two commits though as they are two separate changes. But I doubt that really matters too much.

@uni-dos

uni-dos commented Jun 11, 2026

Copy link
Copy Markdown
Author

I could split the changes into two commits. About the version change would that require a new tag?

@obbardc

obbardc commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

I could split the changes into two commits. About the version change would that require a new tag?

I guess it would make more sense to get a new release tagged e.g. 1.1.1 with the correct metadata :-)

@uni-dos

uni-dos commented Jun 11, 2026

Copy link
Copy Markdown
Author

I split the changes into two and modified the version so all that is needed to tag future releases is to change PROJECT_VERSION

@obbardc obbardc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Small nitpick about possibly autodeterminjng the version to not let the version go out of sync; otherwise looking good!

Comment thread CMakeLists.txt Outdated
@uni-dos
uni-dos requested a review from obbardc June 12, 2026 17:16
@uni-dos

uni-dos commented Jun 12, 2026

Copy link
Copy Markdown
Author

Although this does make it depend on git to get the version

@obbardc obbardc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good, tested well, one small nitpick !

Comment thread CMakeLists.txt
@uni-dos
uni-dos requested a review from obbardc June 14, 2026 14:48

@obbardc obbardc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

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