Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate_definition for internal classes with throwing constructors #1548

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

parzysty
Copy link
Contributor

Added ffi prefix to name of functions handling error and return type retrival from throwing functions. This prevent duplicate_definition error if more than one class has those function inside one file, for example in case of multiple internal classes.

Relates-To: #1547

@parzysty parzysty force-pushed the master branch 2 times, most recently from 50561e5 to 00fb8c8 Compare August 22, 2023 11:26
@parzysty parzysty self-assigned this Aug 22, 2023
@parzysty parzysty force-pushed the master branch 3 times, most recently from 7d6f79c to d0ceca8 Compare August 23, 2023 08:23
sameermahant
sameermahant previously approved these changes Aug 23, 2023
@NazarKacharaba
Copy link
Contributor

@parzysty could you add this fix in the CHANGELOG file here - https://github.com/heremaps/gluecodium/blob/master/CHANGELOG.md?plain=1#L3 ?

Added ffi prefix to name of functions handling error and return type
retrival from throwing functions. This prevent duplicate_definition
error if more than one class has those function inside one file, for
example in case of multiple internall classes.

Relates-To:  heremaps#1547
Signed-off-by: Rafal Parzych <[email protected]>
@parzysty parzysty changed the base branch from 1547-duplicate_definition-for-internal-classes-with-throwing-constructors to master August 25, 2023 06:34
@parzysty parzysty dismissed sameermahant’s stale review August 25, 2023 06:34

The base branch was changed.

@parzysty parzysty force-pushed the master branch 2 times, most recently from 40262cc to 14f5bf1 Compare August 28, 2023 05:56
@sameermahant sameermahant merged commit 4326fd0 into heremaps:master Aug 29, 2023
16 of 17 checks passed
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.

3 participants