Skip to content
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

Default arguments show as "= seq" in generated stdlib docs #3015

Closed
doesntgolf opened this issue Feb 21, 2019 · 3 comments
Closed

Default arguments show as "= seq" in generated stdlib docs #3015

doesntgolf opened this issue Feb 21, 2019 · 3 comments
Assignees

Comments

@doesntgolf
Copy link

In the stdlib documentation, function/behavior/constructor signatures where any parameter has a default value show up as = seq. Here are two example pages:

https://stdlib.ponylang.io/regex-Regex/
https://stdlib.ponylang.io/term-Readline/

@SeanTAllen
Copy link
Member

SeanTAllen commented Feb 21, 2019

docgen.c line 651 and line 693 is where this is handled.

@SeanTAllen
Copy link
Member

This broke with 394c94e, PR #2242

@SeanTAllen SeanTAllen self-assigned this Feb 21, 2019
SeanTAllen added a commit that referenced this issue Feb 21, 2019
This was broken when the shape of the ast was change in PR #2242

Closes #3015
jemc pushed a commit that referenced this issue Feb 26, 2019
…#3018)

This was broken when the shape of the ast was change in PR #2242

Closes #3015
@SeanTAllen
Copy link
Member

@doesntgolf this will be fixed with the release of 0.27.0 this weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants