James

Results 416 comments of James

FYI: I have a large feature branch which is not yet finished, that totally rewrites type unification and solving, so this issue should probably be ignored for now, until that's...

Replacement for https://github.com/purpleidea/mgmt/pull/612

Still looking to hear back if you're a human or a bot. Thanks!

Did you find these issues manually or with a tool? If so which tool? Thanks!

Hey @gelisam I opened this PR (it's based of #704) to discuss passing function values to resources. In playing around first I hit an expected bug in the Into() function....

I'll fix and throw away this branch. But if you'd prefer to have the PR branch, lmk. > Could you post the examples and counter-examples of what counts as timeless,...

Here are the notes I took (may contain errors) ``` import "strconv" $fn1 = func($x) { # pure! also good strconv.itoa($x) } $fn2 = if datetime.now() % 2 == 0...

@gelisam Just wanted to double-check if this patch with interface and one implementation is basically what you were expecting? If so, LMK and I can complete it for other functions...

Not the priority, but I was playing with this code and implemented a few extra for fun. I also pushed in your commits to have them here. An interesting realization...