-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add libuv to provide some asynchronous functionality #432
Merged
Conversation
This file contains 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
Member
Chronostasys
commented
Aug 28, 2024
•
edited
Loading
edited
- Support delay async and tcp read/write (wrap libuv to provide some fundamental async apis #433)
- Support async main function (协程支持 #286)
- fixed a bug causing global ini function executes twice
- fixed a bug causing panic when passing structure data to generator function - added async closure support - added async closure inference support TBD: closure DWARF debug info
Chronostasys
force-pushed
the
feat/libuv
branch
from
August 28, 2024 03:58
d79ae5f
to
45032c7
Compare
Chronostasys
force-pushed
the
feat/libuv
branch
11 times, most recently
from
August 29, 2024 05:25
09c357e
to
f86ab52
Compare
Chronostasys
force-pushed
the
feat/libuv
branch
from
August 29, 2024 05:32
f86ab52
to
f1e97be
Compare
Chronostasys
force-pushed
the
feat/libuv
branch
from
August 29, 2024 16:03
05a0fa6
to
d5f0fd6
Compare
Chronostasys
force-pushed
the
feat/libuv
branch
from
August 29, 2024 16:54
fb94c93
to
9665e49
Compare
FIxed a issue causing jit engine crash in certain cases. It's related to the load operation of function's pointer argument in the first block. The fix is simple: move load just before where it's first used. More details are commented on the lines I changed. Also fixed missing dylib on mac os. Update the release pipeline config so that it will pack libuv's dylib.
Previously, instantiated generic types (e.g., generic types with fixed type parameters) were stored in the module-level type table and exported along with other ordinary types. This caused them to persist across different analyses in the LSP. Additionally, generic type instances were sometimes stored in their original module, which is incorrect because the immutability of cached computation results is crucial for our incremental computation library (salsa). This commit corrects this behavior by storing generic instances in the compilation context rather than in the module.
14 tasks
Chronostasys
force-pushed
the
feat/libuv
branch
from
September 23, 2024 03:02
db35a3f
to
83c0695
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #432 +/- ##
==========================================
- Coverage 85.62% 85.16% -0.46%
==========================================
Files 100 100
Lines 25306 25784 +478
==========================================
+ Hits 21668 21959 +291
- Misses 3638 3825 +187
|
Chronostasys
force-pushed
the
feat/libuv
branch
from
October 9, 2024 09:31
8ee24df
to
5a4666c
Compare
Chronostasys
force-pushed
the
feat/libuv
branch
from
October 9, 2024 10:09
3308917
to
4561aed
Compare
Chronostasys
changed the title
Feat/libuv
feat: add libuv to provide some asynchronous functionality
Oct 9, 2024
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.