Skip to content
Snippets Groups Projects
  1. Aug 06, 2012
  2. Aug 03, 2012
  3. Jul 14, 2012
  4. Jul 13, 2012
  5. Jul 12, 2012
  6. Jul 11, 2012
    • Pascal Raymond's avatar
      Debut de DoNoPoly, qui necessite une modif assez · 4e1418a0
      Pascal Raymond authored
      importante du mecanisme de UnifyType :
      - fait :
        * definition de Eff.poly_match
        * TypeVar type_var au lieu de Any/Overload
          avec type_var = Any | AnyNum
          (pour l'instant et pour longtemps ?!)
      - à faire :
        * revoir UnifyType pour qu'il rende un poly_match
        * stocker là où c'est nécessaire les poly_match
          calculés lors du type check
          (pour les CALL et peut-être les sargs ?)
      4e1418a0
  7. Jul 10, 2012
  8. Jul 09, 2012
  9. Jul 07, 2012
  10. Jul 06, 2012
  11. Jul 04, 2012
  12. Jul 03, 2012
  13. Dec 05, 2011
  14. Jun 01, 2011
  15. May 19, 2011
  16. Nov 03, 2010
  17. Sep 29, 2010
  18. Aug 19, 2010
    • Erwan Jahier's avatar
      When including files with a relative path, consider it as relative to · 248cdbe4
      Erwan Jahier authored
      the includer file, instead of the compiling directory.
      
      Also, avoid loops when including files.
      
      Add a --nonreg-test option that prevent the compiler to print file
      name paths in error messages. Indeed, this change makes all file
      names absolute, which complicates the non-regression tests automatic
      perusal.
      248cdbe4
Loading