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

Export 'json_map()' type, remove ifdef(TEST) logic #39

Merged
merged 1 commit into from
Nov 4, 2020

Commits on Nov 4, 2020

  1. Export 'json_map()' type, remove ifdef(TEST) logic

    * Export `json_map()` from jsn module, consistent with other JSON object format exports.
    * Remove `-ifdef(TEST)` logic for compiling with `export_all`; just do this in the `test` profile for succinctness.
    * Don't wrap `jsn_tests` in `-ifdef(TEST)` check; it's already isolated from `src` directory and does not need this extra layer of logic.
    nalundgaard committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    cb0aaaf View commit details
    Browse the repository at this point in the history