Configurable max inline string length
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 506
- Forks
- 150
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 7
Description
const DEFAULT_MAX_INLINE_STRING_LENGTH = 32
I want to make even longer strings inline, is there/could there be a way to override this number and enable larger inline strings by default?
I know I could manually specify for each field but that's tedious.
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 by searching the repository for DEFAULT_MAX_INLINE_STRING_LENGTH and inspect the inline-string handling around its uses. Determine how an override should be exposed and add coverage for accepting a larger default without manually specifying every field; the issue is complete when longer strings can be enabled through that configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100