Am Montag, 13. April 2015 17:43:54 UTC+2 schrieb Stefan Karpinski: > > You are probably on Julia 0.3.x in which this function was called `names`. > You can either use `names` or use the Compat package which lets you use > names from the future. >
So, if we have code (in ESS https://github.com/emacs/ESS/ ) which needs to work with both julia 0.3 and 0.4 we should use names() and the 'Compat' package. @Stefan Karpinski : Can you paste julia code for using 'Compat' such that it also works in 0.3 ? > > On Mon, Apr 13, 2015 at 11:37 AM, 'Antoine Messager' via julia-users < > [email protected] <javascript:>> wrote: > >> Hi, >> >> I would like to find the field of SolverResults{Float64}. So according >> to the manual <http://julia.readthedocs.org/en/latest/manual/types/>, I >> just need to use the method fieldnames but unfortunately it is not defined. >> What can I do? >> >> Thank you, >> Antoine >> > >
