Skip to content

Commit c8818e4

Browse files
committed
重命名为 chef_set_sauciers()
1 parent 6600099 commit c8818e4

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

+71
-71
lines changed

src/framework/chef.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ chef_set_cooks (Target_t *target, size_t count, ...)
255255
}
256256

257257
void
258-
chef_set_contributors (Target_t *target, uint32_t count, ...)
258+
chef_set_sauciers (Target_t *target, uint32_t count, ...)
259259
{
260260
xy_cant_be_null (target);
261261

src/recipe/lang/Clojure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pl_clojure_prelude ()
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_contributors (this, 1, "@hezonglun");
18+
chef_set_sauciers (this, 1, "@hezonglun");
1919

2020
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2121
chef_forbid_english(this);

src/recipe/lang/Dart/Flutter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pl_dart_flutter_prelude (void)
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_contributors (this, 2, "@czyt", "@xrgzs");
18+
chef_set_sauciers (this, 2, "@czyt", "@xrgzs");
1919

2020
chef_allow_local_mode (this, CanNot, NULL, NULL);
2121
chef_allow_english(this);

src/recipe/lang/Dart/Pub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pl_dart_prelude (void)
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_contributors (this, 2, "@czyt", "@xrgzs");
18+
chef_set_sauciers (this, 2, "@czyt", "@xrgzs");
1919

2020
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2121
chef_allow_english(this);

src/recipe/lang/Go.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pl_go_prelude ()
2929

3030
chef_set_chef (this, NULL);
3131
chef_set_cooks (this, 1, "@ccmywish");
32-
chef_set_contributors (this, 2, "@czyt", "@techoc");
32+
chef_set_sauciers (this, 2, "@czyt", "@techoc");
3333

3434
chef_allow_local_mode (this, CanNot, NULL, NULL);
3535
chef_forbid_english(this);

src/recipe/lang/Haskell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pl_haskell_prelude ()
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_contributors (this, 0);
18+
chef_set_sauciers (this, 0);
1919

2020
chef_allow_local_mode (this, CanNot, NULL, NULL);
2121
chef_forbid_english(this);

src/recipe/lang/Java.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pl_java_prelude ()
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_contributors (this, 1, "@BingChunMoLi");
18+
chef_set_sauciers (this, 1, "@BingChunMoLi");
1919

2020
chef_allow_local_mode (this, CanNot, NULL, NULL);
2121
chef_forbid_english(this);

src/recipe/lang/JavaScript/Bun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pl_js_bun_prelude (void)
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_contributors (this, 1, "@lontten");
18+
chef_set_sauciers (this, 1, "@lontten");
1919

2020
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2121
chef_allow_english(this);

src/recipe/lang/JavaScript/Yarn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pl_js_yarn_prelude (void)
1515

1616
chef_set_chef (this, NULL);
1717
chef_set_cooks (this, 1, "@ccmywish");
18-
chef_set_contributors (this, 1, "@MrWillCom");
18+
chef_set_sauciers (this, 1, "@MrWillCom");
1919

2020
chef_allow_local_mode (this, FullyCan, NULL, NULL);
2121
chef_allow_english(this);

src/recipe/lang/JavaScript/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pl_js_group_prelude (void)
2424

2525
chef_set_chef (this, "@happy-game");
2626

27-
chef_set_contributors (this,0);
27+
chef_set_sauciers (this,0);
2828

2929
chef_allow_local_mode (this, PartiallyCan,
3030
"支持 npm, yarn v2, pnpm, 不支持 yarn v1",
@@ -58,7 +58,7 @@ pl_js_nodejs_binary_prelude (void)
5858

5959
chef_set_chef (this, NULL);
6060
chef_set_cooks (this, 1, "@ccmywish");
61-
chef_set_contributors (this, 0);
61+
chef_set_sauciers (this, 0);
6262

6363
chef_allow_local_mode (this, CanNot, NULL, NULL);
6464
chef_allow_english(this);

0 commit comments

Comments
 (0)