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

Backticks escaping (2) #971

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

Backticks escaping (2) #971

wants to merge 211 commits into from

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    fcf1729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b335000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c104414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9e61dc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. in ItemType partially corrected isSubtypeOf, added isStaticallyCastab…

    …leAs. Used this functions to implement typing expressions visitor in InferTypeVisitor (added castableAs, castAs, instanceOf, treatAs expressions visitor)
    mario-arduini committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c1f4233 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. added visitAdditiveExpr to type inference, added int index to ItemTyp…

    …e and static tables to do static type inference
    mario-arduini committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    486948d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3021aba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. corrected ItemType to include missing atomic types in subtypeOf and m…

    …inor fixes in staticallyCastableAs and findCommonSuperType, added multiplicate expression static type inference
    mario-arduini committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f1ecf68 View commit details
    Browse the repository at this point in the history
  2. added static type inference for logic expressions, added hasEffective…

    …BooleanValue to SequenceType
    mario-arduini committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5117278 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. fixed isSubtypeOf in SeuenceType and added Arity subtypeOf function, …

    …corrected object construction and considered merged constructor
    mario-arduini committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a73c280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5f864 View commit details
    Browse the repository at this point in the history
  3. added comparison expression type inference and utility to check if ty…

    …pe can be promoted to string
    mario-arduini committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    dbad0bf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 23, 2020

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

Commits on Oct 24, 2020

  1. variable declaration and reference now store null if type was not spe…

    …cified, but in that case it is still treated as item* or with static analysis a proper type is inferred
    mario-arduini committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    099221f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb0716 View commit details
    Browse the repository at this point in the history
  3. small correction for context and comparison expression and to effecti…

    …ve boolean value calculation
    mario-arduini committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    bb87d83 View commit details
    Browse the repository at this point in the history
  4. visited trycatch, conditional and typeswitch expressions, added least…

    …CommonSupertypeWith in Sequence type
    mario-arduini committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    3a3c697 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    f4bfdf1 View commit details
    Browse the repository at this point in the history
  2. added quantified expression, now translation visitor set null in the …

    …clause when type is not present and the same does the staticContext visitor for the inscope variables of evaluation context, for all other purposes if no type is specified item is still assumed instead of item*
    mario-arduini committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    b73fea7 View commit details
    Browse the repository at this point in the history
  3. added array lookup, object lookup and array unboxing expressions, als…

    …o added hasOverlapWith method to SequenceType
    mario-arduini committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    b466f25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74559fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96b1662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b20250 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    16c8a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282439a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e33ed View commit details
    Browse the repository at this point in the history
  4. started type inference on flowrExpression, covered returnClause and l…

    …etClause, changed TranslationVisitor behaviour to set Sequence type to null when not present instead of item*
    mario-arduini committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f76282c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee1b518 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. added for clause processing in type inference, changed translate visi…

    …tor to set null as sequence type if 'as [type]' statement is not present
    mario-arduini committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    87e2a77 View commit details
    Browse the repository at this point in the history
  2. added group by clause type inference processing, translation visitor …

    …sets type to null when undefined for any declared variable, also added functions to static context and sequence type to deal with the change in the static type of the variables bound in the flowr expression so far
    mario-arduini committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d6a84a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. corrected working behaviour of flowr expression to account for ForCla…

    …use(s) in inferring output arity, added subtypeOf and multiplyWith method to Arity enum
    mario-arduini committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7ecc3e0 View commit details
    Browse the repository at this point in the history
  2. corrected for clause element type inference based on allowing empty f…

    …lag and generating sequence arity
    mario-arduini committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a9afbec View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. refactored code to perform basic null and empty sequence inferred typ…

    …e, and function to do variable declaration and checks
    mario-arduini committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    809118d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    665ff28 View commit details
    Browse the repository at this point in the history
  2. spotless + added "statically is" expression in grammar, abstract node…

    … visitor, translator visitor, and corresponding Expression
    mario-arduini committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    67a8442 View commit details
    Browse the repository at this point in the history
  3. spotless

    mario-arduini committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d7343de View commit details
    Browse the repository at this point in the history
  4. fixed grammar document

    mario-arduini committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7d36883 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28e1562 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe4a4f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. small fixes

    mario-arduini committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ab562c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b7a7f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cbb763 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    74ddc93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfbf458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85e4652 View commit details
    Browse the repository at this point in the history
  4. added arithmetic tests

    mario-arduini committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    048abc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec5aee8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d39a411 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f403d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    516addd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    664af48 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    612968b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd596c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1809a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3281ce7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    b504e36 View commit details
    Browse the repository at this point in the history
  2. small test fixes

    mario-arduini committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    41c5190 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. new exception thrown in generate native query if it is not possible f…

    …or the given expression, removed string concat, refactored try generate native query in function
    mario-arduini committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    1f44df0 View commit details
    Browse the repository at this point in the history
  2. spotless

    mario-arduini committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    45ece32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225dba0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f62926e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1167e4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab8fd90 View commit details
    Browse the repository at this point in the history
  7. test fix

    mario-arduini committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    b0b0653 View commit details
    Browse the repository at this point in the history
  8. gitlab ci fix

    mario-arduini committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    81fc3b1 View commit details
    Browse the repository at this point in the history
  9. gitlab ci fix

    mario-arduini committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    1aa1540 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    02bf3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f171f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a60f291 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1564a9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50faf51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    accde7b View commit details
    Browse the repository at this point in the history
  7. fixed tag

    mario-arduini committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    4ee95a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    fdf0fad View commit details
    Browse the repository at this point in the history
  2. fix quantified type inference, single arity version of inferred type …

    …is bound or check in the variable
    mario-arduini committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1a7ee08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    046ff72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8cade2 View commit details
    Browse the repository at this point in the history
  5. integer is now subtype of decimal as by spec, and when checking varia…

    …ble assignment promotion is no longer allowed
    mario-arduini committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    fb91b88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4eb69d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b5bd6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9f9734 View commit details
    Browse the repository at this point in the history
  9. fixed bug in array and object lookup static typing, now return item i…

    …tem type instead of array and object respectevely
    mario-arduini committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    38d2ba6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5a204d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16e133d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b139dc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4368c05 View commit details
    Browse the repository at this point in the history
  14. minor fixes

    mario-arduini committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9578e5c View commit details
    Browse the repository at this point in the history
  15. spotless

    mario-arduini committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    de32a43 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e0c4135 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. corrected castable and cast static behaviour to raiseatomization erro…

    …rs and cast behaviour with 'atomic' expression type, corrected and added tests about this
    mario-arduini committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    9729634 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. small fixes in dynamic function static test, plus spotless and log fo…

    …r using udf in let spark iterator
    mario-arduini committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    10e2256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed66c8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d6c567 View commit details
    Browse the repository at this point in the history
  4. refactored huge addition and subtraction table into easier to read co…

    …de inside visitor, created access method for add and mult expressions to avoid casting in code
    mario-arduini committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    dfe3eaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c6e645 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3ec9f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

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

