JuliaData / JuliaData/CSV.jl

Configurable max inline string length

Open
#1,102 0 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.