Coder Social home page Coder Social logo

nutron's People

Contributors

andrewschleifer avatar claybridges avatar itfrombit avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

nutron's Issues

release config of Nutronic vs. amalgamated Nu branch gives errors

[I admit this is presently an esoteric corner case.]

The amalgamated (10.7, Nu 2.0.1) branch of nu builds only for x86_64, not i386. The release configuration of Nutronic is looking for a fat Nu framework, containing an i386 binary, and gives errors on linking when it's not there. As the amalgamated branch is due to be promoted to master at some point, this might eventually become a more relevant/fixable.

I assume the likely fix is dropping i386 from the build, but that has costs (cf. Jeff's note in the linked thread).

Add editing pane for NuBlocks to Nutron

When an NuBlock is selected in the object browser, display the nubile'd source code in an editor pane. An "Update" button should save the updated version of the block and refresh the object viewer.

Add a Watch List in addition to the context viewer

A watch list would allow you to focus just on the specific context variables that you are interested in. Objects could be added to a watch list with a command in the object inspector or by a (watch ) in the Nutron Console.

nuke build failing for me

Fails looking for SYMBOLS_KEY. Am I missing something?

gort:nutron clay$ git pull origin
Already up-to-date.
gort:nutron clay$ nuke
Using Nukefile with target default.
nuke: running in /Users/clay/github/nutron
nuke: cd Nutron.framework; ln -sf Versions/Current/Nutron Nutron
nuke: /Developer/usr/bin/clang -fobjc-gc -g -std=c99 -DDARWIN -Iobjc -fobjc-exceptions -arch x86_64  -c -o build/x86_64/NutronWindowController.o src/NutronWindowController.m
src/NutronWindowController.m:61:62: error: use of undeclared identifier 'SYMBOLS_KEY'
        NuSymbolTable* symbolTable = [[parser context] objectForKey:SYMBOLS_KEY];
                                                                ^
1 error generated.
nuke: terminating on command error (return code 1)

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.