-
Notifications
You must be signed in to change notification settings - Fork 721
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
[FR] - Remove use of Haskell multi-line string literals #4585
Labels
Stale
type: enhancement
An improvement on the existing functionality
user type: internal
Created by an IOG employee
Comments
newhoggy
added
the
type: enhancement
An improvement on the existing functionality
label
Oct 31, 2022
We should add this to https://github.com/input-output-hk/cardano-node/blob/master/STYLE.md |
CarlosLopezDeLara
moved this from 📋 Backlog (needs grooming)
to 🔖 Sprint backlog
in Node CLI/API 2022
Oct 31, 2022
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
bump |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
bump |
newhoggy
added a commit
to IntersectMBO/cardano-cli
that referenced
this issue
May 24, 2023
4889: Remove use of multiline literals r=newhoggy a=newhoggy Also the style-guide in the Wiki has been updated with a new section: https://github.com/input-output-hk/cardano-node/wiki/Style-guide#multi-line-string-literals Resolves IntersectMBO/cardano-node#4585 Co-authored-by: John Ky <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Stale
type: enhancement
An improvement on the existing functionality
user type: internal
Created by an IOG employee
Internal/External
Internal
Area
Refactoring
Describe the feature you'd like
We sometimes use multi-line string literals in Haskell. This can play badly with other Haskell language features. We should avoid them and use string concatenation instead.
Describe alternatives you've considered
N/A
Additional context / screenshots
N/A
The text was updated successfully, but these errors were encountered: