-
Notifications
You must be signed in to change notification settings - Fork 72
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
How to create a FYSS_LITERAL scalar? #79
Comments
You're right, there are no style hints when creating a scalar. I'm making a note. |
Thank you! Please let me know if I can help in any way with this or other
parts of the project.
I'm using the library in this project
https://docs.omnigres.org/pg_yregress/usage/ and would love to make it even
better.
I noticed cmake support is out of sync on master. Do you need any help with
that?
…On Sun, Apr 23, 2023, 6:10 p.m. Pantelis Antoniou ***@***.***> wrote:
You're right, there are no style hints when creating a scalar.
What is missing is a method to alter the style of the created node an
analogous of fy_event_get_node_style().
I'm making a note.
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAADREDY2SMOBUFDZJ3UMDXCVIAHANCNFSM6AAAAAAXGOBPGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
As for the original issue, I am noticing that the inability to set this style leads to unquoted empty strings: key: which may sometimes be undesirable |
It looks like #78 may be the implementation necessary for this. |
Well, this is a bug actually... |
I am finding a situation in which I'd prefer to have a literal scalar so that when I emit a document, these strings are emitted using multi-line syntax instead of quoted string with
\n
s. I couldn't find a way to do this yet.Is this supported, and if it is not, is there interest in getting it supported? I'd be happy to contribute if necessary.
The text was updated successfully, but these errors were encountered: