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

mdoc lang F# sigs fail for ref types #418

Open
lobrien opened this issue Feb 15, 2019 · 1 comment
Open

mdoc lang F# sigs fail for ref types #418

lobrien opened this issue Feb 15, 2019 · 1 comment

Comments

@lobrien
Copy link
Contributor

lobrien commented Feb 15, 2019

mdoc lang F# sigs are failing on reference arguments. In the attached image, you can see a failure for:

 <MemberSignature Language="DocId" Value="M:AudioToolbox.AudioFile.ReadPacketData(System.Boolean,System.Int64,System.Int32@,System.Byte[],System.Int32,System.Int32@)" />

Which ends up with two missing arguments :

bool * int64 * {BLANK} * byte[] * int * {BLANK}-> returnType

I think ref args should be byRef<T> but am not 100% https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/byrefs
napkin 6 02-15-19 11 55 35 am

@joelmartinez
Copy link
Member

We need to check if this issue has already been resolved by this PR: #332

@joelmartinez joelmartinez added this to the mdoc 5.7.6 milestone Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants