Coder Social home page Coder Social logo

mlib's People

Contributors

dpeek avatar elsassph avatar haysclark avatar jasononeil avatar jgranick avatar mikestead avatar misprintt avatar xwellz 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  avatar

Watchers

 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  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

mlib's Issues

Still look for haxelib.xml

With the new haxelib version project file are now haxelib.json.

Unfortunately, mlib still look for haxelib.xml

Compilation error on cpp

Got the following error compiling to cpp (windows) target:

C:\HaxeToolkit\haxe\lib/mlib/2,0,2/massive/sys/io/FileSys.hx:47: characters 18-2
2 : On static platforms, null can't be used as basic type Bool
C:\HaxeToolkit\haxe\lib/mlib/2,0,2/massive/sys/io/FileSys.hx:56: characters 14-1
8 : On static platforms, null can't be used as basic type Bool
C:\HaxeToolkit\haxe\lib/mlib/2,0,2/massive/sys/io/FileSys.hx:65: characters 16-2
0 : On static platforms, null can't be used as basic type Bool

solution was to remove the conditions if (isLinux == null) , if (isWindows == null), if (isMax == null) at those lines, they weren't doing much btw.

Is this repo still maintained? Would be glad if so, thanks.

Add support for C:/paths/like/this/

It might be a bit out of the norm, but most tools / apps I've encountered (even cmd.exe) support forward slash style absolute paths on Windows.

If this is an explicit choice a better error message than "Path isn't absolute and no reference file provided" would be helpful at least.

I've only had a cursory look at the code, so I don't know what would be the best proper way to add this, but the simplest would be to adjust the slash direction according to expectations. I suppose modifying paths is not the most expected / preferred outcome, so perhaps adding support for both directions might be better, albeit probably trickier and would double a lot of code.

Unwraps CDATA in haxelib.xml file

It can be useful to have the description text in the haxelib.xml file wrapped in in CDATA tag (to include links on haxelib page for example).

Unfortunately, using mlib to increment the version removes the CDATA tags.

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.