Skip to content

Conversation

@boyce-pj
Copy link

Commiting code from Adam Beck and Lewis Cooley

di/cache/init.q Outdated
Comment on lines 4 to 9
export:([
getperf:getperf;
sdd:add;
drop:drop;
execute:execute
])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export:([
getperf:getperf;
sdd:add;
drop:drop;
execute:execute
])
export:([getperf;add;drop;execute])

assuming sdd was a typo

di/cache/cache.q Outdated
Comment on lines 3 to 4
/ return timestamp function
cp:{.z.p};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there doesn't appear to be a way to change this for end-users, so might make more sense to just use .z.p directly instaed of having this function?

di/cache/cache.q Outdated

// Drop some ids from the cache
drop:{[ids]
ids,:();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inconsistent indentation between different functions in this file, align to style guide please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants