Skip to content

Commit

Permalink
Merge pull request #16156 from JuliaLang/sf/remove_2818
Browse files Browse the repository at this point in the history
Remove mention of issue #2818 from 0.4 manual
  • Loading branch information
tkelman committed May 5, 2016
2 parents 1d115fd + 05ea3ea commit 2de0530
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/manual/calling-c-and-fortran-code.rst
Expand Up @@ -564,12 +564,6 @@ Use ``Ptr{T}`` if the memory is expected to be populated by ``C`` (without type-
Use ``Ref{T}`` if you have an ``isbits`` type,
but you want to turn it into a pointer to a struct in another struct definition.

See issue #2818 for some work that needs to be done to simplify this so that Julia
types can be used to recursively mirror c-style structs,
without requiring as much manual management of the ``Ptr`` conversions.
After #2818 is implemented, it will be true that an ``Vector{T}`` will be equivalent to
an ``Ptr{Ptr{T}}``. That is currently not true, and the conversion must be explicitly.

Mapping C Functions to Julia
----------------------------

Expand Down

2 comments on commit 2de0530

@tkelman
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runbenchmarks(ALL, vs="@2ac304dfba75fad148d4070ef4f8a2e400c305bb")

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels

Please sign in to comment.