- 07 Jul, 2015 3 commits
-
-
lucas.coatanlem authored
- gYear.cd - gYear.xsd - gYear.xml Debug in schema/schema_builtin.ml : - reworked validate_gYear - modified validate_duration to test P and -P Clean in schema/schema_builtin.ml : - deleted old validate_gYear
-
lucas.coatanlem authored
- gYearMonth.cd - gYearMonth.xml - gYearMonth.xsd Debug in schema/schema_builtin.ml : - validate_gYearMonth Clean in schema/schema_builtin.ml : - delete old validate_gYearMonth
-
lucas.coatanlem authored
- dateTime.cd - dateTime.xml - dateTime.xsd Debug in schema/schema_pcre.ml : - in sub_token, there was an error in the while conditions Debug in schema/schema_builtin.ml : - there was an error with the sign treatment Clean in in schema/schema_builtin.ml : - removed old validate_dateTime - removed old parse_time
-
- 06 Jul, 2015 3 commits
-
-
lucas.coatanlem authored
- duration.xml - duration.xsd - duration.cd Debug in schema/schema_builtin.ml : - validate_duration Cleaning in schema/schema_builtin.ml : - Old version of validate_duration
-
lucas.coatanlem authored
tests/schema_wo_pcre/test.* -> tests/schema_wo_pcre/date.*
-
lucas.coatanlem authored
- date tests Debug in schema/schema_pcre.ml : - next_token - sub_token Debug in schema/schema_builtin.ml : - make_sign - parse_date - validate_date - parse_timezone Cleaning in schema/schema_builtin.ml : - unused functions - Old parse_sign - Old parse_date - Old validate_date - Old parse_timezone
-
- 03 Jul, 2015 2 commits
-
-
lucas.coatanlem authored
-
lucas.coatanlem authored
-
- 01 Jul, 2015 3 commits
-
-
lucas.coatanlem authored
-
lucas.coatanlem authored
-
lucas.coatanlem authored
Commit before testing and cleaning session...
-
- 30 Jun, 2015 2 commits
-
-
lucas.coatanlem authored
-
lucas.coatanlem authored
Non testé.
-
- 24 Jun, 2015 2 commits
-
-
lucas.coatanlem authored
parse_date modified in schema/schema_builtin.ml
-
lucas.coatanlem authored
-
- 22 Jun, 2015 2 commits
-
-
lucas.coatanlem authored
split_spaces (fichier schema_pcre.ml).
-
lucas.coatanlem authored
pouvoir supprimer la fonction pcre_split.
-
- 18 Jun, 2015 2 commits
-
-
lucas.coatanlem authored
-
lucas coatanlem authored
les schemas xml. Permettant de tester le pattern matching a la main.
-
- 23 May, 2015 1 commit
-
-
Kim Nguyễn authored
-
- 20 May, 2015 1 commit
-
-
Kim Nguyễn authored
-
- 13 May, 2015 1 commit
-
-
Kim Nguyễn authored
-
- 12 May, 2015 1 commit
-
-
Kim Nguyễn authored
Do not try to print a sample for types for which no printable sample exists (Abstract types in particular).
-
- 08 May, 2015 13 commits
-
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
-
Kim Nguyễn authored
Modification de la règle uninstall pour supprimer les .cdo installés.
-
-
-
Tests sur les listes fonctionnant. Deplacement des fichiers tests au bon endroit. Sauvegarde avant modification fichier systeme pour installation stdlib.
-
Reste algo tri / test.cd.
-
-
-
Kim Nguyễn authored
Do not add constraints of the form s <= 'a <= t, for monomorphic alpha's, just check that the constraint holds for all substitution and replace it with a universal Sat or Unsat. This prevent the algorithm from introducing dummy substitutions later on of the form 'a <- 'a which interact badly with type cleaning (replacing covariant/contra-variant occurences by Empty/Any).
-
- 07 May, 2015 2 commits
-
-
Kim Nguyễn authored
Fix conditionaly compiled code, that contained type errors.
-
Kim Nguyễn authored
Fix a regression where polymorphic variables would not be chosen in favor of monomorphic ones during the 'single' phase of constraint generation.
-
- 06 May, 2015 1 commit
-
-
Kim Nguyễn authored
-
- 05 May, 2015 1 commit
-
-
Kim Nguyễn authored
-