[ooo-build-bugs] [Bug 30524] BASIC macro language is crippled.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 1 02:17:30 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30524
Noel Power <noel.power at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Noel Power <noel.power at gmail.com> 2010-10-01 02:17:31 PDT ---
(In reply to comment #0)
> When the "main" macro is run, the script fails while evaluating SIMPLE,
> complaining that "arg is not optional".
as it should do, simple is called with no arguments
call_it(simple) = call_it(simple())
^^
I see what you intend ( and it confused me into thinking this was a real bug
first ) but the macro code is behaving perfectly as it should. I think you
thought that perhaps simple was passed as some sort of functor to be called by
call_it sorry, this just cannot work.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the ooo-build-bugs
mailing list