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

Lsp #2

Open
wants to merge 244 commits into
base: master
Choose a base branch
from
Open

Lsp #2

wants to merge 244 commits into from

Commits on Jul 30, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. Enable CI for oa-fork

    purefunctor committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    130593e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3985ae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fead96f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 13, 2024

  1. adds LSP module

    roryc89 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    48761ab View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. using reactor

    roryc89 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    99afac3 View commit details
    Browse the repository at this point in the history
  2. adds simple lsp server

    roryc89 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6fdd862 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. adds HandlerM and IdeM

    roryc89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cedeb8a View commit details
    Browse the repository at this point in the history
  2. use lsp simple

    roryc89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ad78e39 View commit details
    Browse the repository at this point in the history
  3. diagnotics sending

    roryc89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0eeba12 View commit details
    Browse the repository at this point in the history
  4. fix diagnotics spans

    roryc89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    daed3ec View commit details
    Browse the repository at this point in the history
  5. remove duplicate hints

    roryc89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6a489aa View commit details
    Browse the repository at this point in the history
  6. loading all modules

    roryc89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    03efe2f View commit details
    Browse the repository at this point in the history
  7. labels warnings as warnings

    roryc89 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4684502 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    fbd65c0 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    roryc89 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    42318c8 View commit details
    Browse the repository at this point in the history
  3. adds fix all

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

Commits on Sep 19, 2024

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

    roryc89 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0ed70ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e2c13 View commit details
    Browse the repository at this point in the history
  4. adds suggestions

    roryc89 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f045071 View commit details
    Browse the repository at this point in the history
  5. Revert "adds FromJSON and ToJSON instances to ErrorMessage"

    This reverts commit e9e2c13.
    roryc89 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0b670a8 View commit details
    Browse the repository at this point in the history
  6. Revert "adds Serialise to ErrorMessage"

    This reverts commit fbd65c0.
    roryc89 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    34a98d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c00884 View commit details
    Browse the repository at this point in the history
  8. adds file rebuild log

    roryc89 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2b8b876 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. start find completions

    roryc89 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    75ee800 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. hover value showing

    roryc89 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    5ae5a27 View commit details
    Browse the repository at this point in the history
  2. types displaying on hover

    roryc89 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    461e4c2 View commit details
    Browse the repository at this point in the history
  3. remove logs

    roryc89 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8ec5801 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    85b1dd5 View commit details
    Browse the repository at this point in the history
  2. add Lsp files

    roryc89 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5bbfdf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. adds start of cache inserts

    roryc89 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4678bd0 View commit details
    Browse the repository at this point in the history
  2. add serialise to declarations

    roryc89 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    382d3cd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    0ca955e View commit details
    Browse the repository at this point in the history
  2. adds rebuild for lsp

    roryc89 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    86e2865 View commit details
    Browse the repository at this point in the history
  3. first attempt using sqlite

    roryc89 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d9f749a View commit details
    Browse the repository at this point in the history
  4. initial lint working

    roryc89 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    14fbfac View commit details
    Browse the repository at this point in the history
  5. multiple lints working

    roryc89 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    501a245 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    888a5bc View commit details
    Browse the repository at this point in the history
  2. readds build all on start

    roryc89 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8893f50 View commit details
    Browse the repository at this point in the history
  3. types showing on hover

    roryc89 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2621a98 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. hovering works

    roryc89 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    376197f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    287fb33 View commit details
    Browse the repository at this point in the history
  2. adds corefn inserting

    roryc89 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7eff2a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. clean up

    roryc89 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ce27550 View commit details
    Browse the repository at this point in the history
  2. fix queries

    roryc89 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5e56301 View commit details
    Browse the repository at this point in the history
  3. remove noisy logs

    roryc89 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b89aa29 View commit details
    Browse the repository at this point in the history
  4. snake case cols

    roryc89 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e8f504d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b663a8 View commit details
    Browse the repository at this point in the history
  6. adds type on hover

    roryc89 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bcbf7e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f0c30e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7284928 View commit details
    Browse the repository at this point in the history
  9. adds docs lookup

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    55c11a3 View commit details
    Browse the repository at this point in the history
  2. get more docs on hover

    roryc89 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0d4a271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfab3d3 View commit details
    Browse the repository at this point in the history
  4. adds logs for no found decl

    roryc89 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0238024 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    454a1d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39e1d90 View commit details
    Browse the repository at this point in the history
  7. stop unneeded indexing

    roryc89 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8313d3a View commit details
    Browse the repository at this point in the history
  8. suggestions looking decent

    roryc89 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    65e3741 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4200bff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c2b17b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    6e839aa View commit details
    Browse the repository at this point in the history
  2. move handlers to own module

    roryc89 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    02a92ee View commit details
    Browse the repository at this point in the history
  3. better log labels

    roryc89 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d115503 View commit details
    Browse the repository at this point in the history
  4. add reactor to lsp server

    roryc89 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f82eb75 View commit details
    Browse the repository at this point in the history
  5. remove comments

    roryc89 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d687616 View commit details
    Browse the repository at this point in the history
  6. removes diagnostics ref

    roryc89 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1395565 View commit details
    Browse the repository at this point in the history
  7. unqualified imports working

    roryc89 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    28d2498 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. starts lsp test setup

    roryc89 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7e0a3e6 View commit details
    Browse the repository at this point in the history
  2. remove init state

    roryc89 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    31bfc8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41abcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2683d11 View commit details
    Browse the repository at this point in the history
  5. only fetch needed externs

    roryc89 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    66251b0 View commit details
    Browse the repository at this point in the history
  6. adds time logs

    roryc89 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    55ccd1e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. get definition test passing

    roryc89 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6485911 View commit details
    Browse the repository at this point in the history
  2. add lsp desugar

    roryc89 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e99728f View commit details
    Browse the repository at this point in the history
  3. adds EnvironmentFn

    roryc89 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    783fc63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1b6de8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. faster completion

    roryc89 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    1b5208f View commit details
    Browse the repository at this point in the history
  2. use typechecked module

    roryc89 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    9067b50 View commit details
    Browse the repository at this point in the history
  3. Async env: start

    roryc89 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e54dd0c View commit details
    Browse the repository at this point in the history
  4. Revert "Async env: start"

    This reverts commit e54dd0c.
    roryc89 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    0366387 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. adds desugarLsp

    roryc89 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    943d4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ae18c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f33f18 View commit details
    Browse the repository at this point in the history
  4. remove comments

    roryc89 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6dfbafe View commit details
    Browse the repository at this point in the history
  5. adds perf logs

    roryc89 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    71b25d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08a4613 View commit details
    Browse the repository at this point in the history
  7. add ast modules for paths

    roryc89 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    17a490d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a18899 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f56f1df View commit details
    Browse the repository at this point in the history
  10. find definitions is fast

    roryc89 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8c493a3 View commit details
    Browse the repository at this point in the history
  11. remove perf log

    roryc89 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e054cb2 View commit details
    Browse the repository at this point in the history
  12. adds cancellation to request

    roryc89 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2ca741d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    abc381d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eaa17f View commit details
    Browse the repository at this point in the history
  3. fix imports length

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a800bfc View commit details
    Browse the repository at this point in the history
  4. better type displays

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1003e09 View commit details
    Browse the repository at this point in the history
  5. adds method to errors

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6da5ce6 View commit details
    Browse the repository at this point in the history
  6. delete comment

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e6e4d0e View commit details
    Browse the repository at this point in the history
  7. remove logs

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0162ad8 View commit details
    Browse the repository at this point in the history
  8. remove unused import

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e45665f View commit details
    Browse the repository at this point in the history
  9. move to map env

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d7cedc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    821b355 View commit details
    Browse the repository at this point in the history
  11. fast cached rebuilds

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    de49453 View commit details
    Browse the repository at this point in the history
  12. remove open and save rebuild

    roryc89 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2fd6d19 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    bda8b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84f6468 View commit details
    Browse the repository at this point in the history
  3. adds cancel running requests

    roryc89 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    343428f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e296e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ae4d0c View commit details
    Browse the repository at this point in the history
  6. remove will save sync

    roryc89 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6ade82c View commit details
    Browse the repository at this point in the history
  7. remove comma

    roryc89 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fa1537a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. easier to read logs

    roryc89 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f31bcf6 View commit details
    Browse the repository at this point in the history
  2. prettier logging

    roryc89 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    76747e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. move from glob to instr, remove value selection of ast decls, add Nam…

    …eType, remove addCoreFnIndexing and get definition from ast
    roryc89 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b3a5d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1dab5 View commit details
    Browse the repository at this point in the history
  3. fix decl at line

    roryc89 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d72bae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4cea7f View commit details
    Browse the repository at this point in the history
  5. adds type var lookups

    roryc89 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f3d7018 View commit details
    Browse the repository at this point in the history
  6. adds import defintions

    roryc89 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    77419c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c9f963 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix getting last decl

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    846f147 View commit details
    Browse the repository at this point in the history
  2. adds hover for local bindings

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8033aaf View commit details
    Browse the repository at this point in the history
  3. adds hover to types using ast

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ee5cae6 View commit details
    Browse the repository at this point in the history
  4. clean up

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    857fc44 View commit details
    Browse the repository at this point in the history
  5. remove unused queries

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bf5d16b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b39f4d View commit details
    Browse the repository at this point in the history
  7. remove end env from cache

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3429485 View commit details
    Browse the repository at this point in the history
  8. adds clear cache commands

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4b3de18 View commit details
    Browse the repository at this point in the history
  9. remove spaces from commands

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8cd5544 View commit details
    Browse the repository at this point in the history
  10. removes unnecessary indexing

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bc25b19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efa7be9 View commit details
    Browse the repository at this point in the history
  12. adds index custom handler

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eddff6b View commit details
    Browse the repository at this point in the history
  13. adds index full

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d821f4f View commit details
    Browse the repository at this point in the history
  14. clean up

    roryc89 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d14e52f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    3b977bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e2639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2625cd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91b2884 View commit details
    Browse the repository at this point in the history
  5. remove logs

    roryc89 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d36e71f View commit details
    Browse the repository at this point in the history
  6. adds db path log

    roryc89 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ae624c2 View commit details
    Browse the repository at this point in the history
  7. canonicalize DB path

    roryc89 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    341f673 View commit details
    Browse the repository at this point in the history
  8. better methods logging

    roryc89 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e4cd06a View commit details
    Browse the repository at this point in the history
  9. show expression on hover

    roryc89 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7a967c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    703a2e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aff1581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae05715 View commit details
    Browse the repository at this point in the history
  4. adds running method debug

    roryc89 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f3f0fb8 View commit details
    Browse the repository at this point in the history
  5. make ast declarations unique

    roryc89 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    69bdc98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8872890 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    f427864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54e648 View commit details
    Browse the repository at this point in the history
  3. read externs concurrently

    roryc89 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fe86256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b678342 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adabb52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d415019 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6aeb89c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a23e99f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    249a5a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    6f8fac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5693acd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. adds constructors to indexing

    roryc89 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d502cd5 View commit details
    Browse the repository at this point in the history
  2. ctr imports working

    roryc89 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    41e06b2 View commit details
    Browse the repository at this point in the history
  3. dont loose import on equal

    roryc89 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8ed7ed3 View commit details
    Browse the repository at this point in the history
  4. adds operator search

    roryc89 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b0647a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef36c07 View commit details
    Browse the repository at this point in the history
  6. adds completion kinds

    roryc89 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    72144e3 View commit details
    Browse the repository at this point in the history
  7. names name type not null

    roryc89 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5e77425 View commit details
    Browse the repository at this point in the history
  8. insert externs concurrently

    roryc89 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e3baba7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52499f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    dde90b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59f93f1 View commit details
    Browse the repository at this point in the history
  3. adds purs-tidy formatter

    roryc89 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bb9c5d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ff7162 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

    roryc89 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ea57f21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d52bd4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8da8a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f83c13 View commit details
    Browse the repository at this point in the history
  6. adds everything at types

    roryc89 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6ca3705 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. hover working for expressions

    roryc89 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5b44ffa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. adds type value hovering

    roryc89 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7512126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5cba5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. adds inferExprType

    roryc89 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    882b14c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. hover via typed holes working

    roryc89 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c210d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c84b89 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. remove logs

    roryc89 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9b8a65c View commit details
    Browse the repository at this point in the history
  2. adds binder on hover

    roryc89 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    db4e877 View commit details
    Browse the repository at this point in the history
  3. use lazy state

    roryc89 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    68deae6 View commit details
    Browse the repository at this point in the history
  4. remove logs

    roryc89 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b3a5086 View commit details
    Browse the repository at this point in the history
  5. adds option to not infer

    roryc89 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e130e01 View commit details
    Browse the repository at this point in the history
  6. bold docs

    roryc89 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    613a726 View commit details
    Browse the repository at this point in the history
  7. type kinds on hover fixed

    roryc89 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a8adee5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix type syn signatures

    roryc89 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    faea44a View commit details
    Browse the repository at this point in the history
  2. type class signatures showing

    roryc89 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    be4b701 View commit details
    Browse the repository at this point in the history
  3. get smallest expr

    roryc89 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2231c46 View commit details
    Browse the repository at this point in the history
  4. fixes type alias hovering

    roryc89 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c973284 View commit details
    Browse the repository at this point in the history
  5. remove logs

    roryc89 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a2432af View commit details
    Browse the repository at this point in the history
  6. clean up

    roryc89 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d30b8f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    9aa5abe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d2d49d View commit details
    Browse the repository at this point in the history
  3. adds check state to cache

    roryc89 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9c07400 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. adds IdeArtifacts

    roryc89 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    355c0f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6065c View commit details
    Browse the repository at this point in the history
  3. countUnkownsAndVars

    roryc89 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0275285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5596da View commit details
    Browse the repository at this point in the history
  5. revert addIdeExpr

    roryc89 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    62c2557 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    3a7a19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e89356 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    2a5aa80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202f589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc7383 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a93d35 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    4c19995 View commit details
    Browse the repository at this point in the history
  2. remove unneeded ide adding

    roryc89 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    560c68a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6682610 View commit details
    Browse the repository at this point in the history
  4. adds hover on imports

    roryc89 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a7ad826 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d79bb17 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. remove logs

    roryc89 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f2f80d3 View commit details
    Browse the repository at this point in the history
  2. use set for artifacts

    roryc89 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    802325f View commit details
    Browse the repository at this point in the history
  3. add log for getting diags

    roryc89 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    832e21a View commit details
    Browse the repository at this point in the history
  4. increase cache size

    roryc89 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cc92ed0 View commit details
    Browse the repository at this point in the history
  5. adds functions to cache envs

    roryc89 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    102a9b3 View commit details
    Browse the repository at this point in the history
  6. set cache size in mb

    roryc89 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4a83529 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. adds export caching

    roryc89 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    05bb2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44bd44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b97a48b View commit details
    Browse the repository at this point in the history
  4. stop prim hover

    roryc89 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    13a9209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1af4d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b93fe1 View commit details
    Browse the repository at this point in the history
  7. fix binder type

    roryc89 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c02599c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. adds full rebuild caching

    roryc89 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e2715bd View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. remove test logs

    roryc89 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2e373e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. remove export env from state

    roryc89 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2c29c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff0537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc0e981 View commit details
    Browse the repository at this point in the history
  4. use force instead of NFData

    roryc89 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    674829e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d672f0 View commit details
    Browse the repository at this point in the history