Code Monkey home page Code Monkey logo

Comments (4)

litlighilit avatar litlighilit commented on July 28, 2024 1

!nim js

echo 1'i64 / 2'i64

from nim.

github-actions avatar github-actions commented on July 28, 2024
🐧 Linux bisect by @litlighilit (contributor)
devel 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:26
  • Finished 2024-06-20T15:47:26
  • Duration now

AST

stable 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:27
  • Finished 2024-06-20T15:47:27
  • Duration now

AST

2.0.4 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:30
  • Finished 2024-06-20T15:47:30
  • Duration now

AST

2.0.0 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:33
  • Finished 2024-06-20T15:47:33
  • Duration now

AST

1.6.20 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:36
  • Finished 2024-06-20T15:47:36
  • Duration

AST

1.4.8 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:39
  • Finished 2024-06-20T15:47:39
  • Duration now

AST

1.2.18 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:41
  • Finished 2024-06-20T15:47:41
  • Duration now

AST

1.0.10 👎 FAIL

Output


IR

Compiled filesize 0 (0 bytes)

Stats

  • Started 2024-06-20T15:47:44
  • Finished 2024-06-20T15:47:44
  • Duration now

AST

Stats
  • GCC 11.4.0
  • Clang 14.0.0
  • NodeJS 20.3
  • Created 2024-06-20T15:40:49Z
  • Comments 1
  • Commands nim js -d:nodejs -d:nimExperimentalAsyncjsThen -d:nimExperimentalJsfetch --run -d:nimDebug -d:nimDebugDlOpen -d:ssl -d:nimDisableCertificateValidation --forceBuild:on --colors:off --verbosity:0 --hints:off --lineTrace:off --nimcache:/home/runner/work/Nim/Nim --out:/home/runner/work/Nim/Nim/temp /home/runner/work/Nim/Nim/temp.nim

🤖 Bug found in 21 minutes bisecting 8 commits at 0 commits per second

from nim.

litlighilit avatar litlighilit commented on July 28, 2024

not sure why in C backend it compiles,

as I found no / for int64, there seems to be only int/int in system.

from nim.

litlighilit avatar litlighilit commented on July 28, 2024

not sure why in C backend it compiles,\n\nas I found no / for int64, there seems to be only int/int in system.

It compiles in C backend because, at least in x64 the operators of / is converted to int first, a.k.a. that's rewriten roughly as:

echo int(1.int64) / int(2.int64)

donno what will happened on 32 bit machine. 🤔

from nim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.