-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: JohnEarnest/Decker
base: v1.31
head repository: JohnEarnest/Decker
compare: v1.32
- 11 commits
- 25 files changed
- 2 contributors
Commits on Oct 19, 2023
-
add app.print[]/app.show[], which behave exactly like their builtin-f…
…unction counterparts print[]/show[] except their output goes to stdout (native decker) or console.log (web decker) instead of the listener. handy for some kinds of debugging.
Configuration menu - View commit details
-
Copy full SHA for 9d9e3ff - Browse repository at this point
Copy the full SHA 9d9e3ffView commit details
Commits on Oct 20, 2023
-
rework the script profiler to display quota consumption over a short …
…sliding window of preceding frames, rather than strictly an instantaneous value.
Configuration menu - View commit details
-
Copy full SHA for 3219c9b - Browse repository at this point
Copy the full SHA 3219c9bView commit details
Commits on Oct 25, 2023
-
add 'prod', a reducer equivalent to the k */, for completeness. I avo…
…ided this primitive originally because it is much less frequently useful than sum/min/max/raze, but occasionally its absence is jarring.
Configuration menu - View commit details
-
Copy full SHA for 0979cee - Browse repository at this point
Copy the full SHA 0979ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e4461 - Browse repository at this point
Copy the full SHA d4e4461View commit details -
Configuration menu - View commit details
-
Copy full SHA for a988d0a - Browse repository at this point
Copy the full SHA a988d0aView commit details -
breaking change: remove the special-cased de-listing behavior from th…
…e extract statement. Yielding a scalar or a list depending on the number of rows/groups in the input data was deeply problematic and confusing. Without this special case it is less convenient to use extract statements as a substitute for dictionary literals, but that was a very wasteful idiom to begin with. For the majority of existing code, this change will only require 'lifting' reducers from the column expression to outside the extract statement to continue working, and clumsy workarounds like '(),extrect ...' become unnecessary for other cases.
Configuration menu - View commit details
-
Copy full SHA for 7ab283c - Browse repository at this point
Copy the full SHA 7ab283cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb3529 - Browse repository at this point
Copy the full SHA 9cb3529View commit details -
cleanup: rework code emission to abstract the bookkeeping of emitting…
… ITER EACH...NEXT bytecodes.
Configuration menu - View commit details
-
Copy full SHA for 982645f - Browse repository at this point
Copy the full SHA 982645fView commit details
Commits on Nov 2, 2023
-
generalize query clauses to permit them in any order, and with duplic…
…ates. This makes Lil query syntax much more flexible and reduces the need for subqueries. It does, however, come with some breaking changes to existing queries using multiple clauses and queries which depend upon the semantics of the 'gindex' magic column.
Configuration menu - View commit details
-
Copy full SHA for dbd8719 - Browse repository at this point
Copy the full SHA dbd8719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ec063 - Browse repository at this point
Copy the full SHA 25ec063View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b91b03 - Browse repository at this point
Copy the full SHA 4b91b03View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.31...v1.32