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

Missing dynamic layout features #1838

Merged
merged 120 commits into from
Oct 4, 2024
Merged

Missing dynamic layout features #1838

merged 120 commits into from
Oct 4, 2024

Commits on Aug 15, 2024

  1. Fix Zero segment location.

    Alon-Ti authored and yuvalsw committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7d14e74 View commit details
    Browse the repository at this point in the history
  2. Fixed has_zero_segment naming

    yuvalsw committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e71b052 View commit details
    Browse the repository at this point in the history
  3. Fix prover input.

    Alon-Ti authored and yuvalsw committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0ec972a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c5c924 View commit details
    Browse the repository at this point in the history
  5. Added change to changelog.

    yuvalsw committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    057bc6f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    64c844b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. fix panic_impl error

    OmriEshhar1 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    51d25a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix cairo version

    OmriEshhar1 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    88d1da1 View commit details
    Browse the repository at this point in the history
  2. Add dummy changelog

    JulianGCalderon committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c5d3bd5 View commit details
    Browse the repository at this point in the history
  3. Pin wasm-bindgen

    JulianGCalderon committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ea377a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e7bb3 View commit details
    Browse the repository at this point in the history
  5. Update Cargo.lock

    JulianGCalderon committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    87a736a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fe7f90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c7237e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4b162b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43360b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3e31b8 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG

    JulianGCalderon committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ad97bd0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11edca3 View commit details
    Browse the repository at this point in the history
  13. Make wasm compatible

    JulianGCalderon committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    adbba88 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    8ac5b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a41f231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7334f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63eba32 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    3d18e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f2098a View commit details
    Browse the repository at this point in the history
  3. Use 8 as dynamic public_memory_fraction

    The same value is used in python-vm
    JulianGCalderon committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    707e0d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    723eaf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f20b97b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6d3f9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f5eef5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    026e459 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    15b7742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698b35c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c58dc4e View commit details
    Browse the repository at this point in the history
  4. Add debug scripts

    JulianGCalderon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ce985ba View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    6ea8ddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08874bd View commit details
    Browse the repository at this point in the history
  3. remove outdated test

    JulianGCalderon committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ba4d3c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e0c65b View commit details
    Browse the repository at this point in the history
  5. Fix tests

    JulianGCalderon committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0b9fed5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add correct test

    JulianGCalderon committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    737850f View commit details
    Browse the repository at this point in the history
  2. Rename tset

    JulianGCalderon committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    34e5eaf View commit details
    Browse the repository at this point in the history
  3. Add comment

    JulianGCalderon committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2a4213f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28eb15c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20ce2aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0036504 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30f7766 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af9fadd View commit details
    Browse the repository at this point in the history
  9. Remove dup

    JulianGCalderon committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fbf074d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    f8a7f78 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    24a1d47 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    JulianGCalderon committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3ed8df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089e33b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b000b2f View commit details
    Browse the repository at this point in the history
  5. Fix test

    JulianGCalderon committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6baa70e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f76f62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f94ae2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa6bcd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    050c71a View commit details
    Browse the repository at this point in the history
  10. Add comment

    JulianGCalderon committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3f9e684 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7868b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add tests

    JulianGCalderon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fca3cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb63b5c View commit details
    Browse the repository at this point in the history
  3. Add parse test

    JulianGCalderon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a6f1511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    351a9cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2c0abb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b6868e View commit details
    Browse the repository at this point in the history
  7. Add tests to workflow

    JulianGCalderon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cdab848 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfa84ac View commit details
    Browse the repository at this point in the history
  9. Delete logic changes

    They are going to be moved to another branch
    JulianGCalderon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2015055 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d3c21c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c46ed76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a89f9a8 View commit details
    Browse the repository at this point in the history
  13. Reorder fields

    JulianGCalderon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b787982 View commit details
    Browse the repository at this point in the history
  14. Remove ref

    JulianGCalderon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a99e864 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5a59bfe View commit details
    Browse the repository at this point in the history
  16. Add tests

    JulianGCalderon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c6bd668 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Update rust.yml

    JulianGCalderon authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7a44d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    859b7fb View commit details
    Browse the repository at this point in the history
  3. Update test script

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    47e441b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd8143b View commit details
    Browse the repository at this point in the history
  5. Remove tests

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6e9e09a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ecdf3d View commit details
    Browse the repository at this point in the history
  7. Remove debug prints

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2630845 View commit details
    Browse the repository at this point in the history
  8. Add tests

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fa384fb View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6991904 View commit details
    Browse the repository at this point in the history
  10. Fix serialization

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    deab241 View commit details
    Browse the repository at this point in the history
  11. Comment failing test

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9db796a View commit details
    Browse the repository at this point in the history
  12. Uncomment test

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dd6d6ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63e606f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6ec16c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53f119c View commit details
    Browse the repository at this point in the history
  16. Add ratio_den tests

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2ba2dec View commit details
    Browse the repository at this point in the history
  17. Fix tests

    JulianGCalderon committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9202255 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3480ca9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7346f80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    399c14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c2d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    707a7bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8356df View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    6435a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80916e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bbfc36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a913599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb904b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ec8e3b View commit details
    Browse the repository at this point in the history
  7. Add Debug scripts (#1839)

    * Add debug scripts
    
    * Add debugging document
    
    * Add changelog
    
    * Revert changelog
    
    * Improve script usage code blocks
    
    * Remove extra space
    JulianGCalderon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ba44310 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e2e36f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    bcd5b31 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    6395615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c294f02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e6ce1b View commit details
    Browse the repository at this point in the history
  4. Add comments

    JulianGCalderon committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a8d73c0 View commit details
    Browse the repository at this point in the history
  5. Add cairo pie tests

    JulianGCalderon committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2a784f7 View commit details
    Browse the repository at this point in the history
  6. Restore zip

    JulianGCalderon committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5d2d263 View commit details
    Browse the repository at this point in the history
  7. Use .rs.pie.zip

    JulianGCalderon committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cfcfa53 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update Changelog

    JulianGCalderon committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c191a0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c4838 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    pefontana authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a6e93da View commit details
    Browse the repository at this point in the history