punirun

Results 10 issues of punirun

`ruby --version` ``` truffleruby 24.1.1, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux] ``` `gem install fast_trie` ``` compiling trie.c trie.c: In function ‘rb_trie_has_key’: trie.c:84:8: error: implicit declaration of function ‘trie_has_key’;...

could you add `s.licenses = ["MIT".freeze]` in the gemspec?

could you add `s.licenses = ["MIT".freeze]` in the gemspec?

`ruby --version` ``` truffleruby 24.1.1, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux] ``` `gem install numo-narray` ``` compiling narray.c narray.c: In function ‘nary_copy_flags’: narray.c:948:5: error: implicit declaration of function ‘RBASIC’...

cexts
third-party-issue

Expected behavior: when ponyc is run via corral with `corral run -- ponyc`, error message of ponyc output to stderr. Actual behavior: error message output to stdout

Expected behavior: `corral --quiet=true run -- ponyc -V=0` does not show exit:, out:, and err: headers Actual behavior: `corral --quiet=true run -- ponyc -V=0` shows ``` exit: Exited(0) out: err:...

```py print(f"{3.14159265:.2f}") ``` This causes a runtime error when en_US.UTF-8 is not available. ``` ValueError: invalid format specifier: locale::facet::_S_create_c_locale name not valid Raised from: mstd.internal.format._format_error.0:0 /usr/local/lib/codon/stdlib/internal/format.codon:4:2 ```

`cat Main.nako3` ``` !「nadesiko3-ml」を取り込む。 # SVMでXORデータを学習する例 XORデータ=[[0, 0], [1, 1], [1, 0], [0, 1]] XORラベル=[0,0,1,1] # --- SVMを使う場合 --- {}でSVM開く # 学習 XORデータとXORラベルで学習。 # 予測 A=[[0,0],[1,1],[1,0]]で予測 AをJSONエンコードして表示。# [0,0,1] ``` `cnako...

``` # frozen_string_literal: true require "numo/narray" require "benchmark" n = 10**5 input_string = (1..n).map { |i| "#{i} 1 1" }.join("\n") Benchmark.bm do |x| x.report("Numo::Int32.parse") do d = Numo::Int32.parse(input_string) end end...

`ruby --version` ``` truffleruby 24.1.1, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux] ``` `gem install numo-narray` ``` compiling narray.c narray.c: In function ‘nary_copy_flags’: narray.c:948:5: error: implicit declaration of function ‘RBASIC’...