-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Renamed --ponythreads to ponymaxthreads, fixes #3318 #3334
Conversation
If we go for the "namespace concept" should it be more "explicit", e.g. XML like |
@alexsnaps re: namespacing. that needs an RFC. |
|
I think an RFC might make sense… But could also be a drastic approach to simply "aliasing" or slowly deprecating; e.g. alias first, then print something to |
We are pre-1.0. Deprecating isn't needed. |
If we're all good with this… sure. Don't get me wrong, I'm not against merging it this way (if this PR is all good with reviewers), just thought I'd explicitly mention it
Makes sense! |
In any case, this will require https://github.com/ponylang/ponylang-website changes again too. |
@alexsnaps yup. website will need to be updated. good catch. i had forgotten about that, because i am the great forgetter today. |
Thanks @alexsnaps. Can you add release notes to the release issue? |
Adding them now… will also open a PR against the website repo. Probably only later today (🤞) tho. |
I think fixes #3318
But this also means specifying
--ponythreads
would be silently ignored:Should we alias the two? Forbid
--ponythreads
as an option? Maybe make sure the--pony*
"namespace" only contains "known" options? … thinking out loud