firasalkhalil (Firas al-Khalil)
- Login: firasalkhalil
- Registered on: 12/29/2021
- Last sign in: 04/06/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/29/2021
-
02:02 PM Ruby Feature #18450: Force break in prettyprint
- mame (Yusuke Endoh) wrote in #note-1:
> Could you explain a use case?
I am writing a code generator where in some cases I need to force-break the output code because it makes more sense for a human reader/reviewer:
Here's an example tak... -
01:16 PM Ruby Feature #18450 (Assigned): Force break in prettyprint
- # Abstract
Support force-breaking a group in the std's [prettyprint](https://github.com/ruby/prettyprint)
# Background
There is a need to forcibly break a group and transform breakables into
newlines. The library doesn't provid...