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

Jai 0.2.002 hotfix #486

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

ebootdpr
Copy link

hold tag?

Didnt checked other OS's Only win32:
1) removed _new on some procedures.
2) Changed type_info(Context) to type_info(#Context)
3) Replaced with new Runtime_Support.jai (idk if the old one was edited, I put the new one from jai repo)
4)   Context._windows_windowproc; now is #Context._windows_windowproc;
Copy link
Author

@ebootdpr ebootdpr Dec 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont know if it should be
jai_context: #Context;
or
jai_context: Context_Base;
idk
+
every single one of those context instances should be checked, since they both compile.
ctx: Context; -> ctx: #Context;
im 2 days new to jai I barely understand the difference between #Context and Context and Context_Base

@focus-editor
Copy link
Owner

  1. We're not going to upgrade to Jai 0.2 until at least the next editor release, because it's potentially unstable
  2. By replacing Runtime_Support with a newer version the very useful error reporting functionality is lost, we can't merge that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants