Giter Club home page Giter Club logo

evil's People

Contributors

xalior avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

mquin

evil's Issues

Issues with writing files (v0.1-pr2)

In general it doesn't seem to be possible to write files, and there are a few different failure modes.

In all cases I'm launching EviL without a .rc file.

Invoking evil with no arguments, entering some text, and then trying to exit with "ZZ":
Screen is filled with random pixel blocks in various colours.

Invoking evil with no arguments, entering some text, and then trying to save with ":w test.txt"
No errors are reported. ":q" doesn't exit EviL. ":q!" exits. No file has been produced.

Invoking evil with a non-existing file name produces an expected error that the file cannot be found.
After inserting some text:
":w" produces a brief "Writing.." message.
":q" exits EviL
File has been created, but contains garbage when viewed using the Browser.

Invoking evil with an existing file loads it as expected.
After making a minor change to the text:
":w" produces a brief "Failed to create file (Errno: 7)" message along with a beep and a border flash, then the Next reboots.
File is unchanged.

Invoking evil with an existing file loads it as expected.
After making a minor change to the text:
":w newfile.txt" produces a brief "Failed to create file (Errno: 7)" message along with a beep and a border flash, then the Next reboots.
"newfile.txt" has not been created.

Unable to build with z88dk 2.3

I'm trying to build EviL using z88dk 2.3 and it's failing at the assemble stage:

src/BANK_settings/apply.c::settings_apply::0::0:30: error: undefined symbol: atoi_fastcall
  ^---- atoi_fastcall
make: *** [assemble] Error 1

As best I can tell atoi_fastcall is part of the standard zxn library. Can't figure out why the linker isn't finding it.

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.