You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the current version of f2ser we only want serialization directives of the init/run/finalize subroutine of a given source file. However, pp_ser.py, which is executed on the file generated by f2ser, adds serialization flag check blocks of the type
also to other function where we do not add any pre-serialization directive. Assuming we can't change pp_ser.py, is there anything we can do in f2ser to avoid this issue?
The text was updated successfully, but these errors were encountered:
According to the current version of f2ser we only want serialization directives of the init/run/finalize subroutine of a given source file. However, pp_ser.py, which is executed on the file generated by f2ser, adds serialization flag check blocks of the type
also to other function where we do not add any pre-serialization directive. Assuming we can't change pp_ser.py, is there anything we can do in f2ser to avoid this issue?
The text was updated successfully, but these errors were encountered: