Actions
Bug #56
closedMin and Max doesn't work with strings - Type mismatch error
Added by Anonymous almost 5 years ago. Updated about 4 years ago.
Start date:
01/21/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example:
A$=Min("Hello","Bob")
Updated by Baptiste Pillot almost 5 years ago
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/438
- full compile result :
main.aoz:2:21: error: type mismatch
Error during compilation
AOZ Transpiler Version 0.9.3.1 - 21/01/2020
By Francois 'Amos' Lionet (c) AOZ Studio 2019
Website: https://aoz.studio
Support the project on Patreon: http://www.patreon.com/francoislionet
---------------------------------------------------------------------
PATH->Z:/home/amos2/compiler/0.9.3.1/languages
Removing directory: /home/amos2/ide/input/tickleman/56/html
Compiling /home/amos2/ide/input/tickleman/56, emulation: PC, speed: fast.
First pass...
main.aoz:2:21: error: type mismatch
{}
Task failed, no code generated...
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3.2
Fixed!
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Feedback
The error is still here :
Error during compilation
AOZ Transpiler Version 0.9.3.2 - 31/01/2020
By Francois 'Amos' Lionet (c) AOZ Studio 2019-2020
Website: https://aoz.studio
---------------------------------------------------------------------
Compiling /home/amos2/ide/input/tickleman/56, emulation: PC, speed: fast.
First pass...
main.aoz:2:21: error: type mismatch
Task failed, no code generated...
Updated by Francois Lionet almost 5 years ago
- Status changed from Feedback to Resolved
- Target version changed from 0.9.3.2 to 0.9.4
Fixed and tested.
Updated by Baptiste Pillot over 4 years ago
- Status changed from Resolved to Feedback
The error is still there :
Error during compilation
AOZ Transpiler Version 0.9.6 - 01/03/2020
By Francois 'Amos' Lionet (c) AOZ Studio 2019-2020
Website: https://aoz.studio
---------------------------------------------------------------------
Compiling /home/amos2/ide/input/tickleman/56, emulation: PC, speed: fast.
First pass...
main.aoz:3:21: error: Type mismatch
Task failed, no code generated...
Updated by Francois Lionet about 4 years ago
- Status changed from Feedback to Resolved
Fixed, for good this time! YEAH!
Updated by Brian Flanagan about 4 years ago
- Status changed from Resolved to Closed
Working in Beta RC3.
Actions