Minsoo Choo

Results 40 issues of Minsoo Choo

``` $ make installcheck ... atf-c/check_test:build_cpp -> failed: 2 checks failed; see output for more details [0.004s] atf-c++/check_test:build_cpp -> failed: atf-c/utils.c:320: (fd = open(file, O_RDONLY | O_CLOEXEC)) != -1 not...

By convention, many CMake users build their project in build folder in git repo. Although this is not the recommended way for HalfLife Unified SDK, this can prevent confusion and...

![Screenshot 2024-06-29 113808](https://github.com/freebsd/poudriere/assets/68360770/29b99b5b-5ce9-4153-a85d-3d4760531ed9) ![Screenshot 2024-06-29 113820](https://github.com/freebsd/poudriere/assets/68360770/00134a2c-0ba8-4472-b495-e814d31afc4a) ![Screenshot 2024-06-29 113833](https://github.com/freebsd/poudriere/assets/68360770/d5895286-3fbf-4a67-927e-22b7cece6cfb) ![Screenshot 2024-06-29 113841](https://github.com/freebsd/poudriere/assets/68360770/9b2a208e-ee67-4b83-944b-fbf3cc8ef594)

- On Windows, `__debugbreak();` is prefered over `asm(int 3)` - `CPUID` and `RDTSC` are supported by default since Pentium - Removed unused (`#if 0`) assembly code

This is first 10 commits of #13

### What version of Bun is running? 1.1.28+cf4e9cb69, 1.1.29+6d43b3662, 1.1.30+7996d06b8, 1.1.31-debug+8376b8237 ### What platform is your computer? Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64, Darwin 24.0.0 arm64 arm ### What steps can reproduce...

bug
needs triage

## Prerequisites - [ ] Have you checked for an existing issue describing your idea? ## What is your proposal? Rewriting poudriere web app under `src/share/poudriere/html` with introduction of modern...

Feature_Request

**Describe the issue** In Swift ```swift class func foo() ``` works like ```swift static func foo() ``` But highlight.js interpret `func` as the class name in this case. Both `class`...

language
bug
help welcome

Move to Github PR by @bsdimp 's request through freebsd-current mailiing list. [Phabricator review](https://reviews.freebsd.org/D41421) jemalloc 5.3.0 was released in 2022 but has not been imported into FreeBSD base system yet....

changes-required

### The author should do the following, if applicable jsxImport bug in Bun appeared in 1.1.28, fixed in 1.1.33 - Update `oven-sh/setup-bun` to v2 - Use Bun `1.1.x` - Update...