disneystreaming / disneystreaming/smithy4s

Generated "$ordinal" members cause warnings on Scala 3.9

Open
#2,000 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
401
Forks
98
Avg merge
1d 2h
Merged PRs (30d)
4

Description

https://scala-lang.org/api/3.9_LTS/docs/error-codes/E230.html

Workaround: add "-Wconf:id=E230&src=.*/src_managed/.*:s" to scalacOptions.

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.

Research direction

Start with the linked Scala 3.9 E230 warning documentation and inspect generated sources under src_managed, then find the scalacOptions configuration related to the workaround. Done means generated "$ordinal" members no longer produce E230 warnings without relying on the suppression option.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.