Skip to Content.
Sympa Menu

maude-help - [Maude-help] Strange warning

maude-help AT lists.cs.illinois.edu

Subject: Maude-help mailing list

List archive

[Maude-help] Strange warning


Chronological Thread 
  • From: Jay McCarthy <jay.mccarthy AT gmail.com>
  • To: maude-help AT maude.cs.uiuc.edu
  • Subject: [Maude-help] Strange warning
  • Date: Fri, 8 Apr 2005 05:51:42 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=ozQsbChcy7usOiPy8X5e+qihIFJo/HKgL6QTiOM84o3pRLiZa+N6Y5VZWwi40j1mrOEPB9cUq/cGTkYVSQiMTp/d3YNBmZT5xwnJW0H+gNQcnR0YnIuK8XWVSi5jDOcwKqpNAYC5q5IgUVjEft3OxkdTMgFJGx/veD7iWNpzxdo=
  • List-archive: <http://maude.cs.uiuc.edu/pipermail/maude-help>
  • List-id: Maude help list <maude-help.maude.cs.uiuc.edu>

I have come accross the following error:

Warning: "prelude.maude", line 861 (fmod META-MODULE): declaration for _+_ has
different attributes from declaration on "prelude.maude", line 639 (fmod
STRING).
Advisory: "workshop.maude", line 1 (mod WORKSHOP): operator _+_ has been
imported from both "prelude.maude", line 639 (fmod STRING) and
"prelude.maude", line 861 (fmod META-MODULE) with no common ancestor.
Warning: "workshop.maude", line 1 (mod WORKSHOP): this module contains one or
more errors that could not be patched up and thus it cannot be used or
imported.
Warning: "workshop.maude", line 1 (mod WORKSHOP): module WORKSHOP is unusable
due to unpatchable errors.

I tried to make a single file that demonstrated the problem but I was
not able to. I can however, send the code, but its quite large.

Basically what I've done is take a module that works and uses
LOOP-MODE, then add a "protecting" line for a new module I wrote that
just uses QID and STRING.

What really confuses me about this error is that META-MODULE obviously
includes STRING through QID, so if the two definitions of _+_ are
incompatible, then how could this error not always occur?

Jay

--
Jay McCarthy
<jay.mccarthy AT gmail.com>
http://jay.makeoutcity.com/




Archive powered by MHonArc 2.6.16.

Top of Page