Skip to content

Commit 50ccdb1

Browse files
committed
增加 recipe_ 前缀
1 parent 3674fe8 commit 50ccdb1

Some content is hidden

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

69 files changed

+142
-142
lines changed

src/framework/chef.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ chef_set_sauciers (Target_t *target, uint32_t count, ...)
498498

499499

500500
void
501-
chef_set_created_on (Target_t *target, char *date)
501+
chef_set_recipe_created_on (Target_t *target, char *date)
502502
{
503503
xy_cant_be_null (target);
504504
xy_cant_be_null (date);
@@ -508,7 +508,7 @@ chef_set_created_on (Target_t *target, char *date)
508508

509509

510510
void
511-
chef_set_last_updated (Target_t *target, char *date)
511+
chef_set_recipe_last_updated (Target_t *target, char *date)
512512
{
513513
xy_cant_be_null (target);
514514
xy_cant_be_null (date);

src/recipe/lang/Clojure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pl_clojure_prelude ()
99
{
1010
chef_prep_this (pl_clojure, s);
1111

12-
chef_set_created_on (this, "2023-09-10");
13-
chef_set_last_updated (this, "2026-02-24");
12+
chef_set_recipe_created_on (this, "2023-09-10");
13+
chef_set_recipe_last_updated (this, "2026-02-24");
1414
chef_set_sources_last_updated (this, "2025-08-21");
1515

1616
chef_set_chef (this, NULL);

src/recipe/lang/Dart/Flutter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pl_dart_flutter_prelude (void)
99
{
1010
chef_prep_this (pl_dart_flutter, gsr);
1111

12-
chef_set_created_on (this, "2023-09-10");
13-
chef_set_last_updated (this, "2025-07-11");
12+
chef_set_recipe_created_on (this, "2023-09-10");
13+
chef_set_recipe_last_updated (this, "2025-07-11");
1414
chef_set_sources_last_updated (this, "2025-04-15");
1515

1616
chef_set_chef (this, NULL);

src/recipe/lang/Dart/Pub.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pl_dart_prelude (void)
99
{
1010
chef_prep_this (pl_dart, gsr);
1111

12-
chef_set_created_on (this, "2023-09-10");
13-
chef_set_last_updated (this, "2025-07-11");
12+
chef_set_recipe_created_on (this, "2023-09-10");
13+
chef_set_recipe_last_updated (this, "2025-07-11");
1414
chef_set_sources_last_updated (this, "2025-04-15");
1515

1616
chef_set_chef (this, NULL);

src/recipe/lang/Go.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ pl_go_prelude ()
2323
{
2424
chef_prep_this (pl_go, gsr);
2525

26-
chef_set_created_on (this, "2023-08-30");
27-
chef_set_last_updated (this, "2025-08-10");
26+
chef_set_recipe_created_on (this, "2023-08-30");
27+
chef_set_recipe_last_updated (this, "2025-08-10");
2828
chef_set_sources_last_updated (this, "2025-07-12");
2929

3030
chef_set_chef (this, NULL);

src/recipe/lang/Haskell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pl_haskell_prelude ()
99
{
1010
chef_prep_this (pl_haskell, s);
1111

12-
chef_set_created_on (this, "2023-09-10");
13-
chef_set_last_updated (this, "2025-08-10");
12+
chef_set_recipe_created_on (this, "2023-09-10");
13+
chef_set_recipe_last_updated (this, "2025-08-10");
1414
chef_set_sources_last_updated (this, "2025-08-22");
1515

1616
chef_set_chef (this, NULL);

src/recipe/lang/Java.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pl_java_prelude ()
99
{
1010
chef_prep_this (pl_java, gsr);
1111

12-
chef_set_created_on (this, "2023-08-31");
13-
chef_set_last_updated (this, "2025-08-27");
12+
chef_set_recipe_created_on (this, "2023-08-31");
13+
chef_set_recipe_last_updated (this, "2025-08-27");
1414
chef_set_sources_last_updated (this, "2024-12-18");
1515

1616
chef_set_chef (this, NULL);

src/recipe/lang/JavaScript/Bun.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pl_js_bun_prelude (void)
99
{
1010
chef_prep_this (pl_js_bun, gsr);
1111

12-
chef_set_created_on (this, "2024-09-29");
13-
chef_set_last_updated (this, "2025-07-22");
12+
chef_set_recipe_created_on (this, "2024-09-29");
13+
chef_set_recipe_last_updated (this, "2025-07-22");
1414
chef_set_sources_last_updated (this, "2025-07-22");
1515

1616
chef_set_chef (this, NULL);

src/recipe/lang/JavaScript/Yarn.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pl_js_yarn_prelude (void)
99
{
1010
chef_prep_this (pl_js_yarn, gsr);
1111

12-
chef_set_created_on (this, "2023-09-09");
13-
chef_set_last_updated (this, "2025-07-11");
12+
chef_set_recipe_created_on (this, "2023-09-09");
13+
chef_set_recipe_last_updated (this, "2025-07-11");
1414
chef_set_sources_last_updated (this, "2025-07-11");
1515

1616
chef_set_chef (this, NULL);

src/recipe/lang/JavaScript/common.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pl_js_group_prelude (void)
1616
{
1717
chef_prep_this (pl_js_group, gsr);
1818

19-
chef_set_created_on (this, "2023-09-09");
20-
chef_set_last_updated (this, "2025-07-11");
19+
chef_set_recipe_created_on (this, "2023-09-09");
20+
chef_set_recipe_last_updated (this, "2025-07-11");
2121
chef_set_sources_last_updated (this, "2025-07-11");
2222

2323
chef_set_chef (this, "@happy-game");
@@ -54,8 +54,8 @@ pl_js_nodejs_binary_prelude (void)
5454
{
5555
chef_prep_this (pl_js_nodejs_binary, NOOP);
5656

57-
chef_set_created_on (this, "2023-09-09");
58-
chef_set_last_updated (this, "2025-08-22");
57+
chef_set_recipe_created_on (this, "2023-09-09");
58+
chef_set_recipe_last_updated (this, "2025-08-22");
5959
chef_set_sources_last_updated (this, "2025-07-11");
6060

6161
chef_set_chef (this, NULL);

0 commit comments

Comments
 (0)