gradle / gradle/gradle-native

Handle a dot character in project name correctly

Open
#960 4 comments 1 reaction 0 assignees View on GitHub
a:bug
Dominant language
No language data
Stars
94
Forks
7
PR merge metrics
No merged PRs in 30d

Description

A dot is not interpreted corrected in project names. For a project name like 'abc.def', the generated dll is 'abc.dll' instead of 'abc.def.dll'. Affects the output of both static and shared libraries. Haven't been confirmed for applications.

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue with a project named `abc.def` and compare the generated names for static and shared libraries. Check whether applications show the same behavior. Done means the generated library names preserve the complete project name, producing `abc.def.dll` rather than `abc.dll`.

Written by the indexing model from the issue text.

Assessment

Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.