Commits on Dec 3, 2020

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

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    6ad6712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad3078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e7b9d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9f4abe View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

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

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    961a835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c68800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea4b32c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a429ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71a6e46 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    dd0cf6b View commit details
    Browse the repository at this point in the history
  2. added for native query

    mario-arduini committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    c1249d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6158308 View commit details
    Browse the repository at this point in the history
  4. merged master conflicts

    mario-arduini committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    acf1079 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. resolved conflicts

    mario-arduini committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    d1044b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

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

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    5a9d291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5b539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3ba44f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f7a5fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    440dffa View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. added and tested for clause without allowing empty, no positional var…

    …iable, added support for at most one unboxing operation, anywhere in the expression
    mario-arduini committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    5b87ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe44d93 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    0bc4149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f476c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. spotless

    mario-arduini committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1e5866b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9544e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab84e98 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    cfedf0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41653bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f77bf9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    291e260 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

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

    mario-arduini committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    98aa1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c225c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

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

    mario-arduini committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    b64ac0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d36a738 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    876dcb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    630fd69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbc1130 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f97056e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbd88d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

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

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    e0be6e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0673e7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae6e6e View commit details
    Browse the repository at this point in the history
  4. compilable

    mario-arduini committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c2efeaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68309cb View commit details
    Browse the repository at this point in the history
  6. fix order by integer

    mario-arduini committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    73a585d View commit details
    Browse the repository at this point in the history
  7. fixed quantified test

    mario-arduini committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    17a8cf3 View commit details
    Browse the repository at this point in the history
  8. spotless

    mario-arduini committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a9b4a51 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    34a0e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d8b8e View commit details
    Browse the repository at this point in the history
  3. ItemType to interface

    mario-arduini committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    dc9849d View commit details
    Browse the repository at this point in the history
  4. added 'item' itemtype

    mario-arduini committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    435fc47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efa6c4a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. corrected semantics of class item type testing for atomic item types …

    …(account for object and array part of this class for now)
    mario-arduini committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    60a0726 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

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

    mario-arduini committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    0bbf400 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    91dc23f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf05473 View commit details
    Browse the repository at this point in the history
  3. spotless

    mario-arduini committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    b5c855c View commit details
    Browse the repository at this point in the history
  4. fix on CI

    mario-arduini committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    b3f8b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

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

Commits on Feb 15, 2021

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

Commits on Feb 16, 2021

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

Commits on Feb 17, 2021

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

Commits on Feb 22, 2021

  1. cleaned interface about throwing exceptions and supported operations,…

    … added primitive, distinction between primitive and derived atomic types
    mario-arduini committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    48b3ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c533e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b209b7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bbad35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3170ddc View commit details
    Browse the repository at this point in the history
  6. added array item type

    mario-arduini committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    36847d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88bb806 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0acb064 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. added json item type, extended base type to all and added type tree d…

    …epth for fast and efficient finding of least common ancestor
    mario-arduini committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    275c244 View commit details
    Browse the repository at this point in the history
  2. added union item type

    mario-arduini committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d8206a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    258866b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    738f3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69a082 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    431294a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7c3c3a View commit details
    Browse the repository at this point in the history
  5. spotless

    mario-arduini committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8941f60 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

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

    mario-arduini committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    583b5b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d49f5f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    ecc602c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fc1c2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ce639c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

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

Commits on Mar 30, 2021

  1. spotless

    mario-arduini committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    17324fb View commit details
    Browse the repository at this point in the history
  2. fixed conflicts

    mario-arduini committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    990dd32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986cd4b View commit details
    Browse the repository at this point in the history
  4. spotless

    mario-arduini committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    048b44a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. added numeric type

    mario-arduini committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    0253b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf4834 View commit details
    Browse the repository at this point in the history
  3. added static inference on round function call to return specific type…

    … instead of numeric according to first argument
    mario-arduini committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    f996728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1b1a05 View commit details
    Browse the repository at this point in the history
  5. spotless

    mario-arduini committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    a31be4e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Merge.

    ghislainfourny committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    0a5cc97 View commit details
    Browse the repository at this point in the history
  2. Take over.

    ghislainfourny committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    5ef92b7 View commit details
    Browse the repository at this point in the history
  3. Take over.

    ghislainfourny committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a315024 View commit details
    Browse the repository at this point in the history
  4. Take over.

    ghislainfourny committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    33d150b View commit details
    Browse the repository at this point in the history
  5. Take over.

    ghislainfourny committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    3bdfa4d View commit details
    Browse the repository at this point in the history
  6. Take over.

    ghislainfourny committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    3f1882d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

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