-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
class already exist #679
Milestone
Comments
just open a project file from the examples compile it more then once until you can include it again include it and compile and the problem accrue |
Fixed in ELENA 6.3.1 |
Merged
arakov
added a commit
that referenced
this issue
Sep 4, 2024
* [FIXED] method reference : support function singletons * [ADDED] Thread: Priority * [FIXED] direct typecasting must have priority over implicit conversion * [FIXED]if there is a general single dispatch operation -> use direct call * [API][ADDED] Thread: Priority, Join<int> * [ELC][ADDED] new option -el5 / -el6 (default) - specifying grammar compatible to ELENA 5.x or 6.x * working on Win x32-64 : MTA Console * [ADDED] new byte-codes : peektls / storetls * [ADDED] Thread static symbols / static fields * fixing ?? operator * adding ?? functional tests * fixing x86 MTA * optimizing createnr opcode implementation * [ADDED]x86-64 : mta - ntlinker64 * [IDE][FIXED] #679 : class already exist * [ADDED]Thread.sleep * x86-64 : working on MTA * [ADDED] static constructor * [ADDED] system'runtime'Environment * [ADDED] system'collections'threadsafe'ThreadSafeQueue<T> * [ADDED] #154 : system'threading'Semaphore * [ADDED] system'threading'BlockingQueue<T> * [ADDED]system'threading'ThreadPool * [ADDED] internal symbols
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A clear and concise description of what the bug is.
when Im including the source file twice and compile between the 2 i get the error class already exist
To Reproduce
Write a snippet code
Expected behavior
A clear and concise description of what you expected to happen.
compilation error
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: