On Tue, Apr 09, 2024 at 08:18:03PM +0800, Qian Yun wrote:
> This patch changes all remaining "import" to "import from".
> 
> The removed lines are mostly "import from Record(...)".
> 
> Should we also modify "parse_Import" from "s-parser.boot"
> so that it gives error on "import XXX"?

No.  'import' is supposed to work.  AFAICS there is no conflict
betweem plain 'import' and general 'import fun from dom', so
we can keep plain 'import'.  In fact, change to 'import from'
was for Aldor compatibility, but the two form do not conflict,
so we can keep both.  I kept the remaining plain 'import'-s
to have testcases in algebra source for this form.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/ZhVbEMHJKeQT0Vz_%40fricas.org.

Reply via email to