Code Monkey home page Code Monkey logo

rave's People

Contributors

geckwwo avatar igorkorobeynikov avatar ksontipy avatar pluffie avatar somerandomdev49 avatar ttimofeyka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rave's Issues

Problems with recursion

import <std/io>

int fibonacci(int num) {
    if (num == 1 || num == 2) {
        return 1;
    }
    return fibonacci(num - 1) + fibonacci(num + 2);
}

void main {
    fibonacci(10);
}

I wrote this code, I get seg fault:
image

readme need more info about Requirements

Requirements

  • llvm-11 (including dev-libs and clang-11)
  • dub and dmd(or ldc/gdc) compiler

Please add more information about this: (including dev-libs and clang-11).
And it is good idea to add Instruction "Install example for Ubuntu", For example:

sudo snap install dmd --classic
sudo snap install dmd --classic
sudo apt-get install llvm-11

I don't understand why in Ubuntu 22 X86_64

$ dub build
Performing "debug" build using dmd for x86_64.
d-glob 0.4.0: target for configuration "default" is up to date.
llvm-d 3.0.0: target for configuration "native-target" is up to date.
rave ~main: building configuration "application"...
source/parser/ast.d(1194,36): Error: template std.bigint.BigInt.opCast does not match any template declaration
source/parser/ast.d(1197,37): Error: template std.bigint.BigInt.opCast does not match any template declaration
dmd failed with exit code 1.

I can't build rave on my remote linux

Fetching bdd 1.3.0 (getting selected version)...
Fetching d-glob 0.4.0 (getting selected version)...
Fetching llvm-d 3.0.0 (getting selected version)...
Performing "debug" build using /usr/bin/ldc2 for x86_64.
d-glob 0.4.0: building configuration "default"...
llvm-d 3.0.0: building configuration "native-target"...
rave ~main: building configuration "application"...
source/parser/ast.d(1194,36): Error: template std.bigint.BigInt.opCast does not match any template declaration
source/parser/ast.d(1197,37): Error: template std.bigint.BigInt.opCast does not match any template declaration
/usr/bin/ldc2 failed with exit code 1.

Порт на llvm-15

Обещаю не возвращаться в дискорд пока Rave не портируют на llvm 15.

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.