8000 Tags · koto-lang/koto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: koto-lang/koto

Tags

v0.15.3

Toggle v0.15.3's commit message
Bump the version to v0.15.3

v0.15.2

Toggle v0.15.2's commit message
Bump the version number to 0.15.2

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow iterator adaptors to be used as standalone functions (#404)

Backport of e2bf2b5

The instance checks in the `iterator` module use `KValue::is_iterable`
to decide whether or not to accept the instance provided to the call.

When used as standalone functions, adaptors like
`iterator.enumerate(1..10)` were accepting the `iterator` module causing
an error to be thrown.

The fix is to extend the `is_iterable` logic to only accept object-like
maps if they implement `@iterator` or `@next`.

v0.14.1

Toggle v0.14.1's commit message
Bump the version to v0.14.1

v0.14.0

Toggle v0.14.0's commit message
Add arc/rc features to koto_test_utils

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #305 from koto-lang/fix-cli-packaging

Fix packaging koto_cli
0