-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ever0de님 기여 #4
Comments
2022/09/26 Merged!프로젝트: redb
ISSUE: https://github.com/cberner/redb
첫번째 선정한 목표보다 조금 다른 내용의 기여지만 남겨놓겠습니다 😃 |
https://github.com/seanmonstar/reqwest/pull/1633/files 혹시 비슷한 케이스가 있을까요? |
2022/10/01 Merged!프로젝트: gluesql PR
2022/10/11 Merged!PR: https://github.com/cberner/redb/pull/378/files PR: https://github.com/cberner/xxh3/pull/7/files
머지되었습니다~! |
바로 위에 있던 이슈 해결하여 PR Open 했습니다 😃 |
2022/11/06 Merged!프로젝트: stc PR: https://github.com/dudykr/stc/pull/202/files const [a, b = a] = [1]; // ok
RHS 타입 변환으로 변경되었습니다! |
2022/11/15 Merged!프로젝트: stc PR: https://github.com/dudykr/stc/pull/295/files // templated
type ATemplate = `aA${string}`;
type BTemplate = Uppercase<ATemplate>;
type CTemplate = Lowercase<ATemplate>;
var b: BTemplate;
b = "AAFOO";
var aTemp: ATemplate;
aTemp = "aAFoo";
var bTemp: BTemplate;
bTemp = "AAFOO";
var cTemp: CTemplate;
cTemp = "aafoo"; intrinsic에 tpl이 들어오는 경우를 구현했습니다. |
proc macro 쪽에 관심있다는 의견 주셨는데 axum-macros가 proc macro이므로 axum-macros에 기여하면 될 것입니다.
The text was updated successfully, but these errors were encountered: