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

New issues in Oscat #515

Closed
ghaith opened this issue Jul 13, 2022 · 1 comment
Closed

New issues in Oscat #515

ghaith opened this issue Jul 13, 2022 · 1 comment
Labels
bug Something isn't working compatibility-oscat syntax or semantics which are not necessarily part of the standard, but seen in the oscat-libraries

Comments

@ghaith
Copy link
Collaborator

ghaith commented Jul 13, 2022

Describe the bug
Seems like oscat does not build anymore, one of the issues has to do with constant resolution/propagation (#504)
Another issue is Cannot cast from VOID to DATE_AND_TIME
I also noticed that builtins are not behaving correctly, but since they are not committed yet we can fix them while in progress
I think we should add building oscat as a build step here or in the standard lib so we can track the progress better.

I also noticed that if we replace the std stubs with the real functions, oscat uses a lot of INT types as bits, which our generic resolver complains about for functions like SHR/SHL which expect ANY_BIT instead of ANY_INT.
I don't think this has any effect on compilation though.

@ghaith ghaith added bug Something isn't working compatibility-oscat syntax or semantics which are not necessarily part of the standard, but seen in the oscat-libraries labels Jul 13, 2022
@99NIMI 99NIMI closed this as completed Dec 6, 2022
@99NIMI
Copy link
Member

99NIMI commented Dec 6, 2022

Oscat can now compile, the only issues are with pointer sizes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility-oscat syntax or semantics which are not necessarily part of the standard, but seen in the oscat-libraries
Projects
None yet
Development

No branches or pull requests

2 participants