{"url":"https://api.github.com/repos/nushell/nushell/issues/3452","repository_url":"https://api.github.com/repos/nushell/nushell","labels_url":"https://api.github.com/repos/nushell/nushell/issues/3452/labels{/name}","comments_url":"https://api.github.com/repos/nushell/nushell/issues/3452/comments","events_url":"https://api.github.com/repos/nushell/nushell/issues/3452/events","html_url":"https://github.com/nushell/nushell/pull/3452","id":897519993,"node_id":"MDExOlB1bGxSZXF1ZXN0NjQ5NTIwNTY1","number":3452,"title":"Paren interpolation","user":{"login":"sophiajt","id":547158,"node_id":"MDQ6VXNlcjU0NzE1OA==","avatar_url":"https://avatars.githubusercontent.com/u/547158?v=4","gravatar_id":"","url":"https://api.github.com/users/sophiajt","html_url":"https://github.com/sophiajt","followers_url":"https://api.github.com/users/sophiajt/followers","following_url":"https://api.github.com/users/sophiajt/following{/other_user}","gists_url":"https://api.github.com/users/sophiajt/gists{/gist_id}","starred_url":"https://api.github.com/users/sophiajt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sophiajt/subscriptions","organizations_url":"https://api.github.com/users/sophiajt/orgs","repos_url":"https://api.github.com/users/sophiajt/repos","events_url":"https://api.github.com/users/sophiajt/events{/privacy}","received_events_url":"https://api.github.com/users/sophiajt/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":0,"created_at":"2021-05-20T22:34:59Z","updated_at":"2021-05-20T22:58:24Z","closed_at":"2021-05-20T22:55:39Z","assignee":null,"author_association":"CONTRIBUTOR","issue_field_values":[],"type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/nushell/nushell/pulls/3452","html_url":"https://github.com/nushell/nushell/pull/3452","diff_url":"https://github.com/nushell/nushell/pull/3452.diff","patch_url":"https://github.com/nushell/nushell/pull/3452.patch","merged_at":"2021-05-20T22:55:39Z"},"body":"Switches from braces to parens for string interpolation.\r\n\r\nBefore:\r\n```\r\n$\"the total is {3 + 4}\"\r\n```\r\n\r\nAfter:\r\n```\r\n$\"the total is (3 + 4)\"\r\n```\r\n\r\nThis makes it more consistent with other uses of parens. Parens then get to mean \"do this first and put the answer here\" universally.\r\n\r\nIf you want to write a paren in place, you can use `('(')` or some variation of dropping into `()` and printing from there","closed_by":{"login":"sophiajt","id":547158,"node_id":"MDQ6VXNlcjU0NzE1OA==","avatar_url":"https://avatars.githubusercontent.com/u/547158?v=4","gravatar_id":"","url":"https://api.github.com/users/sophiajt","html_url":"https://github.com/sophiajt","followers_url":"https://api.github.com/users/sophiajt/followers","following_url":"https://api.github.com/users/sophiajt/following{/other_user}","gists_url":"https://api.github.com/users/sophiajt/gists{/gist_id}","starred_url":"https://api.github.com/users/sophiajt/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sophiajt/subscriptions","organizations_url":"https://api.github.com/users/sophiajt/orgs","repos_url":"https://api.github.com/users/sophiajt/repos","events_url":"https://api.github.com/users/sophiajt/events{/privacy}","received_events_url":"https://api.github.com/users/sophiajt/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/nushell/nushell/issues/3452/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/nushell/nushell/issues/3452/timeline","performed_via_github_app":null,"state_reason":null}