secondlife / secondlife/slua

Add tools to ensure we didn't break API compatibility

Open
#22 0 comments 0 reactions 1 assignee View on GitHub

@HaroldCindy is already working on this.

Since Nov 11, 2025.

enhancement
Dominant language
C++
Stars
17
Forks
10
Avg merge
2d 20h
Merged PRs (30d)
4

Description

Now that we're better about making sure everything has a unique reference in Ares, we need to be sure that we don't accidentally remove anything from the API surface, and adding anything should increment the API version. We need some tooling to ensure that we do so. Might also be nice to be able to swap out function implementations depending on API version if necessary to help us avoid the ll.*Base64.*Correct() problem.

Contributor guide

Open the contributing guide

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.