Code Monkey home page Code Monkey logo

bc-string's People

Contributors

aminya avatar ivanroubicek avatar redthing1 avatar tchaloupka avatar webfreak001 avatar

Stargazers

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

Watchers

 avatar  avatar

bc-string's Issues

doesn't build

Starting Performing "debug" build using /usr/bin/dmd for x86_64.
Building bc-string 1.3.3: building configuration [default]
/home/user/.dub/packages/bc-string-1.3.3/bc-string/source/bc/core/demangle.d(917,37): Error: returning `this.parseTypeFunction(name, IsDelegate.no)` escapes a reference to parameter `this`
/home/user/.dub/packages/bc-string-1.3.3/bc-string/source/bc/core/demangle.d(782,12):        perhaps change the `return scope` into `scope return`
/home/user/.dub/packages/bc-string-1.3.3/bc-string/source/bc/core/demangle.d(2036,14): Error: template instance `bc.core.demangle.Demangle!(NoHooks)` error instantiating
Error /usr/bin/dmd failed with exit code 1.

References Druntime in betterC mode

This code compiles fine with dub normally

import core.stdc.stdio;
import bc.string.format;

struct S {
  int x;
};

char* nogcFormatZ(string fmt = "%s", ARGS...)(auto ref ARGS args) {
    import bc.string.string : StringZ;
    static StringZ str;
    str.clear();
    nogcFormatTo!fmt(str, args);
    return str.ptr;
}
extern(C) void main() {
  S s;
  s.x = 5;
  printf("%s", nogcFormatZ(s));
}

but if I add betterC to build options. I get large linker errors on both dmd and ldc. dmd's: https://hastebin.com/bobiqetoja.cpp

I must be doing something trivial wrong, do I have to eg specify a dub option?

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.