Cuong Manh Le

Results 70 comments of Cuong Manh Le

@aclements This at least make the `obj` package compiled in Darwin, not sure about your plan to support Windows, just I left the TODO as-is.

@loren-osborn In bash, even the newer version, there's no reason for using `let` or `((...))` for arithmetic expansion. [The line](https://github.com/sstephenson/bats/blob/master/libexec/bats-exec-suite#L20): ``` let count+="$(bats-exec-test -c "$filename")" ``` can always be rewritten...

@loren-osborn: I'm not sure, maybe the condition https://github.com/sstephenson/bats/blob/master/libexec/bats-exec-test#L216 is false?

@fizzday Thanks for reporting. Can you make a small reproducible program? As your description above, the warning message still indicates that the form is "Table ...".

I think because CL 420234 is sent before dev.unified was merge to master, so the try-bot doesn't observe the failure earlier. Unified IR currently re-write the IR as: ``` before...

> Or are all of these already misusing the directive? I'm leaning to this, since when `//go:notinheap` is a [runtime only directive](https://github.com/golang/go/blob/a2c2f06cad8aa722120cb73e965d168bfcb4d977/src/runtime/HACKING.md#runtime-only-compiler-directives). Also, go pragma is not part of the...

@danderson If you already use cgo, then you can do what @bcmills suggested https://github.com/golang/go/issues/46731#issuecomment-897134472 There's also `runtime/cgo.Incomplete`, but it's not available on Windows.

Duplicated of https://github.com/golang/go/issues/53982, the fix was merged to master, and backported to go1.19

@aspiers After finding stow code base, I see `getcwd()` always be used. Then we maybe face with complex problem, where both source and dest are symlink. The change also break...