Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stringify fact keys by default #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 8, 2024

  1. stringify fact keys by default

    for a long long time, the first level of keys in a factsets were
    symbols. Following nested hashes always had strings. This doesn't make
    sense and looks confusing. Also the original data contains only strings,
    we we actually iterated on the data and converted it to symbols. We now
    flip the default. This saves performance and makes code more readable.
    bastelfreak committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    63d0cb1 View commit details
    Browse the repository at this point in the history