mCRL2org / mCRL2

The Git repository for the mCRL2 toolset.
https://mcrl2.org/
Boost Software License 1.0
87 stars 36 forks source link

Data translation/reconstruction duplicates functions in structs. #429

Closed jgroote closed 16 years ago

jgroote commented 16 years ago

Issue migrated from trac ticket # 427

component: Data Library | priority: blocker | resolution: fixed

2008-06-20 09:43:44: @jgroote created the issue


When doing mcrl22lps -D prob.mcrl2 prob.lps the function getValBool is declared twice. lpsconfcheck detects this by:

jfg@pclin215> lpsconfcheck -v prob.lps error: double declaration of function getValBool error: reading from LPS failed error: Typechecking of the invariant formula failed.

Version information of mcrl22lps: jfg@pclin215> mcrl22lps --version mcrl22lps mCRL2 toolset July 2008 (development) (revision 4745M-shared) Copyright (c) 2008 Technische Universiteit Eindhoven. This is free software. You may redistribute copies of it under the terms of the Boost Software License http://www.boost.org/LICENSE_1_0.txt. There is NO WARRANTY, to the extent permitted by law.

Written by Jan Friso Groote.

jgroote commented 16 years ago

2008-06-20 09:44:12: @jgroote uploaded file prob.mcrl2 (17.9 KiB)

jgroote commented 16 years ago

2008-06-20 12:51:51: @jkeiren changed status from new to closed

jgroote commented 16 years ago

2008-06-20 12:51:51: @jkeiren changed resolution from * to fixed*

jgroote commented 16 years ago

2008-06-20 12:51:51: @jkeiren commented


Fixed in r4759