Skip to content

Commit 3c81fce

Browse files
committed
Add new release 1.38.0
1 parent 295ffcd commit 3c81fce

File tree

133 files changed

+54527
-18374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+54527
-18374
lines changed

janet/janet.c

Lines changed: 18794 additions & 18369 deletions
Large diffs are not rendered by default.

janet/janet.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Calvin Rose
2+
* Copyright (c) 2025 Calvin Rose
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to
@@ -26,10 +26,10 @@
2626
#define JANETCONF_H
2727

2828
#define JANET_VERSION_MAJOR 1
29-
#define JANET_VERSION_MINOR 37
30-
#define JANET_VERSION_PATCH 1
29+
#define JANET_VERSION_MINOR 38
30+
#define JANET_VERSION_PATCH 0
3131
#define JANET_VERSION_EXTRA ""
32-
#define JANET_VERSION "1.37.1"
32+
#define JANET_VERSION "1.38.0"
3333

3434
/* #define JANET_BUILD "local" */
3535

@@ -1331,6 +1331,7 @@ typedef struct {
13311331
/* new state */
13321332
jmp_buf buf;
13331333
Janet payload;
1334+
int coerce_error;
13341335
} JanetTryState;
13351336

13361337
/***** END SECTION TYPES *****/
@@ -2251,6 +2252,7 @@ typedef enum {
22512252
RULE_UNREF, /* [rule, tag] */
22522253
RULE_CAPTURE_NUM, /* [rule, tag] */
22532254
RULE_SUB, /* [rule, rule] */
2255+
RULE_TIL, /* [rule, rule] */
22542256
RULE_SPLIT, /* [rule, rule] */
22552257
RULE_NTH, /* [nth, rule, tag] */
22562258
RULE_ONLY_TAGS, /* [rule] */

janet/shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Calvin Rose
2+
* Copyright (c) 2025 Calvin Rose
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to

static/1.38.0/api/array.html

Lines changed: 189 additions & 0 deletions
Large diffs are not rendered by default.

static/1.38.0/api/buffer.html

Lines changed: 200 additions & 0 deletions
Large diffs are not rendered by default.

static/1.38.0/api/bundle.html

Lines changed: 181 additions & 0 deletions
Large diffs are not rendered by default.

static/1.38.0/api/debug.html

Lines changed: 190 additions & 0 deletions
Large diffs are not rendered by default.

static/1.38.0/api/ev.html

Lines changed: 245 additions & 0 deletions
Large diffs are not rendered by default.

static/1.38.0/api/ffi.html

Lines changed: 196 additions & 0 deletions
Large diffs are not rendered by default.

static/1.38.0/api/fiber.html

Lines changed: 199 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)