jjasmine

Results 32 issues of jjasmine

This helps create an easier and more robust build for beginners, fixes #1355

I'm trying to git clone and build and try running the tests after moving to Mac and I'm not sure why the tests are failing? I'm on M2 macOS 14.4.1...

bug
good first issue
test
Priority:Critical
macos

Fixes #2817 For builtin_macro_includes_bytes & include.txt: Change `the_bytes` to b"hello, include!\r\n" For issue-2187.rs, change expected test output dg-output to "L1\r\n\L2\r\nL3\r\nL4" and "a = "%s\n\0" to "a = "%s\r\n\0" The rest...

Draft PR for my mentors

MacroInvoc Refactor for #2919 Remove get_macro_node_id in favor of get_node_id in MacroInvocation Add ExteralItem node_id constructor to avoid extra get_node_id() gcc/rust/ChangeLog: * ast/rust-macro.h: Likewise. * resolve/rust-early-name-resolver.cc (EarlyNameResolver::visit): Likewise. * util/rust-hir-map.cc...

Fixes Clang's critical bug on the library where we're doing custom shared_ptr comparison with potentially null ptrs. This will fix #433 but i think what we should also be doing...

bug
enhancement
macos

Recommend by Zig in #433 Would love a review as well @ZigRazor

Draft PR for IL for my mentor. I hope to get this merged into master after other misc like tl::expected and safeguard on asm has been merged first. Feels like...

In rust's asm.rs I misunderstood `eat_keyword(label)` for "tracks if there is any number that is followed by a :" to be a label. The former is explicitly a `label` and...

Potential Long standing issue. This is required for asm code gen of generic IL. Past PR about asm from me only focuses on parsing the work right instead of recording...