View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000258 | mercury | Bug | public | 2012-06-22 14:43 | 2012-06-23 04:05 | ||||
Reporter | juliensf | ||||||||
Assigned To | juliensf | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000258: csharp grade is broken with rotd-2012-06-19 | ||||||||
Description | Compilation of the library in the csharp grade fails with rotd-2012-06-19 due to: ** Error making `mer_std.dll'. Mercury/css/exception.cs(413,98): error CS0030: Cannot convert type `int' to `object[]' Mercury/css/exception.cs(4365,62): error CS0030: Cannot convert type `int' to `object[]' This occurs with both Mono and the MS C# compiler. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
juliensf (administrator) 2012-06-22 14:50 |
Actually, the java grade is broken too, Making Java class files Mercury/javas/jmercury/exception.java:463 class expected MR_scalar_common_3[0] = new exception.Exception_result_1.Succeeded_1(((java.lang.Object) (/* tuple */ java.lang.Object[].K0))); Mercury/javas/jmercury/exception.java:5270 class expected /* tuple */ java.lang.Object[] V_2_2 = /* tuple */ java.lang.Object[].K0; |
juliensf (administrator) 2012-06-23 04:05 |
Fixed -- the problem was caused by the recent change to handling of arity-zero tuples in compiler/hlds_code_util.m. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-06-22 14:43 | juliensf | New Issue | |
2012-06-22 14:50 | juliensf | Note Added: 0000470 | |
2012-06-23 04:05 | juliensf | Note Added: 0000471 | |
2012-06-23 04:05 | juliensf | Status | new => resolved |
2012-06-23 04:05 | juliensf | Resolution | open => fixed |
2012-06-23 04:05 | juliensf | Assigned To | => juliensf |