-
Notifications
You must be signed in to change notification settings - Fork 30
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
Nil>>#ifTrue: causes UnsupportedSpecializationException #227
Comments
Yes, it shouldn't. Seems like a simple getting-started issue, would keep it open, except if it annoys you. |
that was my intention, there are similar issues all around, so a lot to do for beginners |
I'm new here and wouldn't mind taking a look at it and giving it a shot. I haven't even gotten to my profile yet, but here is a little bit about me. I've been in school in some shape or form, for coding,since 2000. There were periods throughout that I have not coded, but am re-focusing my attention there. I have coded for a govt contractor for a time period of 3 years using c++,vb, and vbscript, but I have experience with many languages including java, java script, and web languages. I'd like to become an active contributor on the network and need to start somewhere :) Let me know what you think. |
Hi @CortezDeuce: Sure, if you want to dig in, you might want to start having a look at http://somns.readthedocs.io/en/dev/ I'd start to approach this issue by writing a few test cases as part of https://github.com/smarr/SOMns/blob/dev/core-lib/TestSuite/LanguageTests.ns Please don't hesitate to ask questions. |
@smarr Thanks! |
@CortezDeuce Ubuntu is not strictly required. I am using macOS. And there have been people using Fedora and other Linux variants. The only platform currently not supported is Windows. |
@smarr This may be silly, but running into an issue and hoping you could help me get past it. Note: using a VM with Ubuntu 32bit. Getting stuck on this line( yes "n" | ./build.sh ) It's returningthe error below. Am I unable to perform this on a 32bit system? Thanks! %% Make sure git submodules are up-to-date %% JAVA_HOME= unknown or unsupported architecture: os=linux, machine=i686 |
@CortezDeuce If I remember correctly, Graal does not support 32-bit, 64bit would be needed. However, for this particular issue, you might not even need Graal (SOMns can run without by passing the |
@smarr ok, that's what I was figuring, but was hesitant to move on, skipping a step. Thanks, I'll continue on with the steps listed. |
@CortezDeuce once #232 is merged, things should be simpler, and documentation improved hopefully, too |
Probably should not expose implementation details to users, unsupported operations should lead to dnu or meaningful SOM exceptions.
Stacktrace:
The text was updated successfully, but these errors were encountered: