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

reflow: investigate line-break edge cases #7

Closed
3 tasks done
bobheadxi opened this issue Jan 18, 2021 · 3 comments
Closed
3 tasks done

reflow: investigate line-break edge cases #7

bobheadxi opened this issue Jan 18, 2021 · 3 comments
Labels
plugins readable plugins
Milestone

Comments

@bobheadxi
Copy link
Owner

bobheadxi commented Jan 18, 2021

Observed problems, named by best guess at what might be causing the issue

@bobheadxi bobheadxi added the plugins readable plugins label Jan 18, 2021
@bobheadxi bobheadxi changed the title reflow: should not format on acronyms (e.g., e.x.) reflow: investigate line-break edge cases Jan 18, 2021
@bobheadxi
Copy link
Owner Author

bobheadxi commented Jan 22, 2021

trailing punctuation

want:

To convert yaml to Dhall we use a wrapper helper tool around the standard `yaml-to-dhall` command that knows how to build the COMKIR organizational tree (see [background.md](background.md#COMKIR) ).
The wrapper is a command line tool written in Go and available in this repo: `github.com/sourcegraph/ds-to-dhall`.

got:

To convert yaml to Dhall we use a wrapper helper tool around the standard `yaml-to-dhall` command that knows how to build the COMKIR organizational tree (see [background.md](background.md#COMKIR) ).
The wrapper is a command line tool written in Go and available in this repo: `github.com/sourcegraph/ds-to-dhall`
.

Possibly related to #1 - we need to look at the next "line" to see if we should join it or not

@bobheadxi
Copy link
Owner Author

bobheadxi commented Jan 22, 2021

acronyms

want:

3. Upload the repository to a specific "sourcegraph-$ LANGUAGE" organization (where $LANGUAGE is the primary language of the repository as identified by github.com),
   (e.x. the ["sourcegraph-go" organization](https://ghe.sgdev.org/sourcegraph-go) for <https://ghe.sgdev.org/sourcegraph-go/gorilla-mux>)

got:

3. Upload the repository to a specific "sourcegraph-$ LANGUAGE" organization (where  $LANGUAGE is the primary language of the repository as identified by github.com), (e.x.
   the ["sourcegraph-go" organization](https://ghe.sgdev.org/sourcegraph-go) for <https://ghe.sgdev.org/sourcegraph-go/gorilla-mux>)

@bobheadxi
Copy link
Owner Author

bobheadxi commented Jan 22, 2021

symbols

want:

1. Replace the `/` character in the repository's name with `-` (e.x. `gorilla/mux` -> `gorilla-mux`)

got:

1. Replace the `/` character in the repository's name with `-` (e.x. `gorilla/mux`
    \-> `gorilla-mux`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugins readable plugins
Projects
None yet
Development

No branches or pull requests

1 participant