Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC to accept just file! #1123

Closed
Oldes opened this issue Apr 27, 2015 · 2 comments
Closed

RC to accept just file! #1123

Oldes opened this issue Apr 27, 2015 · 2 comments
Labels
status.built A change in codebase has been done to address the ticket. type.wish Ticket requests a new feature.

Comments

@Oldes
Copy link
Contributor

Oldes commented Apr 27, 2015

In the example here: http://www.red-lang.org/2015/04/053-faster-compilation-and-extended.html
is:

>> do %red.r
>> rc "-c tests\demo.red"
...

which is not what is current result. That looks like:

>> do %red.r
No source files specified.

Also rc could support source file directly, not just string and unnecessary -c
I'm creating a pull request with changes.

Oldes pushed a commit to Oldes/Red that referenced this issue Apr 27, 2015
@Oldes
Copy link
Contributor Author

Oldes commented Apr 27, 2015

Now I can do:

>> do %red.r
== none
>> rc %environment/console/console.red

@dockimbel
Copy link
Member

The "No source files specified." is not a problem at all and even actually informs you that the toolchain has loaded properly and is able to run fine.

dockimbel added a commit that referenced this issue Apr 27, 2015
FIX: issue #1123 - rc accepting file! and no 'fail' message if running %...
@dockimbel dockimbel added type.wish Ticket requests a new feature. status.reviewed Ticket has been reviewed and accepted for further processing. Red status.built A change in codebase has been done to address the ticket. and removed status.reviewed Ticket has been reviewed and accepted for further processing. labels Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status.built A change in codebase has been done to address the ticket. type.wish Ticket requests a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants