`def setting` is in a private object on master, how to access?
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 712
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
Must be missing something: https://github.com/typesafehub/sbteclipse/blob/master/src/main/scala/com/typesafe/sbteclipse/core/Eclipse.scala
What is the point? Looks the above will compile and that's about it, every top level object/class is private o_O
EclipseTransformerFactory rewrites all break in attempted move to 4.0 RC2. Thanks for clues.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/main/scala/com/typesafe/sbteclipse/core/Eclipse.scala and inspect the private top-level declarations, including def setting. Trace how EclipseTransformerFactory is used during the attempted move to 4.0 RC2, then determine the intended supported access path and verify that the relevant code can be consumed beyond compilation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100