Hi Jesse, Yes, that works fine, of course, but was not necessary before.
I dont have many of these in my application so it is easy enough to change. I just wanted to report it because it seems to me that it perhaps indicates something not quite right. Someplace in the code that used to recognise BIFs no longer does so. I dont really want "erlang:"s in my code if they are not needed, but if that is how things will work moving forward then so be it. Thank you for the quick response. g On 30 June 2014 10:04, Jesse Gumm <[email protected]> wrote: > Try: > > fun erlang:is_integer/1 > > -Jesse > > On Sun, Jun 29, 2014 at 10:02 PM, Graeme Defty <[email protected]> > wrote: > > The next issue queuing up to bite me is the handling of references to > BIFs. > > > > This works fine: > > > > is_integer(10), > > > > whereas this does not > > > > fun is_integer/1 > > > > (and it used to) The error message says that is_integer/2 is unknown. > > > > It seems that the built-in-ness (or the auto-importability) of > is_integer > > is not being recognised any more. > > > > graeme > > > > -- > > You received this message because you are subscribed to the Google Groups > > "ChicagoBoss" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > Visit this group at http://groups.google.com/group/chicagoboss. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/chicagoboss/CAKF5fiB%2B9iqzcUrzFbghFBtqUZtP2AJUALQ3wbi5nYJrPR%2BcuQ%40mail.gmail.com > . > > For more options, visit https://groups.google.com/d/optout. > > > > -- > Jesse Gumm > Owner, Sigma Star Systems > 414.940.4866 || sigma-star.com || @jessegumm > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CAPTXyXd6GS7G%3DamktYjBaD%2Bj7Qgq3-5R28pr0mx0%2B2VWKXVY3A%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAKF5fiAPkqDfCASZ0c6L1BrmPgqk9-PYNMfKKLi%2BBh9wEp5Q%2BA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
