Opened 12 years ago

Closed 12 years ago

#797 closed defect (worksforme)

eggs that are misusing the assert macro

Reported by: Christian Kellermann Owned by: juergen
Priority: major Milestone:
Component: extensions Version: 4.7.x
Keywords: assert eggs macro Cc: Alaric Snell-Pym
Estimated difficulty:

Description

Recent changes enforce the msg argument of assert to be a string. This triggers an error in

  • er-macros
  • contracts
  • tubles
  • skiplists
  • ugarit

For details see for example this salmonella report:
http://tests.call-cc.org/master/linux/x86/2012/03/07/salmonella-report/

I am attaching this to juergen since most of this are his, alaric in CC for ugarit...

Change History (3)

comment:1 Changed 12 years ago by Alaric Snell-Pym

Is it a misuse of assert to have an expression that generates a string as the message? I'd argue that this is a useful feature, to dynamically generate more informative assertion failure messages :-)

I have submitted a patch to chicken-hackers that would re-enable this; let's see if consensus is that assert needs to have a static string argument!

comment:2 Changed 12 years ago by felix winkelmann

Milestone: 4.8.0

comment:3 Changed 12 years ago by juergen

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.