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

Set the stream locale to "C" locally #724

Merged
merged 5 commits into from
Mar 2, 2024

Commits on Mar 2, 2024

  1. Set the stream locale to "C" locally

    So that even if there is a global locale
    set by the library user, Jsonnet output
    is still the same.
    sbarzowski authored and johnbartholomew committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dee145a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00870e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee4e2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63ad7f6 View commit details
    Browse the repository at this point in the history
  5. Add libjsonnet_test_locale to the Makefile ALL list

    This adds it to the 'all' target and also (more importantly) adds it to
    the list of files that are removed by 'make clean'
    johnbartholomew committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dfe5dfd View commit details
    Browse the repository at this point in the history