Skip to content
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

refactor js rearchitecture code #1373

Merged
merged 36 commits into from
Oct 18, 2023
Merged

refactor js rearchitecture code #1373

merged 36 commits into from
Oct 18, 2023

Conversation

bdemann
Copy link
Member

@bdemann bdemann commented Oct 12, 2023

No description provided.

@bdemann bdemann force-pushed the js_refactor branch 2 times, most recently from 632dcec to a96cd1a Compare October 17, 2023 22:15
@bdemann bdemann marked this pull request as ready for review October 18, 2023 17:03
src/lib/globals.ts Show resolved Hide resolved
src/lib/globals.ts Outdated Show resolved Hide resolved
src/lib/globals.ts Outdated Show resolved Hide resolved
src/lib/system_types/result.ts Outdated Show resolved Hide resolved
src/lib/ic/types/azle_ic.ts Outdated Show resolved Hide resolved
src/lib/candid/to_Idl.ts Outdated Show resolved Hide resolved
src/lib/candid/types/constructed/index.ts Outdated Show resolved Hide resolved
src/lib/candid/serde/index.ts Outdated Show resolved Hide resolved
src/lib/candid/did_visitor/index.ts Outdated Show resolved Hide resolved
src/lib/candid/did_visitor/index.ts Outdated Show resolved Hide resolved
@bdemann bdemann force-pushed the js_refactor branch 2 times, most recently from f35ad89 to 0f2579c Compare October 18, 2023 19:14
src/lib/candid/did_file/to_did_string.ts Outdated Show resolved Hide resolved
src/lib/candid/did_file/visitor.ts/did_visitor.ts Outdated Show resolved Hide resolved
src/lib/candid/did_file/visitor.ts/escapeCandidKeywords.ts Outdated Show resolved Hide resolved
src/lib/candid/did_file/visitor.ts/extract_candid.ts Outdated Show resolved Hide resolved
src/lib/ic/call.ts Outdated Show resolved Hide resolved
@lastmjs
Copy link
Member

lastmjs commented Oct 18, 2023

serde visitors should look like did_file visitor, each visitor should have its own file in a folder called visit

@bdemann
Copy link
Member Author

bdemann commented Oct 18, 2023

serde visitors should look like did_file visitor, each visitor should have its own file in a folder called visit

Done

@lastmjs lastmjs merged commit d0b4833 into main Oct 18, 2023
71 checks passed
@bdemann bdemann deleted the js_refactor branch October 19, 2023 16:38
@nezort11
Copy link

nezort11 commented Nov 8, 2023

@lastmjs

Hi, after this change made 3 weeks ago:

image

The return type of StableBTreeMap is always any.

image

if I comment out this 3 lines of code, it is back to normal:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants