Skip to content
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

array module support: typecodes #2227

Merged
merged 18 commits into from
Aug 25, 2024
Merged

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    376dfd6 View commit details
    Browse the repository at this point in the history
  2. array module support: array creation

    Currently create array as a list because their representation is the
    same from pythran point of view.
    serge-sans-paille committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ad4abf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2fe0a View commit details
    Browse the repository at this point in the history
  4. Rename types::array into types::array_tuple so that types::array can …

    …be used normally
    
    types::array_tuple is exactly what's it seems to be: a tuple of homogeneous
    data that can be represented as an array.
    
    types::array is the underlying type used to store array.ArrayType, currently
    just an alias on types::list
    serge-sans-paille committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    e8f575f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e478358 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed0bb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d4d91e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57bead6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f64d3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd615d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7317cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a9e4fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2da5bd9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f17f4b1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98a81d6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c8390d5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f4f339e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    36892ad View commit details
    Browse the repository at this point in the history