PLC-lang / PLC-lang/rusty

Support library names in the linker

Open
#866 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement low-priority
Dominant language
Rust
Stars
362
Forks
75
Avg merge
6d 9h
Merged PRs (30d)
35

Description

Is your feature request related to a problem? Please describe.
ld and lld both allow full names to be passed to the library using a : before the name.

We should make sure this also works for us as this is the easiest way to link static libraries when generating shared objects

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the project passes library names to the linker and compare that handling with the ld and lld full-name syntax described in the issue. Done means the linker accepts names preceded by a colon, including static libraries when generating shared objects.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
compilers
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.