-
Notifications
You must be signed in to change notification settings - Fork 82
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
base: master
Are you sure you want to change the base?
Commits on Oct 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fcf1729 - Browse repository at this point
Copy the full SHA fcf1729View commit details -
Configuration menu - View commit details
-
Copy full SHA for b335000 - Browse repository at this point
Copy the full SHA b335000View commit details -
Configuration menu - View commit details
-
Copy full SHA for c104414 - Browse repository at this point
Copy the full SHA c104414View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e61dc - Browse repository at this point
Copy the full SHA f9e61dcView commit details
Commits on Oct 13, 2020
-
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)
Configuration menu - View commit details
-
Copy full SHA for c1f4233 - Browse repository at this point
Copy the full SHA c1f4233View commit details
Commits on Oct 14, 2020
-
added visitAdditiveExpr to type inference, added int index to ItemTyp…
…e and static tables to do static type inference
Configuration menu - View commit details
-
Copy full SHA for 486948d - Browse repository at this point
Copy the full SHA 486948dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3021aba - Browse repository at this point
Copy the full SHA 3021abaView commit details
Commits on Oct 16, 2020
-
corrected ItemType to include missing atomic types in subtypeOf and m…
…inor fixes in staticallyCastableAs and findCommonSuperType, added multiplicate expression static type inference
Configuration menu - View commit details
-
Copy full SHA for f1ecf68 - Browse repository at this point
Copy the full SHA f1ecf68View commit details -
added static type inference for logic expressions, added hasEffective…
…BooleanValue to SequenceType
Configuration menu - View commit details
-
Copy full SHA for 5117278 - Browse repository at this point
Copy the full SHA 5117278View commit details
Commits on Oct 19, 2020
-
fixed isSubtypeOf in SeuenceType and added Arity subtypeOf function, …
…corrected object construction and considered merged constructor
Configuration menu - View commit details
-
Copy full SHA for a73c280 - Browse repository at this point
Copy the full SHA a73c280View commit details -
added XPST0005 error checks and corrected behaviours of typing and ar…
…ithmetic expressions
Configuration menu - View commit details
-
Copy full SHA for 5e5f864 - Browse repository at this point
Copy the full SHA 5e5f864View commit details -
added comparison expression type inference and utility to check if ty…
…pe can be promoted to string
Configuration menu - View commit details
-
Copy full SHA for dbad0bf - Browse repository at this point
Copy the full SHA dbad0bfView commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3eccd99 - Browse repository at this point
Copy the full SHA 3eccd99View commit details -
completed primary expressions and added subtypeOfOrCanBePromotedTo fu…
…nction to SequenceItem
Configuration menu - View commit details
-
Copy full SHA for f0f0b97 - Browse repository at this point
Copy the full SHA f0f0b97View commit details
Commits on Oct 23, 2020
-
InferTypeVisitor now use StaticContext instead of Void as argument to…
… have access to it
Configuration menu - View commit details
-
Copy full SHA for 55b3d71 - Browse repository at this point
Copy the full SHA 55b3d71View commit details
Commits on Oct 24, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 099221f - Browse repository at this point
Copy the full SHA 099221fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb0716 - Browse repository at this point
Copy the full SHA ffb0716View commit details -
small correction for context and comparison expression and to effecti…
…ve boolean value calculation
Configuration menu - View commit details
-
Copy full SHA for bb87d83 - Browse repository at this point
Copy the full SHA bb87d83View commit details -
visited trycatch, conditional and typeswitch expressions, added least…
…CommonSupertypeWith in Sequence type
Configuration menu - View commit details
-
Copy full SHA for 3a3c697 - Browse repository at this point
Copy the full SHA 3a3c697View commit details
Commits on Oct 25, 2020
-
added range and concat expression, fixed warning for unqualified acce…
…ss in static context
Configuration menu - View commit details
-
Copy full SHA for f4bfdf1 - Browse repository at this point
Copy the full SHA f4bfdf1View commit details -
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*
Configuration menu - View commit details
-
Copy full SHA for b73fea7 - Browse repository at this point
Copy the full SHA b73fea7View commit details -
added array lookup, object lookup and array unboxing expressions, als…
…o added hasOverlapWith method to SequenceType
Configuration menu - View commit details
-
Copy full SHA for b466f25 - Browse repository at this point
Copy the full SHA b466f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74559fa - Browse repository at this point
Copy the full SHA 74559faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b1662 - Browse repository at this point
Copy the full SHA 96b1662View commit details -
added statically known function signatures in the static context duri…
…ng type inference
Configuration menu - View commit details
-
Copy full SHA for 3b20250 - Browse repository at this point
Copy the full SHA 3b20250View commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 16c8a1b - Browse repository at this point
Copy the full SHA 16c8a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282439a - Browse repository at this point
Copy the full SHA 282439aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e33ed - Browse repository at this point
Copy the full SHA 82e33edView commit details -
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*
Configuration menu - View commit details
-
Copy full SHA for f76282c - Browse repository at this point
Copy the full SHA f76282cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1b518 - Browse repository at this point
Copy the full SHA ee1b518View commit details
Commits on Oct 28, 2020
-
added for clause processing in type inference, changed translate visi…
…tor to set null as sequence type if 'as [type]' statement is not present
Configuration menu - View commit details
-
Copy full SHA for 87e2a77 - Browse repository at this point
Copy the full SHA 87e2a77View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d6a84a0 - Browse repository at this point
Copy the full SHA d6a84a0View commit details
Commits on Oct 29, 2020
-
corrected working behaviour of flowr expression to account for ForCla…
…use(s) in inferring output arity, added subtypeOf and multiplyWith method to Arity enum
Configuration menu - View commit details
-
Copy full SHA for 7ecc3e0 - Browse repository at this point
Copy the full SHA 7ecc3e0View commit details -
corrected for clause element type inference based on allowing empty f…
…lag and generating sequence arity
Configuration menu - View commit details
-
Copy full SHA for a9afbec - Browse repository at this point
Copy the full SHA a9afbecView commit details
Commits on Nov 4, 2020
-
refactored code to perform basic null and empty sequence inferred typ…
…e, and function to do variable declaration and checks
Configuration menu - View commit details
-
Copy full SHA for 809118d - Browse repository at this point
Copy the full SHA 809118dView commit details
Commits on Nov 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 665ff28 - Browse repository at this point
Copy the full SHA 665ff28View commit details -
spotless + added "statically is" expression in grammar, abstract node…
… visitor, translator visitor, and corresponding Expression
Configuration menu - View commit details
-
Copy full SHA for 67a8442 - Browse repository at this point
Copy the full SHA 67a8442View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7343de - Browse repository at this point
Copy the full SHA d7343deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d36883 - Browse repository at this point
Copy the full SHA 7d36883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e1562 - Browse repository at this point
Copy the full SHA 28e1562View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe4a4f2 - Browse repository at this point
Copy the full SHA fe4a4f2View commit details
Commits on Nov 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ab562c2 - Browse repository at this point
Copy the full SHA ab562c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7a7f2 - Browse repository at this point
Copy the full SHA 8b7a7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbb763 - Browse repository at this point
Copy the full SHA 4cbb763View commit details
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 74ddc93 - Browse repository at this point
Copy the full SHA 74ddc93View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbf458 - Browse repository at this point
Copy the full SHA cfbf458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e4652 - Browse repository at this point
Copy the full SHA 85e4652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 048abc4 - Browse repository at this point
Copy the full SHA 048abc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5aee8 - Browse repository at this point
Copy the full SHA ec5aee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39a411 - Browse repository at this point
Copy the full SHA d39a411View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f403d7 - Browse repository at this point
Copy the full SHA 6f403d7View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 516addd - Browse repository at this point
Copy the full SHA 516adddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 664af48 - Browse repository at this point
Copy the full SHA 664af48View commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 612968b - Browse repository at this point
Copy the full SHA 612968bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd596c - Browse repository at this point
Copy the full SHA 5bd596cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1809a7 - Browse repository at this point
Copy the full SHA a1809a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3281ce7 - Browse repository at this point
Copy the full SHA 3281ce7View commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b504e36 - Browse repository at this point
Copy the full SHA b504e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c5190 - Browse repository at this point
Copy the full SHA 41c5190View commit details
Commits on Nov 22, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 1f44df0 - Browse repository at this point
Copy the full SHA 1f44df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ece32 - Browse repository at this point
Copy the full SHA 45ece32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 225dba0 - Browse repository at this point
Copy the full SHA 225dba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f62926e - Browse repository at this point
Copy the full SHA f62926eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1167e4a - Browse repository at this point
Copy the full SHA 1167e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8fd90 - Browse repository at this point
Copy the full SHA ab8fd90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b0653 - Browse repository at this point
Copy the full SHA b0b0653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fc3b1 - Browse repository at this point
Copy the full SHA 81fc3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa1540 - Browse repository at this point
Copy the full SHA 1aa1540View commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 02bf3d8 - Browse repository at this point
Copy the full SHA 02bf3d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f171f6e - Browse repository at this point
Copy the full SHA f171f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a60f291 - Browse repository at this point
Copy the full SHA a60f291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1564a9a - Browse repository at this point
Copy the full SHA 1564a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50faf51 - Browse repository at this point
Copy the full SHA 50faf51View commit details -
Configuration menu - View commit details
-
Copy full SHA for accde7b - Browse repository at this point
Copy the full SHA accde7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee95a0 - Browse repository at this point
Copy the full SHA 4ee95a0View commit details
Commits on Nov 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fdf0fad - Browse repository at this point
Copy the full SHA fdf0fadView commit details -
fix quantified type inference, single arity version of inferred type …
…is bound or check in the variable
Configuration menu - View commit details
-
Copy full SHA for 1a7ee08 - Browse repository at this point
Copy the full SHA 1a7ee08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046ff72 - Browse repository at this point
Copy the full SHA 046ff72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cade2 - Browse repository at this point
Copy the full SHA d8cade2View commit details -
integer is now subtype of decimal as by spec, and when checking varia…
…ble assignment promotion is no longer allowed
Configuration menu - View commit details
-
Copy full SHA for fb91b88 - Browse repository at this point
Copy the full SHA fb91b88View commit details -
fixed comparison static type now deals properly with general comparis…
…on and empty sequence
Configuration menu - View commit details
-
Copy full SHA for 4eb69d1 - Browse repository at this point
Copy the full SHA 4eb69d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5bd6d - Browse repository at this point
Copy the full SHA 9b5bd6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f9734 - Browse repository at this point
Copy the full SHA b9f9734View commit details -
fixed bug in array and object lookup static typing, now return item i…
…tem type instead of array and object respectevely
Configuration menu - View commit details
-
Copy full SHA for 38d2ba6 - Browse repository at this point
Copy the full SHA 38d2ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a204d - Browse repository at this point
Copy the full SHA f5a204dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e133d - Browse repository at this point
Copy the full SHA 16e133dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b139dc4 - Browse repository at this point
Copy the full SHA b139dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4368c05 - Browse repository at this point
Copy the full SHA 4368c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9578e5c - Browse repository at this point
Copy the full SHA 9578e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for de32a43 - Browse repository at this point
Copy the full SHA de32a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c4135 - Browse repository at this point
Copy the full SHA e0c4135View commit details
Commits on Nov 26, 2020
-
corrected castable and cast static behaviour to raiseatomization erro…
…rs and cast behaviour with 'atomic' expression type, corrected and added tests about this
Configuration menu - View commit details
-
Copy full SHA for 9729634 - Browse repository at this point
Copy the full SHA 9729634View commit details
Commits on Dec 1, 2020
-
small fixes in dynamic function static test, plus spotless and log fo…
…r using udf in let spark iterator
Configuration menu - View commit details
-
Copy full SHA for 10e2256 - Browse repository at this point
Copy the full SHA 10e2256View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed66c8f - Browse repository at this point
Copy the full SHA ed66c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6c567 - Browse repository at this point
Copy the full SHA 6d6c567View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dfe3eaa - Browse repository at this point
Copy the full SHA dfe3eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6e645 - Browse repository at this point
Copy the full SHA 2c6e645View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ec9f3 - Browse repository at this point
Copy the full SHA f3ec9f3View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1fbb492 - Browse repository at this point
Copy the full SHA 1fbb492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33bf008 - Browse repository at this point
Copy the full SHA 33bf008View commit details
Commits on Dec 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 64919b7 - Browse repository at this point
Copy the full SHA 64919b7View commit details
Commits on Dec 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ad6712 - Browse repository at this point
Copy the full SHA 6ad6712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad3078 - Browse repository at this point
Copy the full SHA 8ad3078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e7b9d0 - Browse repository at this point
Copy the full SHA 9e7b9d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f4abe - Browse repository at this point
Copy the full SHA a9f4abeView commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e17a7ea - Browse repository at this point
Copy the full SHA e17a7eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1039c0 - Browse repository at this point
Copy the full SHA f1039c0View commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 961a835 - Browse repository at this point
Copy the full SHA 961a835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c68800 - Browse repository at this point
Copy the full SHA 8c68800View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4b32c - Browse repository at this point
Copy the full SHA ea4b32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a429ff - Browse repository at this point
Copy the full SHA 8a429ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a6e46 - Browse repository at this point
Copy the full SHA 71a6e46View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd0cf6b - Browse repository at this point
Copy the full SHA dd0cf6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1249d8 - Browse repository at this point
Copy the full SHA c1249d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6158308 - Browse repository at this point
Copy the full SHA 6158308View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf1079 - Browse repository at this point
Copy the full SHA acf1079View commit details
Commits on Dec 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d1044b8 - Browse repository at this point
Copy the full SHA d1044b8View commit details
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 679155a - Browse repository at this point
Copy the full SHA 679155aView commit details
Commits on Dec 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5a9d291 - Browse repository at this point
Copy the full SHA 5a9d291View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5b539 - Browse repository at this point
Copy the full SHA fb5b539View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ba44f - Browse repository at this point
Copy the full SHA f3ba44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7a5fe - Browse repository at this point
Copy the full SHA 9f7a5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 440dffa - Browse repository at this point
Copy the full SHA 440dffaView commit details
Commits on Dec 30, 2020
-
added and tested for clause without allowing empty, no positional var…
…iable, added support for at most one unboxing operation, anywhere in the expression
Configuration menu - View commit details
-
Copy full SHA for 5b87ef4 - Browse repository at this point
Copy the full SHA 5b87ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe44d93 - Browse repository at this point
Copy the full SHA fe44d93View commit details
Commits on Jan 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0bc4149 - Browse repository at this point
Copy the full SHA 0bc4149View commit details -
added support for positional variables in native clause both allowing…
… or not allowing empty
Configuration menu - View commit details
-
Copy full SHA for 9f476c4 - Browse repository at this point
Copy the full SHA 9f476c4View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1e5866b - Browse repository at this point
Copy the full SHA 1e5866bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9544e85 - Browse repository at this point
Copy the full SHA 9544e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab84e98 - Browse repository at this point
Copy the full SHA ab84e98View commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cfedf0f - Browse repository at this point
Copy the full SHA cfedf0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41653bf - Browse repository at this point
Copy the full SHA 41653bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77bf9a - Browse repository at this point
Copy the full SHA f77bf9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 291e260 - Browse repository at this point
Copy the full SHA 291e260View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e1a6d13 - Browse repository at this point
Copy the full SHA e1a6d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98aa1b0 - Browse repository at this point
Copy the full SHA 98aa1b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c225c - Browse repository at this point
Copy the full SHA 82c225cView commit details
Commits on Jan 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9597026 - Browse repository at this point
Copy the full SHA 9597026View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64ac0e - Browse repository at this point
Copy the full SHA b64ac0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d36a738 - Browse repository at this point
Copy the full SHA d36a738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876dcb3 - Browse repository at this point
Copy the full SHA 876dcb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 630fd69 - Browse repository at this point
Copy the full SHA 630fd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc1130 - Browse repository at this point
Copy the full SHA bbc1130View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97056e - Browse repository at this point
Copy the full SHA f97056eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd88d2 - Browse repository at this point
Copy the full SHA dbd88d2View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5eb350a - Browse repository at this point
Copy the full SHA 5eb350aView commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0be6e6 - Browse repository at this point
Copy the full SHA e0be6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0673e7b - Browse repository at this point
Copy the full SHA 0673e7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae6e6e - Browse repository at this point
Copy the full SHA 2ae6e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2efeaa - Browse repository at this point
Copy the full SHA c2efeaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68309cb - Browse repository at this point
Copy the full SHA 68309cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a585d - Browse repository at this point
Copy the full SHA 73a585dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a8cf3 - Browse repository at this point
Copy the full SHA 17a8cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b4a51 - Browse repository at this point
Copy the full SHA a9b4a51View commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 34a0e38 - Browse repository at this point
Copy the full SHA 34a0e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d8b8e - Browse repository at this point
Copy the full SHA 05d8b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9849d - Browse repository at this point
Copy the full SHA dc9849dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 435fc47 - Browse repository at this point
Copy the full SHA 435fc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa6c4a - Browse repository at this point
Copy the full SHA efa6c4aView commit details
Commits on Feb 9, 2021
-
corrected semantics of class item type testing for atomic item types …
…(account for object and array part of this class for now)
Configuration menu - View commit details
-
Copy full SHA for 60a0726 - Browse repository at this point
Copy the full SHA 60a0726View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bdd6e1e - Browse repository at this point
Copy the full SHA bdd6e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbf400 - Browse repository at this point
Copy the full SHA 0bbf400View commit details
Commits on Feb 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 91dc23f - Browse repository at this point
Copy the full SHA 91dc23fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf05473 - Browse repository at this point
Copy the full SHA bf05473View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c855c - Browse repository at this point
Copy the full SHA b5c855cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f8b1b - Browse repository at this point
Copy the full SHA b3f8b1bView commit details
Commits on Feb 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b23be48 - Browse repository at this point
Copy the full SHA b23be48View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c908521 - Browse repository at this point
Copy the full SHA c908521View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6364f9 - Browse repository at this point
Copy the full SHA c6364f9View commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6ef1d7c - Browse repository at this point
Copy the full SHA 6ef1d7cView commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 11c38f1 - Browse repository at this point
Copy the full SHA 11c38f1View commit details
Commits on Feb 22, 2021
-
cleaned interface about throwing exceptions and supported operations,…
… added primitive, distinction between primitive and derived atomic types
Configuration menu - View commit details
-
Copy full SHA for 48b3ae6 - Browse repository at this point
Copy the full SHA 48b3ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c533e7 - Browse repository at this point
Copy the full SHA 9c533e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b209b7a - Browse repository at this point
Copy the full SHA b209b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbad35 - Browse repository at this point
Copy the full SHA 6bbad35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3170ddc - Browse repository at this point
Copy the full SHA 3170ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36847d5 - Browse repository at this point
Copy the full SHA 36847d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88bb806 - Browse repository at this point
Copy the full SHA 88bb806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0acb064 - Browse repository at this point
Copy the full SHA 0acb064View commit details
Commits on Feb 23, 2021
-
added json item type, extended base type to all and added type tree d…
…epth for fast and efficient finding of least common ancestor
Configuration menu - View commit details
-
Copy full SHA for 275c244 - Browse repository at this point
Copy the full SHA 275c244View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8206a9 - Browse repository at this point
Copy the full SHA d8206a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258866b - Browse repository at this point
Copy the full SHA 258866bView commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 738f3aa - Browse repository at this point
Copy the full SHA 738f3aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69a082 - Browse repository at this point
Copy the full SHA e69a082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431294a - Browse repository at this point
Copy the full SHA 431294aView commit details -
corrected derived types like daytime/yearmonth durations type and res…
…trictions on decimals
Configuration menu - View commit details
-
Copy full SHA for f7c3c3a - Browse repository at this point
Copy the full SHA f7c3c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8941f60 - Browse repository at this point
Copy the full SHA 8941f60View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 99060c4 - Browse repository at this point
Copy the full SHA 99060c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583b5b7 - Browse repository at this point
Copy the full SHA 583b5b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d49f5f - Browse repository at this point
Copy the full SHA 2d49f5fView commit details
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ecc602c - Browse repository at this point
Copy the full SHA ecc602cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc1c2d - Browse repository at this point
Copy the full SHA 2fc1c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce639c - Browse repository at this point
Copy the full SHA 4ce639cView commit details
Commits on Mar 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b2ff08 - Browse repository at this point
Copy the full SHA 3b2ff08View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ba2e3 - Browse repository at this point
Copy the full SHA c2ba2e3View commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 17324fb - Browse repository at this point
Copy the full SHA 17324fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 990dd32 - Browse repository at this point
Copy the full SHA 990dd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 986cd4b - Browse repository at this point
Copy the full SHA 986cd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 048b44a - Browse repository at this point
Copy the full SHA 048b44aView commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0253b24 - Browse repository at this point
Copy the full SHA 0253b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf4834 - Browse repository at this point
Copy the full SHA fdf4834View commit details -
added static inference on round function call to return specific type…
… instead of numeric according to first argument
Configuration menu - View commit details
-
Copy full SHA for f996728 - Browse repository at this point
Copy the full SHA f996728View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b1a05 - Browse repository at this point
Copy the full SHA a1b1a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31be4e - Browse repository at this point
Copy the full SHA a31be4eView commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a5cc97 - Browse repository at this point
Copy the full SHA 0a5cc97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef92b7 - Browse repository at this point
Copy the full SHA 5ef92b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a315024 - Browse repository at this point
Copy the full SHA a315024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d150b - Browse repository at this point
Copy the full SHA 33d150bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bdfa4d - Browse repository at this point
Copy the full SHA 3bdfa4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1882d - Browse repository at this point
Copy the full SHA 3f1882dView commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for de3d1b4 - Browse repository at this point
Copy the full SHA de3d1b4View commit details