New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.3.3.14-8-2013 #35
Commits on May 7, 2013
Commits on May 13, 2013
Commits on May 23, 2013
-
Added String to Int Map into the compilerResults
Edited StringAnalyzer.hs to return a writer contain the string to int map it used. Edited Clafer.hs to add this map to the compiler results
Commits on May 28, 2013
Commits on May 29, 2013
-
-
[i232] http://gsd.uwaterloo.ca:8888/question/964/scope-options
copied SimpleScopeAnalyzer.hs which is the previous ScopeAnalyzer.hs
Commits on May 30, 2013
-
updated versions of libraries for platform 2012.4.0.0
-
-
Commits on Jun 2, 2013
-
U-AlexMur-PC\AlexMur committed
Jun 2, 2013 -
Revert "Fixed 'If-Then-Else' type."
This reverts commit 62644db.
Alexander Murashkin committedJun 2, 2013 -
Fixed 'If-Then-Else' type resolution.
Alexander Murashkin committedJun 2, 2013 -
Updated the 'If-Then-Else' fix.
Alexander Murashkin committedJun 2, 2013
Commits on Jun 3, 2013
Commits on Jun 4, 2013
-
-
Merge pull request #20 from gsdlab/strMap
[232] Scope Options and [220] display string values
-
-
-
Commits on Jun 5, 2013
Commits on Jun 6, 2013
-
Fixed issue in test case where files could not have '.' in name as we…
…ll as also reading ".dst.cfr" files
Commits on Jun 7, 2013
Commits on Jun 10, 2013
Commits on Jun 13, 2013
Commits on Jun 14, 2013
-
-
Merge pull request #21 from gsdlab/i92
Fix for issue i92 with refrences to clafers (not addressing the parsing issue with integers)
-
Commits on Jun 16, 2013
Commits on Jun 17, 2013
Commits on Jun 20, 2013
Commits on Jun 25, 2013
Commits on Jun 26, 2013
Commits on Jun 27, 2013
Commits on Jun 28, 2013
Commits on Jun 29, 2013
-
-
x ->> integer y ->> integer z -> integer = sum (x ++ y) Where "sum (x ++ y)" did not compile.
Commits on Jul 2, 2013
Commits on Jul 4, 2013
Commits on Jul 5, 2013
Commits on Jul 6, 2013
Commits on Jul 8, 2013
-
Fixed bug where afm-check did not check for '*', added test file, and…
… cleaned up implementation
-
-
-
-
Commits on Jul 9, 2013
Commits on Jul 10, 2013
-
-
-
new version, updated package versions in cabal, using cabal >= 1.16, …
…updated README (versions, help), added lacking GLPK libs to build in Makefile, added test cases
-
Commits on Jul 11, 2013
-
Changed how the Test Infrastructure is Structured to report clearer f…
…ail messages Also rearranged some of the test files removing duplicates and moving non fixed files into a separate fail folder
Commits on Jul 12, 2013
Commits on Jul 16, 2013
-
Changed the layout Resolver to give safer errors
This required making the layout resolver monadic Also made a few other error's safer throughout the compiler
-
Changed rule: if group cardinality is 0..*, all children have default card of 1.1 if group cardinality is not 0..* all children have default card of 0..1
Commits on Jul 17, 2013
Commits on Jul 18, 2013
-
Fixed Warnings for Intermediate
Still a couple to fix up in GLPKScopeAnalyzer will do later
Commits on Jul 19, 2013
-
-
-
-
Merge pull request #31 from redmagic4/develop
Update ecore2clafer.jar
-
-
-
-
Just do 1) make clean 2) make 3) make test make install is no longer necessary
-
-
Fixed bug in the alloy generator where wrong alloy code was generated
Also fixes testCase not passing
-
-
-
-
-
Commits on Jul 22, 2013
-
-
-
-
-
Fixed a bug where the OPTIONS command no longer worked
This will caused by the change in how the Arg's work when removing the Maybe's
-
Fixed a bug from feature model check
This should never happen so there should be no change
Commits on Jul 23, 2013
Commits on Jul 24, 2013
-
-
-
-
-
renamed .xml in experimental so that it does not get removed
-
-
-
fixed the missing cardinality constraint bug
cardinality was computed for the parent instead of the child, which is why for a n..m b b always had cardinality n..m
Commits on Jul 25, 2013
-
This was fixed by removing a previous commit that attempted to make all PExp's with noSpan have an empty pid but it had a side effect, effecting Enum's
-
-
initialization with multiple is positive for clafers and failing for …
…integers split the test case into positive/failing
Commits on Jul 26, 2013
-
-
Fixed bug where non abstract top level clafers defaulted to 0..1 rath…
…er than 1..1 Also fixed some errors in the test-suite from the previous commit
-
fixed: for enums type, should be no card. 1..1 only for enum literals
updated regression
-
saved regressions for 0.3.2 and 0.3.3 + 0.3.3 vs 0.3.2 diff on positive
everything as expected
-
Commits on Jul 29, 2013
-
-
Merge pull request #32 from redmagic4/develop
Fixed a bug in ecore2clafer.jar related with claferKeyword sanitizer.
-
Fixed a issue where unused abstract clafer's were given cardinality '…
…<=0', change this to '=0'
-
Commits on Jul 30, 2013
-
-
-
-
-
Added Skip_Goals Command option
Also added --sg to the 4 test/postive files that needed it see: http://gsd.uwaterloo.ca:8888/question/1059/add-a-parameter-to-skip-code-generation-for
-
-
Commits on Jul 31, 2013
Commits on Aug 1, 2013
Commits on Aug 6, 2013
-
Added a feature where the compiler will give a nice looking error mes…
…sage for naming clafers with keywords
Commits on Aug 10, 2013
-
-
-
this will be created for the 0.3.4 release. For 0.3.3, the folder regression contains the current regression test suite
Commits on Aug 11, 2013
Commits on Aug 13, 2013
Commits on Aug 14, 2013
-
a positive test case for
--check-afmwith inheritancethis should not result in an error during the check