feat: add forced extern cast support - #2
Open
alksjhdgf wants to merge 4 commits into
Open
Conversation
alksjhdgf
force-pushed
the
extern_forced_cast
branch
2 times, most recently
from
June 24, 2026 17:03
c135341 to
3c1949d
Compare
belolourenco
force-pushed
the
feature_extern_runtime
branch
from
June 25, 2026 14:08
a334d2d to
afb0b96
Compare
alksjhdgf
force-pushed
the
extern_forced_cast
branch
2 times, most recently
from
June 25, 2026 18:52
b4d4e3d to
95366ea
Compare
belolourenco
force-pushed
the
feature_extern_runtime
branch
from
June 29, 2026 15:07
afb0b96 to
536705a
Compare
alksjhdgf
force-pushed
the
extern_forced_cast
branch
3 times, most recently
from
June 30, 2026 13:43
9d0741c to
0f2214b
Compare
belolourenco
force-pushed
the
feature_extern_runtime
branch
from
June 30, 2026 14:59
a6e4a8e to
21fa5ae
Compare
alksjhdgf
force-pushed
the
extern_forced_cast
branch
2 times, most recently
from
July 3, 2026 10:41
9bd0427 to
52cbfeb
Compare
belolourenco
force-pushed
the
feature_extern_runtime
branch
2 times, most recently
from
July 6, 2026 08:45
d78f1aa to
a0a8765
Compare
alksjhdgf
force-pushed
the
extern_forced_cast
branch
3 times, most recently
from
July 6, 2026 10:54
4312ca3 to
7ee4097
Compare
Signed-off-by: hengyu <tristramjiang@gmail.com>
alksjhdgf
force-pushed
the
extern_forced_cast
branch
from
July 6, 2026 13:30
7ee4097 to
e9b36f7
Compare
…tern_forced_cast Signed-off-by: Hengyu <tristramjiang@gmail.com>
Signed-off-by: Hengyu <tristramjiang@gmail.com>
Signed-off-by: Hengyu <tristramjiang@gmail.com>
belolourenco
force-pushed
the
feature_extern_runtime
branch
2 times, most recently
from
July 23, 2026 15:32
d77823d to
c3f403f
Compare
hw-erl-lnaylor
pushed a commit
that referenced
this pull request
Jul 24, 2026
fix: attempt #2 to increase test coverage in java interop Created-by: deed Commit-by: dmitriy sokolov Merged-by: CangjiePL Description: ## Change Details (Required) Attempt `#2` to increase java interop code coverage. Besides it: - Refactored super constructor call desugaring in `@JavaImpl` in more safe way (without later erasure & insertion) - Removed dead code ## Change Type (Required) Please describe the type of changes in this Pull Request (reason). **Simply save and click the checkbox, or when editing, change `[ ]` to `[x]` for the relevant item.** - [ ] Feature - [x] Bugfix - [ ] Build Process or Auxiliary Tool Changes - [ ] Documentation Update ## Self-Check of Changes (Required) **Please do not modify or delete the following options. Simply save and click the checkbox, or when editing, change `[ ]` to `[x]` for the relevant item.** ### Platform Differences: - [x] No difference - [ ] Difference - [ ] Windows - [ ] Linux - [ ] macOS - [ ] Other (Please explain the reasons below) ### Affected Components: - [x] cjc (Cangjie Compiler) - [ ] LSP (Cangjie Language Server) - [ ] cjfmt (Cangjie Formatter) - [ ] cjlint (Cangjie Lint Tool) - [ ] stdx (Cangjie Standard Library Extensions) - [ ] Other (Please explain the reasons below) ### Local Compilation Verification Results: - [x] Cangjie Compiler compiled successfully - [x] Cangjie Runtime compiled successfully - [x] Cangjie Standard Library compiled successfully - [ ] Not applicable (select this option for auxiliary tool changes or documentation updates) ### Local Test Case Verification Results: - [x] Pass. Please provide screenshots below. - [ ] Not applicable. Please explain the reasons below.  ## Related Issues (Required) [#1019](https://gitcode.com/Cangjie/cangjie_compiler/issues/1019) See merge request: Cangjie/cangjie_compiler!1945
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.