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

20240309 stable constants iii #88

Draft
wants to merge 655 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    0cbfcb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f7176f View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5e3cc15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2abd5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    070927d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. merge up + fmt + clippy

    prozacchiwawa committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f2a7352 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    c50fcb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c3450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46260ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68affa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    95eb288 View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    prozacchiwawa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    54b9b65 View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    924ca44 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #221 from Chia-Network/20230827-cse-fix-undominate…

    …d-conditions
    
    20230827 cse fix undominated conditions
    prozacchiwawa authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2896932 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    022ec63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01f2bbc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Add continued if

    prozacchiwawa committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    36e3df7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge up

    prozacchiwawa committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d4f039f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge up

    prozacchiwawa committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5d23e94 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge up

    prozacchiwawa committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f9f59b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add a python-source dir

    prozacchiwawa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7c36920 View commit details
    Browse the repository at this point in the history
  2. Update coverage

    prozacchiwawa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3d972d5 View commit details
    Browse the repository at this point in the history
  3. Merge back

    prozacchiwawa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9e71a8b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    d6915bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7412876 View commit details
    Browse the repository at this point in the history
  3. Fix other definition

    prozacchiwawa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f833685 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from Chia-Network/20230928-speed-up-cldb-printing

    20230928 speed up cldb printing
    prozacchiwawa authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    457db1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29d2cdc View commit details
    Browse the repository at this point in the history
  6. WIP investigation

    prozacchiwawa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c35c1bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b51be34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb31bdf View commit details
    Browse the repository at this point in the history
  9. Bump for tests

    prozacchiwawa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0c011dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6430d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. cse fix checking

    prozacchiwawa committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ecc8213 View commit details
    Browse the repository at this point in the history
  2. Fix CSE bugs surrounding unsaturated CSE, ensuring that we're not pre…

    …-evaluating CSE variables when they don't dominate all conditions in their path.
    prozacchiwawa committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    670a1e5 View commit details
    Browse the repository at this point in the history
  3. Can pass tests, but will take a crack at ensuring we can lift un-satu…

    …rating common subexpressions
    prozacchiwawa committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e67bd41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae3329b View commit details
    Browse the repository at this point in the history
  5. fmt + clippy

    prozacchiwawa committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fa71b3e View commit details
    Browse the repository at this point in the history
  6. Add test case

    prozacchiwawa committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    86058c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge pull request #46 from Chia-Network/20231002-cse-fix

    20231002 cse fix
    prozacchiwawa authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a14eecd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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

Commits on Oct 10, 2023

  1. WIP

    prozacchiwawa committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2b041ec View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    111b996 View commit details
    Browse the repository at this point in the history
  2. Silence

    prozacchiwawa committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    faeea67 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    114b905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65be2d0 View commit details
    Browse the repository at this point in the history
  3. Revert to reapply

    prozacchiwawa committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cefddfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3163164 View commit details
    Browse the repository at this point in the history
  5. Merge up

    prozacchiwawa committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b2f1673 View commit details
    Browse the repository at this point in the history
  6. Fixes

    prozacchiwawa committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9f62e2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    257e48b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    039670e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f0496c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71822fa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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

Commits on Oct 16, 2023

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

Commits on Oct 17, 2023

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

Commits on Oct 24, 2023

  1. Unused files

    prozacchiwawa committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bc3c837 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Staging + import

    prozacchiwawa committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9945a64 View commit details
    Browse the repository at this point in the history
  2. Some fixes, WIP

    prozacchiwawa committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1c656a5 View commit details
    Browse the repository at this point in the history
  3. more tests passing

    prozacchiwawa committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e657c2d View commit details
    Browse the repository at this point in the history
  4. tests passing

    prozacchiwawa committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2c1e8c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d06ae3 View commit details
    Browse the repository at this point in the history
  6. despam

    prozacchiwawa committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    131aa04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f8098f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Add some state that keeps track of where helpers were defined when we…

    … build macros at the preprocessor level
    prozacchiwawa committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    70f53ec View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

    prozacchiwawa committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    93f260d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

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

