1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Ian Shehadeh 62608bec03 use janet_checktype over janet_type and ==
In destructure janet_type(_) == JANET_SYMBOL was used to check if a
value was a symbol.
This commit replaces that with the janet_checktype function,
because that function is used for the same purpose in other places.
2022-01-20 08:12:05 -05:00
..
boot add support for & _ to match macro 2022-01-19 13:29:34 -05:00
conf Prepare for 1.19.2 release. Update CHANGELOG.md 2021-12-06 17:27:09 -06:00
core use janet_checktype over janet_type and == 2022-01-20 08:12:05 -05:00
include Tweaks on redef feature branch. 2022-01-06 20:38:15 -06:00
mainclient Address #876 Don't allow scheduling a fiber once it has been canceled already. 2021-11-18 20:06:29 -06:00