-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add CLI option for building with fpm #757
Conversation
This approach is meant for the continuous deployment of the fpm version and not for building stdlib locally. I would prefer to not advertise this way. |
More and more people (including me) use this way for developping stdlib. So
i think it is good to mention it, until fpm can fully support fypp. Maybe
addind a warning about its use would clarify it?
Le sam. 6 janv. 2024, 10:37, Sebastian Ehlert ***@***.***> a
écrit :
… This approach is meant for the continuous deployment of the fpm version
and not for building stdlib locally. I would prefer to not advertise this
way.
—
Reply to this email directly, view it on GitHub
<#757 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5RO7HDMJS2KXN7DYETINTYNELNHAVCNFSM6AAAAABBO3F4R6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZGYYTCMBVHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I couldn't build it locally with the proposed approach, that's why I opened the issue #734. Maybe an additional note can be included to clarify? |
I agree. I would also suggest to make the difference between stdlib-fpm
(for users) and stdlib (with the script for development).
At least this issue shows that the Readme must be clarify.
Le sam. 6 janv. 2024, 10:56, jalvesz ***@***.***> a écrit :
… I couldn't build it locally with the proposed approach, that's why I
opened the issue #734 <#734>.
Maybe an additional note can be included to clarify?
—
Reply to this email directly, view it on GitHub
<#757 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5RO7DU7ZJNKXZ5EMCSTTLYNENWFAVCNFSM6AAAAABBO3F4R6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZGYZDAMZYGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
What about something in the lines of: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The note and command lines look good to me.
Hopefully this may help new developers to start to develop stdlib
with fpm
.
Co-authored-by: Jeremie Vandenplas <[email protected]>
Add CLI option for building with fpm
Related to issue #734