Commits on Dec 12, 2023

  1. checkpoint: wip working on pulling in lambdas. there is a bug in name…

    … resolution at macro time that needs to be tracked down
    prozacchiwawa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b9e5ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    544b950 View commit details
    Browse the repository at this point in the history
  3. Add another lambda test

    prozacchiwawa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9340b42 View commit details
    Browse the repository at this point in the history
  4. Fix

    prozacchiwawa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    189b787 View commit details
    Browse the repository at this point in the history
  5. Fix

    prozacchiwawa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    730374a View commit details
    Browse the repository at this point in the history
  6. more fixing

    prozacchiwawa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    26320b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Introduce LongNameTranslation, which keeps track of how we want the p…

    …ackage name to be rendered
    prozacchiwawa committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6237cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d534d4 View commit details
    Browse the repository at this point in the history
  3. Ensure that we pass on a clean opts to subcompiles via modules, ensur…

    …e that cl23 means opt on in module mode
    prozacchiwawa committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    559f9a3 View commit details
    Browse the repository at this point in the history
  4. Clean some clippy

    prozacchiwawa committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7d814d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b2e02f View commit details
    Browse the repository at this point in the history
  6. test files

    prozacchiwawa committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    58f2785 View commit details
    Browse the repository at this point in the history
  7. Add new tests

    prozacchiwawa committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2563796 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    cc18e37 View commit details
    Browse the repository at this point in the history
  2. Type tests

    prozacchiwawa committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d4162be View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    6d2cc0e View commit details
    Browse the repository at this point in the history
  2. Move to preprocessor

    prozacchiwawa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    236183f View commit details
    Browse the repository at this point in the history
  3. Working tests again

    prozacchiwawa committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b3ec175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e729a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. advance

    prozacchiwawa committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d7217b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d110170 View commit details
    Browse the repository at this point in the history
  3. revert

    prozacchiwawa committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    1d07990 View commit details
    Browse the repository at this point in the history
  4. revert

    prozacchiwawa committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    43fc160 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Keep moving forward

    prozacchiwawa committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6af9ead View commit details
    Browse the repository at this point in the history
  2. More moves

    prozacchiwawa committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    783a9ab View commit details
    Browse the repository at this point in the history
  3. Moving

    prozacchiwawa committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2b61a50 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    ab3e009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd2051 View commit details
    Browse the repository at this point in the history
  3. move match_export_form

    prozacchiwawa committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7441734 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. silence

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f987d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4764a View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0ba4c0e View commit details
    Browse the repository at this point in the history
  4. fmt + clippy

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    859b82d View commit details
    Browse the repository at this point in the history
  5. Additional

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2c83b62 View commit details
    Browse the repository at this point in the history
  6. test updates

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2d176e8 View commit details
    Browse the repository at this point in the history
  7. Add new arg

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    289d522 View commit details
    Browse the repository at this point in the history
  8. fmt

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7639c47 View commit details
    Browse the repository at this point in the history
  9. API movement

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f3d1165 View commit details
    Browse the repository at this point in the history
  10. Fix cldb print only

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c19b621 View commit details
    Browse the repository at this point in the history
  11. fmt

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    289ce76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e147e85 View commit details
    Browse the repository at this point in the history
  13. opps

    prozacchiwawa committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    c3b73a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d24c89 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    0dc0473 View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    prozacchiwawa committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    0a3a51a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 17, 2024

  1. Add test_handcalc with cards. namespace. Fixes resolution of macros b…

    …rought in in many parent modules
    prozacchiwawa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0eb6176 View commit details
    Browse the repository at this point in the history
  2. More cards

    prozacchiwawa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    91f754f View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bfc8238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a77cd7 View commit details
    Browse the repository at this point in the history
  5. Add factorial test

    prozacchiwawa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b116bec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f14e39f View commit details
    Browse the repository at this point in the history
  7. Quiet some of this diagnostic to make deinlining a bit faster when an…

    … error downstream signals a bad deinlining arrangement
    prozacchiwawa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    105eb6f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

    prozacchiwawa committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2682351 View commit details
    Browse the repository at this point in the history
  3. Add constant export

    prozacchiwawa committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5b3b6a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Add different constant tests, resolve export helpers using find_helpe…

    …r_target which is namespace aware
    prozacchiwawa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    adae72e View commit details
    Browse the repository at this point in the history
  2. Ensure sigils

    prozacchiwawa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e047b38 View commit details
    Browse the repository at this point in the history
  3. more sigil

    prozacchiwawa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ef0c94f View commit details
    Browse the repository at this point in the history
  4. fmt + clippy

    prozacchiwawa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    091267c View commit details
    Browse the repository at this point in the history
  5. Add exposing renaming

    prozacchiwawa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    74c770e View commit details
    Browse the repository at this point in the history
  6. clippy

    prozacchiwawa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f8470e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    13940ee View commit details
    Browse the repository at this point in the history
  2. clippy

    prozacchiwawa committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9fe6d8d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Working tiered program with constants and constant outputs. We'll wri…

    …te tests that verify more tiered shapes and the stability of the generated functions' representations.
    prozacchiwawa committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    23b9970 View commit details
    Browse the repository at this point in the history
  2. Add

    prozacchiwawa committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a4d82a8 View commit details
    Browse the repository at this point in the history
  3. fix test

    prozacchiwawa committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5d5bcaf View commit details
    Browse the repository at this point in the history
  4. Add test

    prozacchiwawa committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a441750 View commit details
    Browse the repository at this point in the history
  5. Add test file

    prozacchiwawa committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f11c7cd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. Ok needs a lot of cleaning but is detecting conditions we want and ge…

    …nerating constant values we want
    prozacchiwawa committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0c09bbf View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. WIP checkpoint starting to add a fuzzing framework that's more genera…

    …l than the ones i've done before
    prozacchiwawa committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1d8abe2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

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

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

  1. Some work on performance, include lists in results from all compilati…

    …on stages and pass through to included programs.
    prozacchiwawa committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    76bef6f View commit details
    Browse the repository at this point in the history
  2. Add load from hex

    prozacchiwawa committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dc23f0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5093a09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    264b1cc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Filling out the state machine of our fuzz rule set. We now have gener…

    …ation of constants that depend on previously absolutely determined constants.
    prozacchiwawa committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ab5692a View commit details
    Browse the repository at this point in the history
  2. A bit better code

    prozacchiwawa committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3f3bc0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97dc262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f58bed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    949e872 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 5, 2024

  1. WIP

    prozacchiwawa committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7eb16a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58793ff View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. WIP Checkpoint: build phase solves a lot of problems and functionalit…

    …y is progressing back to 100% on a much tighter patch and with better semantics. I feel pretty good about this.
    prozacchiwawa committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    50af94e View commit details
    Browse the repository at this point in the history
  2. 4 justifiable failures. Next to reintegrate: sequencing constant gene…

    …ration. Needed: setting constants that observe the constant pool as inline and ensuring that functions in the common set receive the fixed common environment.
    prozacchiwawa committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    968fb44 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Down to 3 failed tests

    prozacchiwawa committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d7e76be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f5f38 View commit details
    Browse the repository at this point in the history
  3. Better, we have plumbed the module phase all the way through to where…

    … it's needed. Fuzz tests are exercising a path by which we're generating a culled down set of deps from the common set, but then needing to replicate them in the output env. We should be able to retrieve these from the remebered common env.
    prozacchiwawa committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    73ca793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b77885 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    7094cdc View commit details
    Browse the repository at this point in the history
  2. Down to just the fuzzer failing. I think we'll need to have lambda-iz…

    …e filter the env for functions in the common phase and that'll complete things. It's easy to filter as things are since the standalone env is in a predictable place with few hops.
    prozacchiwawa committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a112b96 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Env filtering is working. Still have fuzz test failure but one major …

    …problem is totally eliminated. Functions that belong to the core set have a consistent representation in every context and the env is what it needs to be for functions in each context.
    prozacchiwawa committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d26e12c View commit details
    Browse the repository at this point in the history
  2. Previous failed fuzz test is working. On to another failure. This mea…

    …ns that functions in the common set have a consistent representation everywhere.
    prozacchiwawa committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5dcbd2b View commit details
    Browse the repository at this point in the history
  3. All tests passing

    prozacchiwawa committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    27c286b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    073b74e View commit details
    Browse the repository at this point in the history
  2. Add more

    prozacchiwawa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    df4d119 View commit details
    Browse the repository at this point in the history
  3. More merging

    prozacchiwawa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5141ec4 View commit details
    Browse the repository at this point in the history
  4. Merge up more

    prozacchiwawa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    793d098 View commit details
    Browse the repository at this point in the history
  5. For now, de-table all constants from modules. We'll likely re-table s…

    …ome if moving them back into the table doesn't de-stabilize constant generation.
    prozacchiwawa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    3a7f3d7 View commit details
    Browse the repository at this point in the history
  6. More diff

    prozacchiwawa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fd065e3 View commit details
    Browse the repository at this point in the history
  7. More movement

    prozacchiwawa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    03be246 View commit details
    Browse the repository at this point in the history
  8. Move to offcuts

    prozacchiwawa committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    3c1ec49 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    5b7d365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4718d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a1db7b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    166648e View commit details
    Browse the repository at this point in the history
  2. A little closer

    prozacchiwawa committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3a6def2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5162ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    593889f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Move modernize until after namespace resolution so we can operate dir…

    …ectly on a linear program
    prozacchiwawa committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c26ae97 View commit details
    Browse the repository at this point in the history
  2. We can capture hashes and do constant outputs using them. It's not pe…

    …rfect but it supports the use case we want in a way that should be reasonable. The trick is that we must capture the hashes from the standalone set and hydrate them into the common set, speaking about the common set.
    prozacchiwawa committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ab7369f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Start merging base

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    77708cc View commit details
    Browse the repository at this point in the history
  2. Adapt to override

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8dc271d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a1cb8 View commit details
    Browse the repository at this point in the history
  4. Clippy

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    596485b View commit details
    Browse the repository at this point in the history
  5. fmt

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3706369 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edc09b5 View commit details
    Browse the repository at this point in the history
  7. Add from base

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    be68482 View commit details
    Browse the repository at this point in the history
  8. No more changes

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c510bca View commit details
    Browse the repository at this point in the history
  9. Add from base

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d96707f View commit details
    Browse the repository at this point in the history
  10. Updates

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    08877ab View commit details
    Browse the repository at this point in the history
  11. Update

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    580f1a4 View commit details
    Browse the repository at this point in the history
  12. More pulls (tentative)

    prozacchiwawa committed May 6, 2024
    Configuration menu
    Copy the full SHA
    69f3c14 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Add fix from base

    prozacchiwawa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    177f1a7 View commit details
    Browse the repository at this point in the history
  2. Pull yaml updates

    prozacchiwawa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2bb04c6 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    prozacchiwawa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c2ce285 View commit details
    Browse the repository at this point in the history
  4. Merge base wasm

    prozacchiwawa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ef08cfc View commit details
    Browse the repository at this point in the history
  5. Pull sexp.rs from base

    prozacchiwawa committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5619faf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be7f8f0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Pull fix from main

    prozacchiwawa committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1fc3261 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

  1. Patch up python api

    prozacchiwawa committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    575699a View commit details
    Browse the repository at this point in the history
  2. fmt

    prozacchiwawa committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    547b8aa View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    2913580 View commit details
    Browse the repository at this point in the history
  2. Many tests fixed

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b3b11f3 View commit details
    Browse the repository at this point in the history
  3. More improvements

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dc8bef2 View commit details
    Browse the repository at this point in the history
  4. fmt

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    13939ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb5fa66 View commit details
    Browse the repository at this point in the history
  6. Take main merge

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c40b638 View commit details
    Browse the repository at this point in the history
  7. fmt + clippy

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3891e95 View commit details
    Browse the repository at this point in the history
  8. Merge up

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fdbbb68 View commit details
    Browse the repository at this point in the history
  9. Merge up

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    074e2a1 View commit details
    Browse the repository at this point in the history
  10. Merge up

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0d736d2 View commit details
    Browse the repository at this point in the history
  11. Merge up

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8d052f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f2361f View commit details
    Browse the repository at this point in the history
  13. fmt

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    96989a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    403cce9 View commit details
    Browse the repository at this point in the history
  15. clippy

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e43afc7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a883bc View commit details
    Browse the repository at this point in the history
  17. Fix

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4d46eab View commit details
    Browse the repository at this point in the history
  18. Update

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0fc8064 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e765169 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    82c2cfb View commit details
    Browse the repository at this point in the history
  21. Main

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b960850 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    12806a7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6c178a2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    91bacfc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f263d3b View commit details
    Browse the repository at this point in the history
  26. fmt

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3fa2cf9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0109491 View commit details
    Browse the repository at this point in the history
  28. Bump pprof version

    prozacchiwawa committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    732c9e5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    22741cb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ec75759 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge up

    prozacchiwawa committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1b67ea6 View commit details
    Browse the repository at this point in the history
  2. Fix dependencies 2 test

    prozacchiwawa committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    be0d821 View commit details
    Browse the repository at this point in the history
  3. fmt

    prozacchiwawa committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    da5f3cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e42f98 View commit details
    Browse the repository at this point in the history
  5. Too aggressive clippy

    prozacchiwawa committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    55c2208 View commit details
    Browse the repository at this point in the history
  6. Revert "Too aggressive clippy"

    This reverts commit 55c2208.
    prozacchiwawa committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e9afb32 View commit details
    Browse the repository at this point in the history
  7. Upgrade maturin

    prozacchiwawa committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1ae6b68 View commit details
    Browse the repository at this point in the history
  8. Update maturin

    prozacchiwawa committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7d28bbd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge up

    prozacchiwawa committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    df4502b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5415f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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