You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My request simply is to make this syntax valid, and I still don't understand why was this not added at the very beginning:
message('this string isn\'t meant to be multiline, I just \
want to split my long strings into several lines so my meson \
file looks cleaner and my lines don't exceed 80 characters')
I have noticed that in some of the docs, what follows is taken from this one, this method is used, although it lacks simplicity and practicality:
# ...option('long_desc', type : 'string', value : 'optval',
description : 'An option with a very long description'+'that does something in a specific context') # Since 0.55.0
Why would one force themselves to use this syntax? The + between just makes things look more complicated.
The text was updated successfully, but these errors were encountered:
My request simply is to make this syntax valid, and I still don't understand why was this not added at the very beginning:
I have noticed that in some of the docs, what follows is taken from this one, this method is used, although it lacks simplicity and practicality:
Why would one force themselves to use this syntax? The
+
between just makes things look more complicated.The text was updated successfully, but these errors were encountered: